summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages)2016-11-10 11:59:27 +0100
committerKarel Zak2016-11-29 10:44:19 +0100
commitf053ff1e3a30c7ceb10e7e4fb977810f16344453 (patch)
tree4336abc328af1317cc31cd0d0371131750558c4d /misc-utils
parentFix typo in page cross reference (capabilities(7), not, capability(7)) (diff)
downloadkernel-qcow2-util-linux-f053ff1e3a30c7ceb10e7e4fb977810f16344453.tar.gz
kernel-qcow2-util-linux-f053ff1e3a30c7ceb10e7e4fb977810f16344453.tar.xz
kernel-qcow2-util-linux-f053ff1e3a30c7ceb10e7e4fb977810f16344453.zip
Place SEE ALSO entries in order
This patch does only the following: * Order SEE ALSO entries first by section name, then alphabetically within section * Adds one or two missing commas in SEE ALSO lists * Removes one or two periods that were (inconsistently) used at the end of SEE ALSO lists. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/blkid.82
-rw-r--r--misc-utils/findmnt.84
-rw-r--r--misc-utils/getopt.14
-rw-r--r--misc-utils/kill.12
-rw-r--r--misc-utils/logger.12
-rw-r--r--misc-utils/lsblk.84
-rw-r--r--misc-utils/mcookie.12
7 files changed, 10 insertions, 10 deletions
diff --git a/misc-utils/blkid.8 b/misc-utils/blkid.8
index a8c4d14fd..dc32e3348 100644
--- a/misc-utils/blkid.8
+++ b/misc-utils/blkid.8
@@ -313,8 +313,8 @@ and Karel Zak.
.SH SEE ALSO
.BR libblkid (3),
.BR findfs (8),
-.BR wipefs (8),
.BR lsblk (8),
+.BR wipefs (8)
.SH AVAILABILITY
The blkid command is part of the util-linux package and is available from
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index 2a6ed3c24..105f2c516 100644
--- a/misc-utils/findmnt.8
+++ b/misc-utils/findmnt.8
@@ -284,8 +284,8 @@ use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
Karel Zak <kzak@redhat.com>
.fi
.SH SEE ALSO
-.BR mount (8),
-.BR fstab (5)
+.BR fstab (5),
+.BR mount (8)
.SH AVAILABILITY
The findmnt command is part of the util-linux package and is available from
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
diff --git a/misc-utils/getopt.1 b/misc-utils/getopt.1
index da7207f0a..7cde03376 100644
--- a/misc-utils/getopt.1
+++ b/misc-utils/getopt.1
@@ -450,9 +450,9 @@ string).
Frodo Looijaard
.ME
.SH "SEE ALSO"
-.BR getopt (3),
.BR bash (1),
-.BR tcsh (1).
+.BR tcsh (1),
+.BR getopt (3)
.SH AVAILABILITY
The getopt command is part of the util-linux package and is available from
.UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
diff --git a/misc-utils/kill.1 b/misc-utils/kill.1
index a7d7a743f..d0626bfc5 100644
--- a/misc-utils/kill.1
+++ b/misc-utils/kill.1
@@ -145,8 +145,8 @@ partial success (when more than one process specified)
.SH SEE ALSO
.BR bash (1),
.BR tcsh (1),
-.BR kill (2),
.BR sigvec (2),
+.BR kill (2),
.BR signal (7)
.SH AUTHORS
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
index e24eac97e..e369f7c37 100644
--- a/misc-utils/logger.1
+++ b/misc-utils/logger.1
@@ -341,8 +341,8 @@ For the priority order and intended purposes of these facilities and levels, see
.br
.B logger \-n loghost.example.com System rebooted
.SH SEE ALSO
-.BR syslog (3),
.BR journalctl (1),
+.BR syslog (3),
.BR systemd.journal-fields (7)
.SH STANDARDS
The
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index 5e2c1242f..1450e92ca 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -164,9 +164,9 @@ enables libsmartcols debug output.
.IP LIBSMARTCOLS_DEBUG_PADDING=on
use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
.SH SEE ALSO
-.BR findmnt (8),
+.BR ls (1),
.BR blkid (8),
-.BR ls (1)
+.BR findmnt (8)
.SH AVAILABILITY
The lsblk command is part of the util-linux package and is available from
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
diff --git a/misc-utils/mcookie.1 b/misc-utils/mcookie.1
index 5863821ef..f66a5edbc 100644
--- a/misc-utils/mcookie.1
+++ b/misc-utils/mcookie.1
@@ -56,9 +56,9 @@ It is assumed that none of the randomness sources will block.
.br
.I /dev/random
.SH "SEE ALSO"
+.BR md5sum (1),
.BR X (1),
.BR xauth (1),
-.BR md5sum (1),
.BR rand (3)
.SH AVAILABILITY
The mcookie command is part of the util-linux package and is available from