From d91120d92e31e12fa2bd5723fb386d9fe05438bf Mon Sep 17 00:00:00 2001 From: Joshua Shanks Date: Wed, 6 Oct 2021 16:34:03 -0700 Subject: [PATCH] nslookup, objdump, pactl, passwd, patch: add link (#6828) --- pages/common/nslookup.md | 1 + pages/common/objdump.md | 1 + pages/common/pactl.md | 1 + pages/common/passwd.md | 1 + pages/common/patch.md | 1 + 5 files changed, 5 insertions(+) diff --git a/pages/common/nslookup.md b/pages/common/nslookup.md index 5f5e4667b..913d032a3 100644 --- a/pages/common/nslookup.md +++ b/pages/common/nslookup.md @@ -1,6 +1,7 @@ # nslookup > Query name server(s) for various domain records. +> More information: . - Query your system's default name server for an IP address (A record) of the domain: diff --git a/pages/common/objdump.md b/pages/common/objdump.md index aafbe48ec..6a12fe2c6 100644 --- a/pages/common/objdump.md +++ b/pages/common/objdump.md @@ -1,6 +1,7 @@ # objdump > View information about object files. +> More information: . - Display the file header information: diff --git a/pages/common/pactl.md b/pages/common/pactl.md index 95816cfec..2ee0e3657 100644 --- a/pages/common/pactl.md +++ b/pages/common/pactl.md @@ -1,6 +1,7 @@ # pactl > Control a running PulseAudio sound server. +> More information: . - List all sinks (or other types - sinks are outputs and sink-inputs are active audio streams): diff --git a/pages/common/passwd.md b/pages/common/passwd.md index 856272553..d07ad725e 100644 --- a/pages/common/passwd.md +++ b/pages/common/passwd.md @@ -1,6 +1,7 @@ # passwd > Passwd is a tool used to change a user's password. +> More information: . - Change the password of the current user interactively: diff --git a/pages/common/patch.md b/pages/common/patch.md index 8a92246d5..06bb86a1e 100644 --- a/pages/common/patch.md +++ b/pages/common/patch.md @@ -2,6 +2,7 @@ > Patch a file (or files) with a diff file. > Note that diff files should be generated by the `diff` command. +> More information: . - Apply a patch using a diff file (filenames must be included in the diff file):