]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Place SEE ALSO entries in order
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>
Thu, 10 Nov 2016 10:59:27 +0000 (11:59 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Nov 2016 09:44:19 +0000 (10:44 +0100)
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>
47 files changed:
disk-utils/cfdisk.8
disk-utils/fdformat.8
disk-utils/fdisk.8
disk-utils/fsck.8
disk-utils/fsck.minix.8
disk-utils/mkfs.cramfs.8
disk-utils/mkfs.minix.8
disk-utils/swaplabel.8
libuuid/man/uuid_generate.3
login-utils/last.1
login-utils/login.1
login-utils/runuser.1
login-utils/su.1
login-utils/vipw.8
misc-utils/blkid.8
misc-utils/findmnt.8
misc-utils/getopt.1
misc-utils/kill.1
misc-utils/logger.1
misc-utils/lsblk.8
misc-utils/mcookie.1
schedutils/chrt.1
schedutils/taskset.1
sys-utils/dmesg.1
sys-utils/eject.1
sys-utils/fallocate.1
sys-utils/fstab.5
sys-utils/fstrim.8
sys-utils/ipcrm.1
sys-utils/ipcs.1
sys-utils/lsipc.1
sys-utils/lsns.8
sys-utils/mount.8
sys-utils/nsenter.1
sys-utils/pivot_root.8
sys-utils/prlimit.1
sys-utils/setpriv.1
sys-utils/swapon.8
sys-utils/switch_root.8
sys-utils/umount.8
sys-utils/unshare.1
term-utils/mesg.1
term-utils/script.1
term-utils/setterm.1
text-utils/colcrt.1
text-utils/more.1
text-utils/tailf.1

index 6204bdc4f40f7bb189e75f4d342009b59f5f8b9c..d6ad327fea0784ee0aebfaf4d676f1b6bbdb38dd 100644 (file)
@@ -189,10 +189,10 @@ use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
 
 .SH "SEE ALSO"
 .BR fdisk (8),
-.BR sfdisk (8),
 .BR parted (8),
 .BR partprobe (8),
-.BR partx (8)
+.BR partx (8),
+.BR sfdisk (8)
 .SH AUTHOR
 Karel Zak <kzak@redhat.com>
 .PP
index b7b3a351dd965ab966351736e4f6883a593f63c6..02c2fb6344e4e0ca6f9c943d8b83e67bc0020546 100644 (file)
@@ -64,9 +64,9 @@ Display version information and exit.
 Display help text and exit.
 .SH "SEE ALSO"
 .BR fd (4),
-.BR setfdprm (8),
+.BR emkfs (8),
 .BR mkfs (8),
-.BR emkfs (8)
+.BR setfdprm (8)
 .SH AUTHOR
 Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
 .SH AVAILABILITY
index 70e88e36af55f2eab4000ddd734e2d135d05243a..cdb3168238e5325dfeb25687425237a6ae4957f9 100644 (file)
@@ -359,9 +359,9 @@ use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
 
 .SH "SEE ALSO"
 .BR cfdisk (8),
-.BR sfdisk (8),
 .BR mkfs (8),
-.BR partx (8)
+.BR partx (8),
+.BR sfdisk (8)
 
 .SH AVAILABILITY
 The fdisk command is part of the util-linux package and is available from
index ca83ce91a4813e5df9d2b7f8791e7bbeca3c5a21..df007f16028262d824ad55ff748863090909c994 100644 (file)
@@ -392,13 +392,13 @@ or
 or
 .BR e2fsck (8),
 .BR cramfsck (8),
-.BR fsck.minix (8),
-.BR fsck.msdos (8),
 .BR fsck.jfs (8),
 .BR fsck.nfs (8),
+.BR fsck.minix (8),
+.BR fsck.msdos (8),
 .BR fsck.vfat (8),
 .BR fsck.xfs (8),
-.BR reiserfsck (8).
+.BR reiserfsck (8)
 .ad
 .SH AUTHORS
 .nf
index 3598781a4698d797d1c537b93cdc1e8ad7b44df9..bc7ef78b592804eb3ece9a9a1d8a427268cdfbdb 100644 (file)
@@ -158,8 +158,8 @@ Russell King
 .BR fsck (8),
 .BR fsck.ext2 (8),
 .BR mkfs (8),
-.BR mkfs.minix (8),
 .BR mkfs.ext2 (8),
+.BR mkfs.minix (8),
 .BR reboot (8)
 .SH AVAILABILITY
 The fsck.minix command is part of the util-linux package and is available from
index a75870089755840908c9c6cadcc77cb46ed2f11f..c4867c8e5bc3772bc52a410659f42f4ef4188acf 100644 (file)
@@ -81,8 +81,8 @@ operation error, such as unable to allocate memory
 .PD
 .RE
 .SH "SEE ALSO"
-.BR mount (8),
-.BR fsck.cramfs (8)
+.BR fsck.cramfs (8),
+.BR mount (8)
 .SH AVAILABILITY
 The example command is part of the util-linux package and is available from
 .UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index fcf0e7c56de8b8813621b2fca3d87c1d1e04a21a..ee7050d7a3be19a6dad60854d2d8a3449a5fe4e5 100644 (file)
@@ -81,8 +81,8 @@ Operational error
 .IP 16
 Usage or syntax error
 .SH "SEE ALSO"
-.BR mkfs (8),
 .BR fsck (8),
+.BR mkfs (8),
 .BR reboot (8)
 .SH AVAILABILITY
 The mkfs.minix command is part of the util-linux package and is available from
index 2985dfc368b2c19f357f7ff121e5a01ac75a29d7..45c04924d56a0b34706dd7208830c82ebb83045a 100644 (file)
@@ -65,6 +65,6 @@ enables libblkid debug output.
 The swaplabel command is part of the util-linux package and is available from
 ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
 .SH SEE ALSO
+.BR uuidgen (1),
 .BR mkswap (8),
-.BR swapon (8),
-.BR uuidgen (1)
+.BR swapon (8)
index 19904d7de366caed6f652199f536849f7c96c0ba..1acc35ab3b81dc3d8830081edcef1c4a1919428e 100644 (file)
@@ -114,13 +114,13 @@ Theodore Y.\& Ts'o
 is part of the util-linux package since version 2.15.1 and is available from
 ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
 .SH "SEE ALSO"
-.BR uuid (3),
 .BR uuidgen (1),
-.BR uuidd (8),
+.BR uuid (3),
 .BR uuid_clear (3),
 .BR uuid_compare (3),
 .BR uuid_copy (3),
 .BR uuid_is_null (3),
 .BR uuid_parse (3),
 .BR uuid_time (3),
-.BR uuid_unparse (3)
+.BR uuid_unparse (3),
+.BR uuidd (8)
index 719a0ede9f2b7279a1abf1fe5deedcf1122f6a4c..2b0c1e5209aa7d404b6e03354c7cc745a456ea23 100644 (file)
@@ -192,6 +192,6 @@ The last command is part of the util-linux package and is available from
 Linux Kernel Archive
 .UE .
 .SH "SEE ALSO"
-.BR shutdown (8),
 .BR login (1),
-.BR init (8)
+.BR init (8),
+.BR shutdown (8)
index 8f9b71099e37340909e0a9f74128789cfeeab989..eaa644d0b178fbc28c5bbe347b635bc9917764f5 100644 (file)
@@ -285,12 +285,12 @@ the superuser logs in.  The default value is
 .I .hushlogin
 .fi
 .SH "SEE ALSO"
-.BR init (8),
-.BR getty (8),
 .BR mail (1),
 .BR passwd (1),
 .BR passwd (5),
 .BR environ (7),
+.BR getty (8),
+.BR init (8),
 .BR shutdown (8)
 .SH BUGS
 The undocumented BSD
index 128758c84488c6204f2df37f9e44941d2eecadc3..04ce4ff01752a1d3e201828d6e041440651031df 100644 (file)
@@ -224,11 +224,11 @@ runuser specific logindef config file
 global logindef config file
 .PD 1
 .SH "SEE ALSO"
-.BR pam (8),
-.BR shells (5),
-.BR login.defs (5),
+.BR setpriv (1),
 .BR su (1),
-.BR setpriv (1)
+.BR login.defs (5),
+.BR shells (5),
+.BR pam (8)
 .SH HISTORY
 This \fB runuser\fR command was
 derived from coreutils' \fBsu\fR, which was based on an implementation by
index 5d570fb2158e40452696cb296bf0267c73a1992d..8685061efd9db6a4bfe111d55636dec510f70562 100644 (file)
@@ -250,11 +250,11 @@ be configured to update the lastlog file as well. For example by:
 session  required  pam_lastlog.so nowtmp
 .RE
 .SH "SEE ALSO"
-.BR runuser (8),
 .BR setpriv (1),
-.BR pam (8),
+.BR login.defs (5),
 .BR shells (5),
-.BR login.defs (5)
+.BR pam (8),
+.BR runuser (8)
 .SH HISTORY
 This \fBsu\fR command was
 derived from coreutils' \fBsu\fR, which was based on an implementation by
index 9e4c9e2b79c53fa44524fe344c933f2eaf637dbf..a40ba722dc90dac0c485e1655b3ae1931eef8e0f 100644 (file)
@@ -70,9 +70,9 @@ The editor specified by the string
 will be invoked instead of the default editor
 .BR vi (1).
 .SH SEE ALSO
+.BR vi (1),
 .BR passwd (1),
 .BR flock (2),
-.BR vi (1),
 .BR passwd (5)
 .SH HISTORY
 The
index a8c4d14fde506e731f4b612f3836e74150e47c5b..dc32e3348be69c94ca6bffcc2d1dcb64f5d85fe8 100644 (file)
@@ -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/.
index 2a6ed3c243a1bf113c282684988906fdfa125c19..105f2c51648dcb76d0d7171647fe89418e8198be 100644 (file)
@@ -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/.
index da7207f0aa4015620c197999b5d7204e6ff191eb..7cde03376ef2aa37108813f78ba4ebbf01401079 100644 (file)
@@ -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/
index a7d7a743fd5733a0cb5f0bf4113de112c850bdff..d0626bfc5193b219f83153693264f8fe460db06f 100644 (file)
@@ -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
index e24eac97ee8f4165fbcb8548db0c776749377962..e369f7c37b9a9f9e273d81296070b0ffa6bc0cb4 100644 (file)
@@ -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
index 5e2c1242f5191a2651eda6ca8a3e03e7e7a532f5..1450e92cac9fedfab914f835cd7bd9d65c93fcfd 100644 (file)
@@ -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/.
index 5863821ef1f297fb89369bc1130f2a1607ee7449..f66a5edbc5d887abd4c2120c3edc7478ffe2d9ae 100644 (file)
@@ -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
index 63972a79afeccaee15fecd884a46150b48c8a22c..869b4fd81b556ce3587fdce139012b3cc57232de 100644 (file)
@@ -152,9 +152,9 @@ may be ignored on some systems.
 Linux' default scheduling policy is
 .BR SCHED_OTHER .
 .SH SEE ALSO
-.BR taskset (1),
 .BR nice (1),
 .BR renice (1),
+.BR taskset (1),
 .BR sched (7)
 .sp
 See
index 3ea03b7e256f576b56fc0e06716ca22b18a476ca..13ed58318087e0110406258b399708e67e06b45b 100644 (file)
@@ -119,8 +119,8 @@ A user can retrieve the affinity mask of any process.
 .BR chrt (1),
 .BR nice (1),
 .BR renice (1),
-.BR sched_setaffinity (2),
-.BR sched_getaffinity (2)
+.BR sched_getaffinity (2),
+.BR sched_setaffinity (2)
 .sp
 See
 .BR sched_setscheduler (2)
index 199eacb3da041c852a8028e8c0c883fe5aa82caa..6e0812f0b27b436ef40c17500c5b54823f1063b3 100644 (file)
@@ -227,8 +227,8 @@ The text of the message with the warning log priority.
 The text of the message that inform about segmentation fault.
 
 .SH SEE ALSO
+.BR terminal-colors.d (5),
 .BR syslogd (8)
-.BR terminal-colors.d (5)
 .SH AUTHORS
 .MT kzak@redhat.com
 Karel Zak
index edc6a2ac995a3937098ee6f2d277db676d7d7457..9e0b40cba9e95934684b020c04ce00c621b2cd24 100644 (file)
@@ -176,8 +176,8 @@ Michal Luscon
 .ME
 - util-linux version.
 .SH SEE ALSO
-.BR lsblk (8),
 .BR findmnt (8),
+.BR lsblk (8),
 .BR mount (8),
 .BR umount (8)
 .SH AVAILABILITY
index 38b2217290e6bd036fa3b57dc933c4e8273a3741..f533e1aed68d5596a2788f6dc4beddd7087a62ad 100644 (file)
@@ -116,9 +116,9 @@ Eric Sandeen
 Karel Zak
 .UE
 .SH SEE ALSO
+.BR truncate (1),
 .BR fallocate (2),
-.BR posix_fallocate (3),
-.BR truncate (1)
+.BR posix_fallocate (3)
 .SH AVAILABILITY
 The fallocate command is part of the util-linux package and is available from
 .UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index bd9ce2e71eaaf8785d8474bb221cbfbb9aa9352a..ab32383bebe2906f5a4e12a06d53da43deeb0eb3 100644 (file)
@@ -231,11 +231,11 @@ libmount based mount utility (since util-linux v2.22).
 .IR /etc/fstab ,
 .I <fstab.h>
 .SH "SEE ALSO"
+.BR getmntent (3),
+.BR fs (5),
 .BR findmnt (8),
 .BR mount (8),
-.BR swapon (8),
-.BR fs (5),
-.BR getmntent (3)
+.BR swapon (8)
 .SH HISTORY
 The ancestor of this
 .B fstab
index b30c8c25e97205f8a5392b841234cb502d5e7f62..2a94db77bcdcf455f8fc96e33d97ef8b728593dc 100644 (file)
@@ -114,8 +114,8 @@ Lukas Czerner <lczerner@redhat.com>
 Karel Zak <kzak@redhat.com>
 .fi
 .SH SEE ALSO
-.BR mount (8),
-.BR blkdiscard (8)
+.BR blkdiscard (8),
+.BR mount (8)
 .SH AVAILABILITY
 The fstrim command is part of the util-linux package and is available from
 ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
index 68bc3f4e0220901ac6e9e32777643662d9128948..ebd8802dc2661e515c5a9f0375cb6ff3d7bff39b 100644 (file)
@@ -100,8 +100,8 @@ compatibility the previous syntax is still supported.
 .\" Krishna Balasubramanian (balasub@cis.ohio-state.edu)
 .SH SEE ALSO
 .nh
-.BR ipcs (1),
 .BR ipcmk (1),
+.BR ipcs (1),
 .BR msgctl (2),
 .BR msgget (2),
 .BR semctl (2),
index 6c925802fbeb3f4e834c0c67af0bda243b9a0584..db9637d5643cca0afdd7ec779e3ac2b9bc532cb1 100644 (file)
@@ -77,8 +77,8 @@ Print sizes in bytes.
 .B \-\-human
 Print sizes in human-readable format.
 .SH SEE ALSO
-.BR ipcrm (1),
 .BR ipcmk (1),
+.BR ipcrm (1),
 .BR msgrcv (2),
 .BR msgsnd (2),
 .BR semget (2),
index 04852ea79c49b6a2d93ba18526e730401c894eaf..318591156dbdd29c1618ddc3c01603bc2859331e 100644 (file)
@@ -109,8 +109,8 @@ if incorrect arguments specified,
 2
 if a serious error occurs.
 .SH SEE ALSO
-.BR ipcrm (1),
 .BR ipcmk (1),
+.BR ipcrm (1),
 .BR msgrcv (2),
 .BR msgsnd (2),
 .BR semget (2),
index 7ea1cb357133d18a781eb0626552248a06236ec0..652cf6379dee12536f2b9eaa1e2c14459fc18083 100644 (file)
@@ -72,8 +72,8 @@ Karel Zak <kzak@redhat.com>
 .fi
 
 .SH "SEE ALSO"
-.BR unshare (1),
 .BR nsenter (1),
+.BR unshare (1),
 .BR clone (2)
 
 .SH AVAILABILITY
index f00af8f35ca275402f5c75c51b2dbd766148f7a1..26bd449fbf31adc12bc349f768c7447d34c47389 100644 (file)
@@ -3047,17 +3047,17 @@ enables loop device setup debug output
 .BR umount (2),
 .BR umount (8),
 .BR fstab (5),
-.BR findmnt (8),
 .BR nfs (5),
-.BR nfsd (8),
 .BR xfs (5),
-.BR xfs_admin (8),
-.BR mountd (8),
-.BR mke2fs (8),
-.BR tune2fs (8),
 .BR e2label (8),
+.BR findmnt (8),
+.BR losetup (8),
+.BR mke2fs (8),
+.BR mountd (8),
+.BR nfsd (8),
 .BR swapon (8),
-.BR losetup (8)
+.BR tune2fs (8),
+.BR xfs_admin (8)
 .ad
 .SH BUGS
 It is possible for a corrupted filesystem to cause a crash.
index ea5992e7391d30541440f51de4b1ae4ccb7af3e4..e6969bf517cc62627d62a4fe921e91ecf62a1262 100644 (file)
@@ -180,8 +180,8 @@ Display version information and exit.
 \fB\-h\fR, \fB\-\-help\fR
 Display help text and exit.
 .SH SEE ALSO
-.BR setns (2),
-.BR clone (2)
+.BR clone (2),
+.BR setns (2)
 .SH AUTHORS
 .UR biederm@xmission.com
 Eric Biederman
index 525eb438e0bce686d57534e030d1935334296dd5..64e6bc919aa96fb4e418f87bf0f9d3f41a920380 100644 (file)
@@ -66,8 +66,8 @@ exec chroot . sh -c 'umount /old_root; exec /sbin/init' \\
 .fi
 .SH "SEE ALSO"
 .BR chroot (1),
-.BR mount (8),
 .BR pivot_root (2),
+.BR mount (8),
 .BR switch_root (8),
 .BR umount (8)
 .SH AVAILABILITY
index 600c706fcb3289e4c799a0e444ee9f5bbbda877b..07de90fbba8bd86c5fcdff45465ab9bd1ca42ce2 100644 (file)
@@ -104,8 +104,8 @@ processes to unlimited.
 Set both the soft and hard CPU time limit to ten seconds and run 'sort'.
 
 .SH "SEE ALSO"
-.BR prlimit (2),
-.BR ulimit (1)
+.BR ulimit (1),
+.BR prlimit (2)
 
 .SH NOTES
 The prlimit system call is supported since Linux 2.6.36, older kernels will
index 9fec20ca6e90a3cf46464d7d371a9e0040f2d4fc..11c28d40f7a4c86ecaf6e1b719cf94cf8ee1671a 100644 (file)
@@ -147,8 +147,8 @@ For example, setting no_new_privs and then execing a program that is
 SELinux\-confined (as this tool would do) may prevent the SELinux
 restrictions from taking effect.
 .SH SEE ALSO
-.BR su (1),
 .BR runuser (1),
+.BR su (1),
 .BR prctl (2),
 .BR capabilities (7)
 .SH AUTHOR
index eca2b656defdb17cb5ceaf7dc56822af2945ba6a..cfa765edb8c90fb0ea5903276c7ff794cc6aa307 100644 (file)
@@ -230,13 +230,13 @@ enables libmount debug output.
 enables libblkid debug output.
 
 .SH SEE ALSO
-.BR swapon (2),
 .BR swapoff (2),
+.BR swapon (2),
 .BR fstab (5),
 .BR init (8),
 .BR mkswap (8),
-.BR rc (8),
-.BR mount (8)
+.BR mount (8),
+.BR rc (8)
 .SH FILES
 .br
 .I /dev/sd??
index a8c0cb594fce437a4e1873a05cd47c5df2eb74b9..06ad44dc57ec1a9e7c231d886daad69032183be5 100644 (file)
@@ -46,10 +46,10 @@ mount --bind $DIR $DIR
 .fi
 
 .SH "SEE ALSO"
-.BR mount (8),
 .BR chroot (2),
 .BR init (8),
-.BR mkinitrd (8)
+.BR mkinitrd (8),
+.BR mount (8)
 .SH AUTHORS
 .nf
 Peter Jones <pjones@redhat.com>
index a3793dfb1bd7bda36163f257ad143883238bb6a1..1c99b9066238da6f45278d421f92a011da1bf1d9 100644 (file)
@@ -220,8 +220,8 @@ overrides the default location of the mtab file (ignored for suid)
 enables libmount debug output
 .SH "SEE ALSO"
 .BR umount (2),
-.BR mount (8),
-.BR losetup (8)
+.BR losetup (8),
+.BR mount (8)
 .SH HISTORY
 A
 .B umount
index 085a92be0367713ee39b12ff2e161c4600362f08..a82ba9cb530037d9261fbbbe648c233fbf03a600 100644 (file)
@@ -186,8 +186,8 @@ Establish a persistent mount namespace referenced by the bind mount
 makes sure that the bind mount is created on a shared filesystem.
 
 .SH SEE ALSO
-.BR unshare (2),
 .BR clone (2),
+.BR unshare (2),
 .BR mount (8)
 .SH AUTHORS
 .UR dottedmag@dottedmag.net
index 9bdc6d5664a98b8a5d71ab87f36b03699b9da1aa..6179a79c87ce68bdb072a8932e4df818571227d2 100644 (file)
@@ -94,10 +94,10 @@ An error has occurred.
 .SH FILES
 .I /dev/[pt]ty[pq]?
 .SH "SEE ALSO"
+.BR login (1),
 .BR talk (1),
 .BR write (1),
 .BR wall (1),
-.BR login (1),
 .BR xterm (1)
 .SH HISTORY
 A
index 8735664bc6a85bf7975d8cd6378c77c30330c00a..34ef62498c7ef24805d7827628cc38bd1d22bf47 100644 (file)
@@ -167,7 +167,7 @@ automatically).
 (for the
 .I history
 mechanism),
-.BR scriptreplay (1).
+.BR scriptreplay (1)
 .SH HISTORY
 The
 .B script
index da07624364f029ddfe5e3ec74b4a8d9715c10b4e..ac0cef6516e44700b64c9b6a1451dd5937a1c104 100644 (file)
@@ -267,10 +267,10 @@ In scripts it is better to use the backward-compatible single hyphen
 rather than the double hyphen.  Currently there are no plans nor good
 reasons to discontinue single-hyphen compatibility.
 .SH "SEE ALSO"
-.BR tput (1),
 .BR stty (1),
-.BR terminfo (5),
-.BR tty (4)
+.BR tput (1),
+.BR tty (4),
+.BR terminfo (5)
 .SH BUGS
 Differences between the Minix and Linux versions are not documented.
 .SH AVAILABILITY
index 88a124a93e2b2ac9eb047a30bf751acb9733e4ce..3aadd1a08802fe6c29f6ea054655a5623841b2c7 100644 (file)
@@ -75,10 +75,10 @@ would be:
 .B tbl exum2.n \&| nroff \-ms \&| colcrt \- \&| more
 .RE
 .SH SEE ALSO
-.BR nroff (1),
-.BR troff (1),
 .BR col (1),
 .BR more (1),
+.BR nroff (1),
+.BR troff (1),
 .BR ul (1)
 .SH BUGS
 Should fold underlines onto blanks even with the
index af1fdd40f7fdccf902d176866f757643e6799b9a..e9b434a41cc5eef5b3bb2b7b4b2a651754d11598 100644 (file)
@@ -217,8 +217,8 @@ The editor of choice when
 .B VISUAL
 is not specified.
 .SH SEE ALSO
-.BR vi (1),
-.BR less (1)
+.BR less (1),
+.BR vi (1)
 .SH AUTHORS
 Eric Shienbrood, UC Berkeley
 .br
index 31bc177fdce70265a5d5715da53b0f28fe732ace..83de40b4dffaf234d9cd42e7178adb94a6036655 100644 (file)
@@ -66,8 +66,8 @@ NO WARRANTY for this program.
 
 The latest inotify-based implementation was written by Karel Zak (kzak@redhat.com).
 .SH "SEE ALSO"
-.BR tail (1),
-.BR less (1)
+.BR less (1),
+.BR tail (1)
 .SH AVAILABILITY
 The tailf command is part of the util-linux package and is available from
 ftp://ftp.kernel.org/pub/linux/utils/util-linux/.