]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Manual pages: order AUTHORS / COPYRIGHT / SEE ALSO / AVAILABILITY consistently
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>
Thu, 21 May 2020 07:28:21 +0000 (09:28 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 22 May 2020 08:25:49 +0000 (10:25 +0200)
There is value in ensuring that manual page sections use consistently
named sections, as far as possible, and also that sections have a
consistent order within manual pages. This is one of a series of patches
to place manual page sections in a consistent order.

In this patch, we ensure that the AUTHORS, COPYRIGHT, SEE ALSO, and
AVAILABILITY sections are always placed at the end of the page.

Testing that no gross editing mistake (causing accidental loss or addition
of text) was performed as follows:

    $ cat $(grep '\.SH' -l $(find . -name '*.[1-9]') |sort) | sort > a
    [Apply patch]
    $ cat $(grep '\.SH' -l $(find . -name '*.[1-9]') |sort) | sort > b
    $ diff a b
    $ echo $?
    0

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
71 files changed:
disk-utils/cfdisk.8
disk-utils/fdformat.8
disk-utils/fdisk.8
disk-utils/fsck.8
disk-utils/partx.8
disk-utils/sfdisk.8
disk-utils/swaplabel.8
libuuid/man/uuid.3
libuuid/man/uuid_clear.3
libuuid/man/uuid_compare.3
libuuid/man/uuid_copy.3
libuuid/man/uuid_generate.3
libuuid/man/uuid_is_null.3
libuuid/man/uuid_parse.3
libuuid/man/uuid_time.3
libuuid/man/uuid_unparse.3
login-utils/chfn.1
login-utils/chsh.1
login-utils/last.1
login-utils/login.1
login-utils/lslogins.1
login-utils/newgrp.1
login-utils/nologin.8
login-utils/runuser.1
login-utils/su.1
login-utils/vipw.8
misc-utils/blkid.8
misc-utils/findfs.8
misc-utils/hardlink.1
misc-utils/kill.1
misc-utils/logger.1
misc-utils/look.1
misc-utils/lsblk.8
misc-utils/namei.1
misc-utils/wipefs.8
schedutils/chrt.1
schedutils/taskset.1
sys-utils/ctrlaltdel.8
sys-utils/dmesg.1
sys-utils/fsfreeze.8
sys-utils/fstab.5
sys-utils/ipcmk.1
sys-utils/ipcs.1
sys-utils/ldattach.8
sys-utils/lsipc.1
sys-utils/mount.8
sys-utils/mountpoint.1
sys-utils/nsenter.1
sys-utils/prlimit.1
sys-utils/renice.1
sys-utils/setpriv.1
sys-utils/setsid.1
sys-utils/swapon.8
sys-utils/switch_root.8
sys-utils/umount.8
sys-utils/unshare.1
sys-utils/zramctl.8
term-utils/mesg.1
term-utils/script.1
term-utils/scriptlive.1
term-utils/scriptreplay.1
term-utils/setterm.1
term-utils/wall.1
term-utils/write.1
text-utils/col.1
text-utils/colcrt.1
text-utils/colrm.1
text-utils/column.1
text-utils/more.1
text-utils/pg.1
text-utils/ul.1

index 231a877c61740ba43c5aaa0f1be6d97f0d309c0c..902861a5bf15ffa38fd660eaedcf8eba4d5f9510 100644 (file)
@@ -187,18 +187,18 @@ enables libsmartcols debug output.
 .IP LIBSMARTCOLS_DEBUG_PADDING=on
 use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
 
-.SH SEE ALSO
-.BR fdisk (8),
-.BR parted (8),
-.BR partprobe (8),
-.BR partx (8),
-.BR sfdisk (8)
 .SH AUTHORS
 Karel Zak <kzak@redhat.com>
 .PP
 The current cfdisk implementation is based on the original cfdisk
 from Kevin E. Martin (martin@cs.unc.edu).
 
+.SH SEE ALSO
+.BR fdisk (8),
+.BR parted (8),
+.BR partprobe (8),
+.BR partx (8),
+.BR sfdisk (8)
 .SH AVAILABILITY
 The cfdisk command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 97c67a01afbde7afd25c4e81da602305918d38d0..44b494dbb718c4385140cd1506199bc61e4ae4c0 100644 (file)
@@ -62,13 +62,13 @@ Display version information and exit.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
 Display help text and exit.
+.SH AUTHORS
+Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
 .SH SEE ALSO
 .BR fd (4),
 .BR emkfs (8),
 .BR mkfs (8),
 .BR setfdprm (8)
-.SH AUTHORS
-Werner Almesberger (almesber@nessie.cs.id.ethz.ch)
 .SH AVAILABILITY
 The fdformat command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 93a7d7ac730a17556ec65f67151c9772211381d9..bb6e0588b6b6f8ad5ec7a49576b965223ce6eb99 100644 (file)
@@ -346,6 +346,18 @@ The warning messages.
 .B welcome
 The welcome message.
 
+.SH ENVIRONMENT
+.IP FDISK_DEBUG=all
+enables fdisk debug output.
+.IP LIBFDISK_DEBUG=all
+enables libfdisk debug output.
+.IP LIBBLKID_DEBUG=all
+enables libblkid debug output.
+.IP LIBSMARTCOLS_DEBUG=all
+enables libsmartcols debug output.
+.IP LIBSMARTCOLS_DEBUG_PADDING=on
+use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
+
 .SH AUTHORS
 .MT kzak@redhat.com
 Karel Zak
@@ -359,18 +371,6 @@ Davidlohr Bueso
 The original version was written by
 Andries E. Brouwer, A. V. Le Blanc and others.
 
-.SH ENVIRONMENT
-.IP FDISK_DEBUG=all
-enables fdisk debug output.
-.IP LIBFDISK_DEBUG=all
-enables libfdisk debug output.
-.IP LIBBLKID_DEBUG=all
-enables libblkid debug output.
-.IP LIBSMARTCOLS_DEBUG=all
-enables libsmartcols debug output.
-.IP LIBSMARTCOLS_DEBUG_PADDING=on
-use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
-
 .SH SEE ALSO
 .BR cfdisk (8),
 .BR mkfs (8),
index e9eec285146346dffcb4071785cf7451b7e0be5f..012c51f6e5ba42810b2f3b1b8f848e2ae17851d2 100644 (file)
@@ -388,6 +388,11 @@ enables libblkid debug output.
 .TP
 .B LIBMOUNT_DEBUG=all
 enables libmount debug output.
+.SH AUTHORS
+.nf
+Theodore Ts'o <tytso@mit.edu>
+Karel Zak <kzak@redhat.com>
+.fi
 .SH SEE ALSO
 .na
 .BR fstab (5),
@@ -406,11 +411,6 @@ or
 .BR fsck.xfs (8),
 .BR reiserfsck (8)
 .ad
-.SH AUTHORS
-.nf
-Theodore Ts'o <tytso@mit.edu>
-Karel Zak <kzak@redhat.com>
-.fi
 .SH AVAILABILITY
 The fsck command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index e07787b105bcc691314c84b47bc6f503905db145..e70d1fae1a8b524d2ac3f00e6c10284903c8f013 100644 (file)
@@ -144,6 +144,9 @@ Display version information and exit.
 .TP
 .BR \-h , " \-\-help"
 Display help text and exit.
+.SH ENVIRONMENT
+.IP LIBBLKID_DEBUG=all
+enables libblkid debug output.
 .SH EXAMPLE
 .TP
 partx \-\-show /dev/sdb3
@@ -169,12 +172,6 @@ Adds all available partitions from 3 to 5 (inclusive) on /dev/sdd.
 .TP
 partx \-d \-\-nr :\-1 /dev/sdd
 Removes the last partition on /dev/sdd.
-.SH SEE ALSO
-.BR addpart (8),
-.BR delpart (8),
-.BR fdisk (8),
-.BR parted (8),
-.BR partprobe (8)
 .SH AUTHORS
 .MT dave@gnu.org
 Davidlohr Bueso
@@ -188,9 +185,12 @@ The original version was written by
 .MT aeb@cwi.nl
 Andries E.\& Brouwer
 .ME .
-.SH ENVIRONMENT
-.IP LIBBLKID_DEBUG=all
-enables libblkid debug output.
+.SH SEE ALSO
+.BR addpart (8),
+.BR delpart (8),
+.BR fdisk (8),
+.BR parted (8),
+.BR partprobe (8)
 .SH AVAILABILITY
 The partx command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index ff2a42aafea9a1b0a84c550383abf958adaf081c..4859fc9c2d2887026ab77df5e128963a3a6de681 100644 (file)
@@ -620,6 +620,12 @@ enables libblkid debug output.
 .IP LIBSMARTCOLS_DEBUG=all
 enables libsmartcols debug output.
 
+.SH AUTHORS
+Karel Zak <kzak@redhat.com>
+.PP
+The current sfdisk implementation is based on the original sfdisk
+from Andries E. Brouwer.
+
 .SH SEE ALSO
 .BR fdisk (8),
 .BR cfdisk (8),
@@ -627,12 +633,6 @@ enables libsmartcols debug output.
 .BR partprobe (8),
 .BR partx (8)
 
-.SH AUTHORS
-Karel Zak <kzak@redhat.com>
-.PP
-The current sfdisk implementation is based on the original sfdisk
-from Andries E. Brouwer.
-
 .SH AVAILABILITY
 The sfdisk command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index cea8fc35692cb627538a2f346a02d27ab0777eb1..f22b8f443caa7c05fec4c01244e9773bf669cd8d 100644 (file)
@@ -55,16 +55,16 @@ The \fI UUID\fR
 must be in the standard 8-4-4-4-12 character format, such as is output by
 .BR uuidgen (1).
 .PP
-.SH AUTHORS
-.B swaplabel
-was written by Jason Borden <jborden@bluehost.com> and Karel Zak <kzak@redhat.com>.
 .SH ENVIRONMENT
 .IP LIBBLKID_DEBUG=all
 enables libblkid debug output.
-.SH AVAILABILITY
-The swaplabel command is part of the util-linux package and is available from
-https://www.kernel.org/pub/linux/utils/util-linux/.
+.SH AUTHORS
+.B swaplabel
+was written by Jason Borden <jborden@bluehost.com> and Karel Zak <kzak@redhat.com>.
 .SH SEE ALSO
 .BR uuidgen (1),
 .BR mkswap (8),
 .BR swapon (8)
+.SH AVAILABILITY
+The swaplabel command is part of the util-linux package and is available from
+https://www.kernel.org/pub/linux/utils/util-linux/.
index be2a63adb2724f060e146fe97bb9330a22c570dd..1dbe29b37bc4ed1063e6ea7681af7b348ffbc137 100644 (file)
@@ -51,10 +51,6 @@ This library generates UUIDs compatible with OSF DCE 1.1, and hash based UUIDs
 V3 and V5 compatible with RFC-4122.
 .SH AUTHORS
 Theodore Y.\& Ts'o
-.SH AVAILABILITY
-.B libuuid
-is part of the util-linux package since version 2.15.1 and is available from
-https://www.kernel.org/pub/linux/utils/util-linux/.
 .SH SEE ALSO
 .BR uuid_clear (3),
 .BR uuid_compare (3),
@@ -64,3 +60,7 @@ https://www.kernel.org/pub/linux/utils/util-linux/.
 .BR uuid_parse (3),
 .BR uuid_time (3),
 .BR uuid_unparse (3)
+.SH AVAILABILITY
+.B libuuid
+is part of the util-linux package since version 2.15.1 and is available from
+https://www.kernel.org/pub/linux/utils/util-linux/.
index 84c88838a25fa55330cd99c2cba2f00d5d6f50a9..be6b24917f563b87286d975fc9d3d4b4cc27c52d 100644 (file)
@@ -46,12 +46,8 @@ function sets the value of the supplied uuid variable
 to the NULL value.
 .SH AUTHORS
 Theodore Y.\& Ts'o
-.SH AVAILABILITY
-.B libuuid
-is part of the util-linux package since version 2.15.1 and is available from
-https://www.kernel.org/pub/linux/utils/util-linux/.
-.na
 .SH SEE ALSO
+.na
 .BR uuid (3),
 .BR uuid_compare (3),
 .BR uuid_copy (3),
@@ -60,3 +56,7 @@ https://www.kernel.org/pub/linux/utils/util-linux/.
 .BR uuid_parse (3),
 .BR uuid_unparse (3)
 .ad
+.SH AVAILABILITY
+.B libuuid
+is part of the util-linux package since version 2.15.1 and is available from
+https://www.kernel.org/pub/linux/utils/util-linux/.
index ddac24849decab1ffba6f58cd4b94bccd644bd63..f659c0ccced897e1e6a4fc008936ac61c33add3d 100644 (file)
@@ -52,12 +52,8 @@ greater than
 .IR uu2 .
 .SH AUTHORS
 Theodore Y.\& Ts'o
-.SH AVAILABILITY
-.B libuuid
-is part of the util-linux package since version 2.15.1 and is available from
-https://www.kernel.org/pub/linux/utils/util-linux/.
-.na
 .SH SEE ALSO
+.na
 .BR uuid (3),
 .BR uuid_clear (3),
 .BR uuid_copy (3),
@@ -66,3 +62,7 @@ https://www.kernel.org/pub/linux/utils/util-linux/.
 .BR uuid_parse (3),
 .BR uuid_unparse (3)
 .ad
+.SH AVAILABILITY
+.B libuuid
+is part of the util-linux package since version 2.15.1 and is available from
+https://www.kernel.org/pub/linux/utils/util-linux/.
index fc03e00eb1a84369ebc297254e50ca71c89e12d1..71b00b9add6619efb6d5918cfbcee327d8b80aea 100644 (file)
@@ -48,12 +48,8 @@ The copied UUID is returned in the location pointed to by
 .IR dst .
 .SH AUTHORS
 Theodore Y.\& Ts'o
-.SH AVAILABILITY
-.B libuuid
-is part of the util-linux package since version 2.15.1 and is available from
-https://www.kernel.org/pub/linux/utils/util-linux/.
-.na
 .SH SEE ALSO
+.na
 .BR uuid (3),
 .BR uuid_clear (3),
 .BR uuid_compare (3),
@@ -62,3 +58,7 @@ https://www.kernel.org/pub/linux/utils/util-linux/.
 .BR uuid_parse (3),
 .BR uuid_unparse (3)
 .ad
+.SH AVAILABILITY
+.B libuuid
+is part of the util-linux package since version 2.15.1 and is available from
+https://www.kernel.org/pub/linux/utils/util-linux/.
index 78206d9c0ac033b2ee7f7f853df3436e6cfe4142..e06df48f6e59895ffb5371c68d0c1ef18707be3e 100644 (file)
@@ -120,10 +120,6 @@ This library generates UUIDs compatible with OSF DCE 1.1, and hash based UUIDs
 V3 and V5 compatible with RFC-4122.
 .SH AUTHORS
 Theodore Y.\& Ts'o
-.SH AVAILABILITY
-.B libuuid
-is part of the util-linux package since version 2.15.1 and is available from
-https://www.kernel.org/pub/linux/utils/util-linux/.
 .SH SEE ALSO
 .BR uuidgen (1),
 .BR uuid (3),
@@ -135,3 +131,7 @@ https://www.kernel.org/pub/linux/utils/util-linux/.
 .BR uuid_time (3),
 .BR uuid_unparse (3),
 .BR uuidd (8)
+.SH AVAILABILITY
+.B libuuid
+is part of the util-linux package since version 2.15.1 and is available from
+https://www.kernel.org/pub/linux/utils/util-linux/.
index 2842174dabdb9543d2d50abd41ba05541fced62a..f802228b5afa62a396b62cbcdb590f123da8d856 100644 (file)
@@ -47,12 +47,8 @@ to the NULL value.  If the value is equal to the NULL UUID, 1 is returned,
 otherwise 0 is returned.
 .SH AUTHORS
 Theodore Y.\& Ts'o
-.SH AVAILABILITY
-.B libuuid
-is part of the util-linux package since version 2.15.1 and is available from
-https://www.kernel.org/pub/linux/utils/util-linux/.
-.na
 .SH SEE ALSO
+.na
 .BR uuid (3),
 .BR uuid_clear (3),
 .BR uuid_compare (3),
@@ -62,3 +58,7 @@ https://www.kernel.org/pub/linux/utils/util-linux/.
 .BR uuid_parse (3),
 .BR uuid_unparse (3)
 .ad
+.SH AVAILABILITY
+.B libuuid
+is part of the util-linux package since version 2.15.1 and is available from
+https://www.kernel.org/pub/linux/utils/util-linux/.
index 1cab7b8d8464bef050c03cec42eb417d23e0e334..a7dff5ce0a7df30f8ed622950515c32c2db8c892 100644 (file)
@@ -69,12 +69,8 @@ This library parses UUIDs compatible with OSF DCE 1.1, and hash based UUIDs V3
 and V5 compatible with RFC-4122.
 .SH AUTHORS
 Theodore Y.\& Ts'o
-.SH AVAILABILITY
-.B libuuid
-is part of the util-linux package since version 2.15.1 and is available from
-https://www.kernel.org/pub/linux/utils/util-linux/.
-.na
 .SH SEE ALSO
+.na
 .BR uuid (3),
 .BR uuid_clear (3),
 .BR uuid_compare (3),
@@ -84,3 +80,7 @@ https://www.kernel.org/pub/linux/utils/util-linux/.
 .BR uuid_time (3),
 .BR uuid_unparse (3)
 .ad
+.SH AVAILABILITY
+.B libuuid
+is part of the util-linux package since version 2.15.1 and is available from
+https://www.kernel.org/pub/linux/utils/util-linux/.
index 9c1fdea4e738cb8100b53e1051d00c09a747f3ce..77110c40b328f8eee82ea59ff3a213c823825c46 100644 (file)
@@ -61,12 +61,8 @@ the epoch, is also stored in the location pointed to by
 .BR gettimeofday "(2))."
 .SH AUTHORS
 Theodore Y.\& Ts'o
-.SH AVAILABILITY
-.B libuuid
-is part of the util-linux package since version 2.15.1 and is available from
-https://www.kernel.org/pub/linux/utils/util-linux/.
-.na
 .SH SEE ALSO
+.na
 .BR uuid (3),
 .BR uuid_clear (3),
 .BR uuid_compare (3),
@@ -76,3 +72,7 @@ https://www.kernel.org/pub/linux/utils/util-linux/.
 .BR uuid_parse (3),
 .BR uuid_unparse (3)
 .ad
+.SH AVAILABILITY
+.B libuuid
+is part of the util-linux package since version 2.15.1 and is available from
+https://www.kernel.org/pub/linux/utils/util-linux/.
index 5f4ed5e000b873fe52d3692d4b44b3977927656f..1573c230c69dddbd00f7ed16ad700bd43333f4d4 100644 (file)
@@ -64,12 +64,8 @@ may be used.
 This library unparses UUIDs compatible with OSF DCE 1.1.
 .SH AUTHORS
 Theodore Y.\& Ts'o
-.SH AVAILABILITY
-.B libuuid
-is part of the util-linux package since version 2.15.1 and is available from
-https://www.kernel.org/pub/linux/utils/util-linux/.
-.na
 .SH SEE ALSO
+.na
 .BR uuid (3),
 .BR uuid_clear (3),
 .BR uuid_compare (3),
@@ -79,3 +75,7 @@ https://www.kernel.org/pub/linux/utils/util-linux/.
 .BR uuid_is_null (3),
 .BR uuid_parse (3)
 .ad
+.SH AVAILABILITY
+.B libuuid
+is part of the util-linux package since version 2.15.1 and is available from
+https://www.kernel.org/pub/linux/utils/util-linux/.
index 8ac9c2c22bd3a61207c9797498a636d38935318b..23f048325b40da03d0f0629071e1537a194e11fc 100644 (file)
@@ -96,13 +96,13 @@ This is the default.
 .PP
 .SH EXIT STATUS
 Returns 0 if operation was successful, 1 if operation failed or command syntax was not valid.
+.SH AUTHORS
+Salvatore Valente <svalente@mit.edu>
 .SH SEE ALSO
 .BR chsh (1),
 .BR finger (1),
 .BR login.defs (5),
 .BR passwd (5)
-.SH AUTHORS
-Salvatore Valente <svalente@mit.edu>
 .SH AVAILABILITY
 The chfn command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index e6642084a6ab685d7a33091c29042f7dc81e46e1..5efdde080959621089e76f8998c8877a2d0ff2d7 100644 (file)
@@ -55,13 +55,13 @@ at compile-time to only issue a warning for all users.
 
 .SH EXIT STATUS
 Returns 0 if operation was successful, 1 if operation failed or command syntax was not valid.
+.SH AUTHORS
+Salvatore Valente <svalente@mit.edu>
 .SH SEE ALSO
 .BR login (1),
 .BR login.defs (5),
 .BR passwd (5),
 .BR shells (5)
-.SH AUTHORS
-Salvatore Valente <svalente@mit.edu>
 .SH AVAILABILITY
 The chsh command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 852d82aa6e3a73165cb8a04df6bb9a409d15be89..bd632a7bb8eb85fa25e39060d038ff86a620bb60 100644 (file)
@@ -186,13 +186,13 @@ command (for example,
 .MT miquels@cistron.nl
 Miquel van Smoorenburg
 .ME
-.SH AVAILABILITY
-The last command is part of the util-linux package and is available from
-.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
-Linux Kernel Archive
-.UE .
 .SH SEE ALSO
 .BR login (1),
 .BR wtmp (5),
 .BR init (8),
 .BR shutdown (8)
+.SH AVAILABILITY
+The last command is part of the util-linux package and is available from
+.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
+Linux Kernel Archive
+.UE .
index ef893f6025eebf8a1017d24c4cda9fa8fda6c319..c108ced25ab7b3fd06ae573321ea0e78a920ddcd 100644 (file)
@@ -336,14 +336,6 @@ the superuser logs in.  ENV_ROOTPATH takes precedence.  The default value is
 .I /etc/hushlogins
 .I .hushlogin
 .fi
-.SH SEE ALSO
-.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
 .B \-r
@@ -379,6 +371,14 @@ Rewritten to a PAM-only version by
 .MT kzak@\:redhat.\:com
 Karel Zak
 .ME
+.SH SEE ALSO
+.BR mail (1),
+.BR passwd (1),
+.BR passwd (5),
+.BR environ (7),
+.BR getty (8),
+.BR init (8),
+.BR shutdown (8)
 .SH AVAILABILITY
 The login command is part of the util-linux package and is
 available from
index fbeaacedf649d7d66198ff2111c00480372a76a3..3ca9162eb5877e8c67ed83411663e0e94ebcc020 100644 (file)
@@ -135,8 +135,6 @@ if incorrect arguments specified,
 .TP
 2
 if a serious error occurs (e.g., a corrupt log).
-.SH SEE ALSO
-\fBgroup\fP(5), \fBpasswd\fP(5), \fBshadow\fP(5), \fButmp\fP(5)
 .SH HISTORY
 The \fBlslogins\fP utility is inspired by the \fBlogins\fP utility, which first appeared in FreeBSD 4.10.
 .SH AUTHORS
@@ -148,6 +146,8 @@ Ondrej Oprala
 Karel Zak
 .ME
 
+.SH SEE ALSO
+\fBgroup\fP(5), \fBpasswd\fP(5), \fBshadow\fP(5), \fButmp\fP(5)
 .SH AVAILABILITY
 The lslogins command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index b4b308d1f82869765edb96614033c9aecfc60602..9902cd547311d2961a42891c92ad75b78e809253 100644 (file)
@@ -21,14 +21,14 @@ If no group is specified, the GID is changed to the login GID.
 .br
 .I /etc/passwd
 
-.SH SEE ALSO
-.BR login (1),
-.BR group (5)
-
 .SH AUTHORS
 Originally by Michael Haardt. Currently maintained by
 Peter Orbaek (poe@daimi.aau.dk).
 
+.SH SEE ALSO
+.BR login (1),
+.BR group (5)
+
 .SH AVAILABILITY
 The newgrp command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index d7be1f90ee9fe51cc95fefc3fb01901fec9d4c95..6fc6fc68f2d9ae9e32c535b80df73de9e666ae34 100644 (file)
@@ -56,6 +56,10 @@ access is always refused independently of the file.
 PAM module usually prevents all non-root users from logging into the system.
 .BR pam_nologin (8)
 functionality is controlled by /var/run/nologin or the /etc/nologin file.
+.SH HISTORY
+The
+.B nologin
+command appeared in 4.4BSD.
 .SH AUTHORS
 .UR kzak@redhat.com
 Karel Zak
@@ -64,10 +68,6 @@ Karel Zak
 .BR login (1),
 .BR passwd (5),
 .BR pam_nologin (8)
-.SH HISTORY
-The
-.B nologin
-command appeared in 4.4BSD.
 .SH AVAILABILITY
 The nologin command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 4a4e19ddeea73b2c0490df28f70b8b8bcc2c5ff2..251a6d153e97d752cba774f5a0ad0ca8d3f1533d 100644 (file)
@@ -255,16 +255,16 @@ runuser specific logindef config file
 /etc/login.defs
 global logindef config file
 .PD 1
+.SH HISTORY
+This \fB runuser\fR command was
+derived from coreutils' \fBsu\fR, which was based on an implementation by
+David MacKenzie, and the Fedora \fBrunuser\fR command by Dan Walsh.
 .SH SEE ALSO
 .BR setpriv (1),
 .BR su (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
-David MacKenzie, and the Fedora \fBrunuser\fR command by Dan Walsh.
 .SH AVAILABILITY
 The runuser command is part of the util-linux package and is
 available from
index 6ff8d1e641cedd5b43d21b719f176625ef7ea84d..9e3154ea4a9fb0c76c4dc5f72eb69fca8d9cf5f5 100644 (file)
@@ -290,16 +290,16 @@ be configured to update the lastlog file as well. For example by:
 .br
 session  required  pam_lastlog.so nowtmp
 .RE
+.SH HISTORY
+This \fBsu\fR command was
+derived from coreutils' \fBsu\fR, which was based on an implementation by
+David MacKenzie. The util-linux has been refactored by Karel Zak.
 .SH SEE ALSO
 .BR setpriv (1),
 .BR login.defs (5),
 .BR shells (5),
 .BR pam (8),
 .BR runuser (1)
-.SH HISTORY
-This \fBsu\fR command was
-derived from coreutils' \fBsu\fR, which was based on an implementation by
-David MacKenzie. The util-linux has been refactored by Karel Zak.
 .SH AVAILABILITY
 The su command is part of the util-linux package and is
 available from
index 41aa36e2e6b54676245020271c08d47064f26889..6f9695ae42bf74a6c464e6b5a7e0fe1c91daf871 100644 (file)
@@ -69,11 +69,6 @@ The editor specified by the string
 .B EDITOR
 will be invoked instead of the default editor
 .BR vi (1).
-.SH SEE ALSO
-.BR vi (1),
-.BR passwd (1),
-.BR flock (2),
-.BR passwd (5)
 .SH HISTORY
 The
 .B vipw
@@ -82,6 +77,11 @@ command appeared in 4.0BSD.
 The
 .B vigr
 command appeared in Util-Linux 2.6.
+.SH SEE ALSO
+.BR vi (1),
+.BR passwd (1),
+.BR flock (2),
+.BR passwd (5)
 .SH AVAILABILITY
 The vigr and vipw commands are part of the util-linux package and are available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index e6f2ec8fe087c768d8aa64b621a9995edc3a80a4..53becc42f50c44efe032a46f80e1e810971ceda6 100644 (file)
@@ -327,12 +327,12 @@ a comma-separated list.  Default is "udev,scan".  The "udev" method uses udev
 symlinks and the "scan" method scans all block devices from the
 .I /proc/partitions
 file.
+.SH ENVIRONMENT
+.IP "Setting LIBBLKID_DEBUG=all enables debug output."
 .SH AUTHORS
 .B blkid
 was written by Andreas Dilger for libblkid and improved by Theodore Ts'o
 and Karel Zak.
-.SH ENVIRONMENT
-.IP "Setting LIBBLKID_DEBUG=all enables debug output."
 .SH SEE ALSO
 .BR libblkid (3),
 .BR findfs (8),
index 22c7c3ddce62c5a56a2e4ae19d4a66c1f37fb44f..26762f83de993994cb6cabbff66e633c55e95c72 100644 (file)
@@ -60,6 +60,9 @@ label or uuid cannot be found
 usage error, wrong number of arguments or unknown option
 .PD
 .RE
+.SH ENVIRONMENT
+.IP LIBBLKID_DEBUG=all
+enables libblkid debug output.
 .SH AUTHORS
 .B findfs
 was originally written by
@@ -70,9 +73,6 @@ and re-written for the util-linux package by
 .MT kzak@redhat.com
 Karel Zak
 .ME .
-.SH ENVIRONMENT
-.IP LIBBLKID_DEBUG=all
-enables libblkid debug output.
 .SH SEE ALSO
 .BR blkid (8),
 .BR lsblk (8),
index 26db12d9b19224ae257c083828345a6b410a177d..cb23ab190b1d7319c0c307516e5be509a9231302 100644 (file)
@@ -48,12 +48,6 @@ Display help text and exit.
 .TP
 .BR \-V , " \-\-version"
 Display version information and exit.
-.SH AUTHORS
-.PP
-\fBhardlink\fR was written by Jakub Jelinek <jakub@redhat.com> and later modified by
-Ruediger Meier <ruediger.meier@ga-group.nl> and Karel Zak <kzak@redhat.com> for util-linux.
-.PP
-Man page written by Brian Long and later updated by Jindrich Novy <jnovy@redhat.com>
 .SH BUGS
 .PP
 \fBhardlink\fR assumes that its target directory trees do not change from under
@@ -67,6 +61,12 @@ Historically \fBhardlink\fR silently excluded any names beginning with
 other characters. That prior behavior can be achieved by specifying
 .br
 \-x '^(\\.in\\.|\\.[^.]{6}$)'
+.SH AUTHORS
+.PP
+\fBhardlink\fR was written by Jakub Jelinek <jakub@redhat.com> and later modified by
+Ruediger Meier <ruediger.meier@ga-group.nl> and Karel Zak <kzak@redhat.com> for util-linux.
+.PP
+Man page written by Brian Long and later updated by Jindrich Novy <jnovy@redhat.com>
 .SH AVAILABILITY
 The hardlink command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 5c74301f5b00ab843de2cee167d45fd7ca388ab1..7f542ce0a05cfff43c1301ed9186b2ca5bf1fd16 100644 (file)
@@ -188,14 +188,6 @@ failure
 partial success (when more than one process specified)
 .PD
 .RE
-.SH SEE ALSO
-.BR bash (1),
-.BR tcsh (1),
-.BR sigaction (2),
-.BR kill (2),
-.BR sigqueue (3),
-.BR signal (7)
-
 .SH AUTHORS
 .MT svalente@mit.edu
 Salvatore Valente
@@ -208,6 +200,14 @@ Karel Zak
 .PP
 The original version was taken from BSD 4.4.
 
+.SH SEE ALSO
+.BR bash (1),
+.BR tcsh (1),
+.BR sigaction (2),
+.BR kill (2),
+.BR sigqueue (3),
+.BR signal (7)
+
 .SH AVAILABILITY
 The kill command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 67ca2111fd0940cc32a12d57a0c2ddeb7313f60d..6c3d94d62fd7f7f04524e199450975205f6b02dd 100644 (file)
@@ -351,10 +351,6 @@ For the priority order and intended purposes of these facilities and levels, see
 .B logger \-p local0.notice \-t HOSTIDM \-f /dev/idmc
 .br
 .B logger \-n loghost.example.com System rebooted
-.SH SEE ALSO
-.BR journalctl (1),
-.BR syslog (3),
-.BR systemd.journal-fields (7)
 .SH CONFORMING TO
 The
 .B logger
@@ -375,6 +371,10 @@ and
 .MT kerolasa@iki.fi
 Sami Kerola
 .ME .
+.SH SEE ALSO
+.BR journalctl (1),
+.BR syslog (3),
+.BR systemd.journal-fields (7)
 .SH AVAILABILITY
 The logger command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 56963c84d56f09fdf06ab23e5815bf07f5c2907d..539e9f6a1763ef267568ae05c6262c9bb0e6cf78 100644 (file)
@@ -111,13 +111,13 @@ than the dictionary path defined in FILES segment.
 the dictionary
 .IP "\fB/usr/share/dict/web2\fR" 4
 the alternative dictionary
-.SH SEE ALSO
-.BR grep (1),
-.BR sort (1)
 .SH HISTORY
 The
 .B look
 utility appeared in Version 7 AT&T Unix.
+.SH SEE ALSO
+.BR grep (1),
+.BR sort (1)
 .SH AVAILABILITY
 The look command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index cca345f1a85dafae99e81fccc864e305ffc30f4c..76c64b625dfc1c86c8eeea66f470ab83b230a2cf 100644 (file)
@@ -190,11 +190,6 @@ none of specified devices found
 .IP 64
 some specified devices found, some not found
 
-.SH AUTHORS
-.nf
-Milan Broz <mbroz@redhat.com>
-Karel Zak <kzak@redhat.com>
-.fi
 .SH ENVIRONMENT
 .IP LSBLK_DEBUG=all
 enables lsblk debug output.
@@ -206,6 +201,11 @@ enables libmount debug output.
 enables libsmartcols debug output.
 .IP LIBSMARTCOLS_DEBUG_PADDING=on
 use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
+.SH AUTHORS
+.nf
+Milan Broz <mbroz@redhat.com>
+Karel Zak <kzak@redhat.com>
+.fi
 .SH SEE ALSO
 .BR ls (1),
 .BR blkid (8),
index f44f80476dbcea333ae4a838e07372d93caa2a1d..84eae8b91c383216ada0d5354804135938e58070 100644 (file)
@@ -63,14 +63,14 @@ Display version information and exit.
 .TP
 .BR \-h , " \-\-help"
 Display help text and exit.
+.SH BUGS
+To be discovered.
 .SH AUTHORS
 The original
 .B namei
 program was written by Roger Southwick <rogers@amadeus.wr.tek.com>.
 .sp
 The program was rewritten by Karel Zak <kzak@redhat.com>.
-.SH BUGS
-To be discovered.
 .SH SEE ALSO
 .BR ls (1),
 .BR stat (1),
index 39e9c9f9663ed118bc4b920efe8f5100a3a01cde..01081fa8e74d1b8f0b9ab377d78278560ffc580c 100644 (file)
@@ -112,6 +112,9 @@ taken.  For more details see mount(8).
 .TP
 .BR \-V , " \-\-version"
 Display version information and exit.
+.SH ENVIRONMENT
+.IP LIBBLKID_DEBUG=all
+enables libblkid debug output.
 .SH EXAMPLE
 .TP
 .B wipefs /dev/sda*
@@ -125,9 +128,6 @@ file ~/wipefs-sdb-<offset>.bak for each signature.
 Restores an ext2 signature from the backup file  ~/wipefs-sdb-0x00000438.bak.
 .SH AUTHORS
 Karel Zak <kzak@redhat.com>
-.SH ENVIRONMENT
-.IP LIBBLKID_DEBUG=all
-enables libblkid debug output.
 .SH SEE ALSO
 .BR blkid (8),
 .BR findfs (8)
index cad5dacd7e0c2f3442af0c2f9695a0c247b7fcb3..83e57070c288416e45341654899a3a8e22652f23 100644 (file)
@@ -151,6 +151,14 @@ may be ignored on some systems.
 .P
 Linux' default scheduling policy is
 .BR SCHED_OTHER .
+.SH AUTHORS
+.UR rml@tech9.net
+Robert Love
+.UE
+.br
+.UR kzak@redhat.com
+Karel Zak
+.UE
 .SH SEE ALSO
 .BR nice (1),
 .BR renice (1),
@@ -160,14 +168,6 @@ Linux' default scheduling policy is
 See
 .BR sched_setscheduler (2)
 for a description of the Linux scheduling scheme.
-.SH AUTHORS
-.UR rml@tech9.net
-Robert Love
-.UE
-.br
-.UR kzak@redhat.com
-Karel Zak
-.UE
 .SH AVAILABILITY
 The chrt command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index e73000bf3eb63ea649e0f3c76300032e686bb785..7fdc50898851ce896247b17e11c903393a286364 100644 (file)
@@ -119,6 +119,12 @@ A user must possess
 .B CAP_SYS_NICE
 to change the CPU affinity of a process belonging to another user.
 A user can retrieve the affinity mask of any process.
+.SH AUTHORS
+Written by Robert M. Love.
+.SH COPYRIGHT
+Copyright \(co 2004 Robert M. Love.
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .SH SEE ALSO
 .BR chrt (1),
 .BR nice (1),
@@ -129,12 +135,6 @@ A user can retrieve the affinity mask of any process.
 See
 .BR sched (7)
 for a description of the Linux scheduling scheme.
-.SH AUTHORS
-Written by Robert M. Love.
-.SH COPYRIGHT
-Copyright \(co 2004 Robert M. Love.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .SH AVAILABILITY
 The taskset command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 7cd340d09019410a28ba3b64e9eb90bbfa165b51..3f6657ee72dbad6406c8ff3239c775514f22c3fe 100644 (file)
@@ -44,13 +44,13 @@ Display version information and exit.
 Display help text and exit.
 .SH FILES
 .I /etc/rc.local
-.SH SEE ALSO
-.BR init (8),
-.BR systemd (1)
 .SH AUTHORS
 .UR poe@daimi.aau.dk
 Peter Orbaek
 .UE
+.SH SEE ALSO
+.BR init (8),
+.BR systemd (1)
 .SH AVAILABILITY
 The ctrlaltdel command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 2afc0789032d05e2c5bdac567dcbf77ebfe62afe..31bfb56f3f5e379efa28f63a2cc231a129f804df 100644 (file)
@@ -242,9 +242,6 @@ can fail reporting permission denied error.  This is usually caused by
 kernel setting, please see
 .BR syslog (2)
 for more details.
-.SH SEE ALSO
-.BR terminal-colors.d (5),
-.BR syslogd (8)
 .SH AUTHORS
 .MT kzak@redhat.com
 Karel Zak
@@ -256,6 +253,9 @@ was originally written by
 .MT tytso@athena.mit.edu
 Theodore Ts'o
 .ME
+.SH SEE ALSO
+.BR terminal-colors.d (5),
+.BR syslogd (8)
 .SH AVAILABILITY
 The dmesg command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 2ca445aebece9c959e6bcf99465872a2411323d6..eb32147698f786479e37c7c516317d51c8b9e109 100644 (file)
@@ -75,13 +75,13 @@ and
 Previous list may be incomplete, as more filesystems get support.  If in
 doubt easiest way to know if a filesystem has support is create a small
 loopback mount and test freezing it.
-.SH AUTHORS
-.PP
-Written by Hajime Taira.
 .SH NOTES
 .PP
 This man page is based on
 .BR xfs_freeze (8).
+.SH AUTHORS
+.PP
+Written by Hajime Taira.
 .SH SEE ALSO
 .BR mount (8)
 .SH AVAILABILITY
index 67243f6b41ba7529cf636ae6e00c107028835bdc..9e73d43493feaa7858046e922ec99b2920359e2e 100644 (file)
@@ -232,17 +232,17 @@ libmount based mount utility (since util-linux v2.22).
 .SH FILES
 .IR /etc/fstab ,
 .I <fstab.h>
+.SH HISTORY
+The ancestor of this
+.B fstab
+file format appeared in 4.0BSD.
+.\" But without comment convention, and options and vfs_type.
 .SH SEE ALSO
 .BR getmntent (3),
 .BR fs (5),
 .BR findmnt (8),
 .BR mount (8),
 .BR swapon (8)
-.SH HISTORY
-The ancestor of this
-.B fstab
-file format appeared in 4.0BSD.
-.\" But without comment convention, and options and vfs_type.
 .\" Instead there was a type rw/ro/rq/sw/xx, where xx is the present 'ignore'.
 .SH AVAILABILITY
 This man page is part of the util-linux package and is available from
index c1e8fe47cae536c2fdc05ea1949530c687ac8de1..6102693cac094cabefe33826de967ede231ae2b4 100644 (file)
@@ -40,13 +40,13 @@ Display version information and exit.
 .BR \-h , " \-\-help"
 Display help text and exit.
 .PP
-.SH SEE ALSO
-.BR ipcrm (1),
-.BR ipcs (1)
 .SH AUTHORS
 .MT hayden.james@gmail.com
 Hayden A. James
 .ME
+.SH SEE ALSO
+.BR ipcrm (1),
+.BR ipcs (1)
 .SH AVAILABILITY
 The ipcmk command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 745d338329b62a4d94839992c7f2d8facb11bea3..a7fcb540ef8f1b9916d0e7431fbcfc45f656a1d9 100644 (file)
@@ -94,16 +94,6 @@ A limitation of the
 .B IPC_STAT
 mechanism is that it can only be used to retrieve information about
 IPC resources for which the user has read permission.
-.SH SEE ALSO
-.BR ipcmk (1),
-.BR ipcrm (1),
-.BR msgrcv (2),
-.BR msgsnd (2),
-.BR semget (2),
-.BR semop (2),
-.BR shmat (2),
-.BR shmdt (2),
-.BR shmget (2)
 .SH CONFORMING TO
 The Linux ipcs utility is not fully compatible to the POSIX ipcs utility.
 The Linux version does not support the POSIX
@@ -127,6 +117,16 @@ options.
 .UR balasub@cis.ohio-state.edu
 Krishna Balasubramanian
 .UE
+.SH SEE ALSO
+.BR ipcmk (1),
+.BR ipcrm (1),
+.BR msgrcv (2),
+.BR msgsnd (2),
+.BR semget (2),
+.BR semop (2),
+.BR shmat (2),
+.BR shmdt (2),
+.BR shmget (2)
 .SH AVAILABILITY
 The ipcs command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index ee3d54998ef96aab739a7412c3fdb3b5837a2246..eb3b0b6c97727753635f4a469aaa81402316055f 100644 (file)
@@ -142,13 +142,13 @@ Display version information and exit.
 .TP
 .BR \-h , " \-\-help"
 Display help text and exit.
-.SH SEE ALSO
-.BR inputattach (1),
-.BR ttys (4)
 .SH AUTHORS
 .nf
 Tilman Schmidt (tilman@imap.cc)
 .fi
+.SH SEE ALSO
+.BR inputattach (1),
+.BR ttys (4)
 .SH AVAILABILITY
 The ldattach command is part of the util-linux package
 and is available from
index 9bb1dce91851b8664accf15d38ab23e477fae068..71cf0cf7496d335db75ec21d289807e078ab868b 100644 (file)
@@ -111,16 +111,6 @@ if incorrect arguments specified,
 .TP
 2
 if a serious error occurs.
-.SH SEE ALSO
-.BR ipcmk (1),
-.BR ipcrm (1),
-.BR msgrcv (2),
-.BR msgsnd (2),
-.BR semget (2),
-.BR semop (2),
-.BR shmat (2),
-.BR shmdt (2),
-.BR shmget (2)
 .SH HISTORY
 The \fBlsipc\fP utility is inspired by the \fBipcs\fP utility.
 .SH AUTHORS
@@ -132,6 +122,16 @@ Ondrej Oprala
 Karel Zak
 .ME
 
+.SH SEE ALSO
+.BR ipcmk (1),
+.BR ipcrm (1),
+.BR msgrcv (2),
+.BR msgsnd (2),
+.BR semget (2),
+.BR semop (2),
+.BR shmat (2),
+.BR shmdt (2),
+.BR shmget (2)
 .SH AVAILABILITY
 The lsipc command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index d3170ec7145e083d0245293f0b4bc37e9b4c679d..2ffbfe81233981912cd22854c50bd69c1830cc59 100644 (file)
@@ -2605,24 +2605,6 @@ enables libmount debug output
 enables libblkid debug output
 .IP LOOPDEV_DEBUG=all
 enables loop device setup debug output
-.SH SEE ALSO
-.na
-.BR mount (2),
-.BR umount (2),
-.BR umount (8),
-.BR fstab (5),
-.BR nfs (5),
-.BR xfs (5),
-.BR e2label (8),
-.BR findmnt (8),
-.BR losetup (8),
-.BR mke2fs (8),
-.BR mountd (8),
-.BR nfsd (8),
-.BR swapon (8),
-.BR tune2fs (8),
-.BR xfs_admin (8)
-.ad
 .SH BUGS
 It is possible for a corrupted filesystem to cause a crash.
 .PP
@@ -2690,6 +2672,24 @@ command existed in Version 5 AT&T UNIX.
 .nf
 Karel Zak <kzak@redhat.com>
 .fi
+.SH SEE ALSO
+.na
+.BR mount (2),
+.BR umount (2),
+.BR umount (8),
+.BR fstab (5),
+.BR nfs (5),
+.BR xfs (5),
+.BR e2label (8),
+.BR findmnt (8),
+.BR losetup (8),
+.BR mke2fs (8),
+.BR mountd (8),
+.BR nfsd (8),
+.BR swapon (8),
+.BR tune2fs (8),
+.BR xfs_admin (8)
+.ad
 .SH AVAILABILITY
 The mount command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index cfb5916fe435a6ccb273d90b630e6052adcd24fa..cadb026da2091c7ff80e10ec4721a71a88e754ef 100644 (file)
@@ -43,9 +43,6 @@ Display version information and exit.
 Display help text and exit.
 .SH EXIT STATUS
 Zero if the directory or file is a mountpoint, non-zero if not.
-.SH AUTHORS
-.PP
-Karel Zak <kzak@redhat.com>
 .SH ENVIRONMENT
 .IP LIBMOUNT_DEBUG=all
 enables libmount debug output.
@@ -56,6 +53,9 @@ The util-linux
 implementation was written from scratch for libmount.  The original version
 for sysvinit suite was written by Miquel van Smoorenburg.
 
+.SH AUTHORS
+.PP
+Karel Zak <kzak@redhat.com>
 .SH SEE ALSO
 .BR mount (8)
 .SH AVAILABILITY
index c51d9b04a61368b96e193a15b6c6f0293f4c0ffb..424e22dc9ef299324974eb508172674587a00b17 100644 (file)
@@ -269,10 +269,6 @@ Display version information and exit.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
 Display help text and exit.
-.SH SEE ALSO
-.BR clone (2),
-.BR setns (2),
-.BR namespaces (7)
 .SH AUTHORS
 .UR biederm@xmission.com
 Eric Biederman
@@ -281,6 +277,10 @@ Eric Biederman
 .UR kzak@redhat.com
 Karel Zak
 .UE
+.SH SEE ALSO
+.BR clone (2),
+.BR setns (2),
+.BR namespaces (7)
 .SH AVAILABILITY
 The nsenter command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index fb784377bb6d7a6f2d38834f111dc2fa8bd46b3c..0f2b49f3760a7694576be25c14415c7c6c69407f 100644 (file)
@@ -103,10 +103,6 @@ processes to unlimited.
 .IP "\fBprlimit \-\-cpu=10 sort \-u hugefile\fP"
 Set both the soft and hard CPU time limit to ten seconds and run 'sort'.
 
-.SH SEE ALSO
-.BR ulimit (1p),
-.BR prlimit (2)
-
 .SH NOTES
 The prlimit system call is supported since Linux 2.6.36, older kernels will
 break this program.
@@ -115,6 +111,10 @@ break this program.
 .nf
 Davidlohr Bueso <dave@gnu.org> - In memory of Dennis M. Ritchie.
 .fi
+.SH SEE ALSO
+.BR ulimit (1p),
+.BR prlimit (2)
+
 .SH AVAILABILITY
 The prlimit command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 12a0f608d9807979ecf7bed6d63cda16b344e3b5..cfba47ff86a053955027e84f6e088e26c50f9754 100644 (file)
@@ -102,6 +102,10 @@ negative (to make things go very fast).
 .TP
 .I /etc/passwd
 to map user names to user IDs
+.SH HISTORY
+The
+.B renice
+command appeared in 4.0BSD.
 .SH SEE ALSO
 .BR nice (1),
 .BR chrt (1),
@@ -109,10 +113,6 @@ to map user names to user IDs
 .BR setpriority (2),
 .BR credentials (7),
 .BR sched (7)
-.SH HISTORY
-The
-.B renice
-command appeared in 4.0BSD.
 .SH AVAILABILITY
 The renice command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 39d274a2fd2e8545013c6e8895346a02ecee08ac..222fa6388abf5f0c05f868ff789c9e82a0a7b887 100644 (file)
@@ -204,15 +204,15 @@ If you want to mimic daemontools'
 try:
 .sp
 .B "    setpriv \-\-reuid=1000 \-\-regid=1000 \-\-clear\-groups"
+.SH AUTHORS
+.MT luto@amacapital.net
+Andy Lutomirski
+.ME
 .SH SEE ALSO
 .BR runuser (1),
 .BR su (1),
 .BR prctl (2),
 .BR capabilities (7)
-.SH AUTHORS
-.MT luto@amacapital.net
-Andy Lutomirski
-.ME
 .SH AVAILABILITY
 The
 .B setpriv
index e694ef8015f53f52680d2a782a43e32ec0c20aae..c025076cec944809252563586e53078519ae44d0 100644 (file)
@@ -33,10 +33,10 @@ Display version information and exit.
 .TP
 .BR \-h , " \-\-help"
 Display help text and exit.
-.SH SEE ALSO
-.BR setsid (2)
 .SH AUTHORS
 Rick Sladkey <jrs@world.std.com>
+.SH SEE ALSO
+.BR setsid (2)
 .SH AVAILABILITY
 The setsid command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index c8ad3bfff88b285a78fbd04c406dfbdb62cc3e0f..157bbcd954ae48d251fcff44726a4597f96a4a67 100644 (file)
@@ -226,15 +226,6 @@ enables libmount debug output.
 .IP LIBBLKID_DEBUG=all
 enables libblkid debug output.
 
-.SH SEE ALSO
-.BR swapoff (2),
-.BR swapon (2),
-.BR fstab (5),
-.BR init (8),
-.BR fallocate (1),
-.BR mkswap (8),
-.BR mount (8),
-.BR rc (8)
 .SH FILES
 .br
 .I /dev/sd??
@@ -246,6 +237,15 @@ ascii filesystem description table
 The
 .B swapon
 command appeared in 4.0BSD.
+.SH SEE ALSO
+.BR swapoff (2),
+.BR swapon (2),
+.BR fstab (5),
+.BR init (8),
+.BR fallocate (1),
+.BR mkswap (8),
+.BR mount (8),
+.BR rc (8)
 .SH AVAILABILITY
 The swapon command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index b169817e938036b55934603ec245ff05528bce41..d345349b313817d59c640c627fcc645241851277 100644 (file)
@@ -45,17 +45,17 @@ mount --bind $DIR $DIR
 .RE
 .fi
 
-.SH SEE ALSO
-.BR chroot (2),
-.BR init (8),
-.BR mkinitrd (8),
-.BR mount (8)
 .SH AUTHORS
 .nf
 Peter Jones <pjones@redhat.com>
 Jeremy Katz <katzj@redhat.com>
 Karel Zak <kzak@redhat.com>
 .fi
+.SH SEE ALSO
+.BR chroot (2),
+.BR init (8),
+.BR mkinitrd (8),
+.BR mount (8)
 .SH AVAILABILITY
 The switch_root command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index dff62dee4d33e7793c72002eb5cbf80c3b7f8e8d..434877afc1a7519dfb74a534f8c4fdcfd9d5b33a 100644 (file)
@@ -271,14 +271,14 @@ overrides the default location of the fstab file (ignored for suid)
 overrides the default location of the mtab file (ignored for suid)
 .IP LIBMOUNT_DEBUG=all
 enables libmount debug output
-.SH SEE ALSO
-.BR umount (2),
-.BR losetup (8),
-.BR mount (8)
 .SH HISTORY
 A
 .B umount
 command appeared in Version 6 AT&T UNIX.
+.SH SEE ALSO
+.BR umount (2),
+.BR losetup (8),
+.BR mount (8)
 .SH AVAILABILITY
 The umount command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index b22329d9e2a2a5ac639efdac0284c8f31fbec3fd..7b35bc0b6f1ba46840cb9e023da002461dca2bf5 100644 (file)
@@ -315,11 +315,6 @@ been re-parented to PID 1.
 .TQ
  10:58:48 up 1158 days,  6:05,  1 user,  load average: 0.00, 0.00, 0.00
 
-.SH SEE ALSO
-.BR clone (2),
-.BR unshare (2),
-.BR namespaces (7),
-.BR mount (8)
 .SH AUTHORS
 .UR dottedmag@dottedmag.net
 Mikhail Gusarov
@@ -328,6 +323,11 @@ Mikhail Gusarov
 .UR kzak@redhat.com
 Karel Zak
 .UE
+.SH SEE ALSO
+.BR clone (2),
+.BR unshare (2),
+.BR namespaces (7),
+.BR mount (8)
 .SH AVAILABILITY
 The unshare command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 97e3f41188d5135f6cf7239f51dcd25cafed2984..abd6507b97d419a42f9d0c4477f563dee0f1bc2d 100644 (file)
@@ -117,15 +117,15 @@ and use it as swap device.
 # swapoff /dev/zram0
 # zramctl --reset /dev/zram0
 .fi
-.SH SEE ALSO
-.UR http://git.\:kernel.\:org\:/cgit\:/linux\:/kernel\:/git\:/torvalds\:/linux.git\:/tree\:/Documentation\:/admin-guide\:/blockdev\:/zram.rst
-Linux kernel documentation
-.UE .
 .SH AUTHORS
 .nf
 Timofey Titovets <nefelim4ag@gmail.com>
 Karel Zak <kzak@redhat.com>
 .fi
+.SH SEE ALSO
+.UR http://git.\:kernel.\:org\:/cgit\:/linux\:/kernel\:/git\:/torvalds\:/linux.git\:/tree\:/Documentation\:/admin-guide\:/blockdev\:/zram.rst
+Linux kernel documentation
+.UE .
 .SH AVAILABILITY
 The zramctl command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 9d11137cadcd5ec5a87ca31cd3e82ea4b8310f1c..075097152906a4661f3160fc90ff9a83969d04dd 100644 (file)
@@ -102,17 +102,17 @@ An error has occurred.
 .RE
 .SH FILES
 .I /dev/[pt]ty[pq]?
+.SH HISTORY
+A
+.B mesg
+command appeared in Version 6 AT&T UNIX.
+
 .SH SEE ALSO
 .BR login (1),
 .BR talk (1),
 .BR write (1),
 .BR wall (1),
 .BR xterm (1)
-.SH HISTORY
-A
-.B mesg
-command appeared in Version 6 AT&T UNIX.
-
 .SH AVAILABILITY
 The mesg command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 52f624754b4555fb84f33ef16d63ec3520621369..73ec27c2e6c5831a6d061d437ecfae41c868b138 100644 (file)
@@ -259,13 +259,6 @@ will be that shell.  If
 .B SHELL
 is not set, the Bourne shell is assumed.  (Most shells set this variable
 automatically).
-.SH SEE ALSO
-.BR csh (1)
-(for the
-.I history
-mechanism),
-.BR scriptreplay (1),
-.BR scriptlive (1),
 .SH HISTORY
 The
 .B script
@@ -283,6 +276,13 @@ is not a terminal (for example: \fBecho foo | script\fR), then the session
 can hang, because the interactive shell within the script session misses EOF and
 .B script
 has no clue when to close the session.  See the \fBNOTES\fR section for more information.
+.SH SEE ALSO
+.BR csh (1)
+(for the
+.I history
+mechanism),
+.BR scriptreplay (1),
+.BR scriptlive (1),
 .SH AVAILABILITY
 The script command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 190724eef74c4e53752cc84ab6133f88eeec0d8d..6639c73d1cad7df696d908e6c886c7a61c30485e 100644 (file)
@@ -75,9 +75,10 @@ Script started, file is script.out
 Script done, file is script.out
 % scriptlive --log-timing file.tm --log-in script.in
 .nf
-.SH SEE ALSO
-.BR script (1),
-.BR scriptreplay (1)
+.SH AUTHORS
+.MT kzak@\:redhat.com
+Karel Zak
+.ME .
 .SH COPYRIGHT
 Copyright \(co 2019 Karel Zak
 .PP
@@ -86,10 +87,9 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.
 .PP
 Released under the GNU General Public License version 2 or later.
-.SH AUTHORS
-.MT kzak@\:redhat.com
-Karel Zak
-.ME .
+.SH SEE ALSO
+.BR script (1),
+.BR scriptreplay (1)
 .SH AVAILABILITY
 The scriptlive command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index e02e2cb14b02741d86ca78481aa40e7608c17eb8..4505ef8362bff73c8a24471147de095cc450e899 100644 (file)
@@ -120,19 +120,6 @@ Script started, file is script.out
 Script done, file is script.out
 % scriptreplay --log-timing file.tm --log-out script.out
 .nf
-.SH SEE ALSO
-.BR script (1),
-.BR scriptlive (1)
-.SH COPYRIGHT
-Copyright \(co 2008 James Youngman
-.br
-Copyright \(co 2008-2019 Karel Zak
-.PP
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE.
-.PP
-Released under the GNU General Public License version 2 or later.
 .SH AUTHORS
 The original
 .B scriptreplay
@@ -148,6 +135,19 @@ and
 .MT kzak@\:redhat.com
 Karel Zak
 .ME .
+.SH COPYRIGHT
+Copyright \(co 2008 James Youngman
+.br
+Copyright \(co 2008-2019 Karel Zak
+.PP
+This is free software; see the source for copying conditions.  There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
+PURPOSE.
+.PP
+Released under the GNU General Public License version 2 or later.
+.SH SEE ALSO
+.BR script (1),
+.BR scriptlive (1)
 .SH AVAILABILITY
 The scriptreplay command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index bad4ab0e1d15c34e065012e6f8e2abafe873cc8f..42bad04d54ff0e81975f5facd2aff8fd15799695 100644 (file)
@@ -293,13 +293,13 @@ beside the historical long options with a single hyphen, for example
 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 BUGS
+Differences between the Minix and Linux versions are not documented.
 .SH SEE ALSO
 .BR stty (1),
 .BR tput (1),
 .BR tty (4),
 .BR terminfo (5)
-.SH BUGS
-Differences between the Minix and Linux versions are not documented.
 .SH AVAILABILITY
 The setterm command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 048de996e57335238e62bde472014788ee7fb50f..aada25c74daa1b7446d68feb62c96d34a53fe8eb 100644 (file)
@@ -87,15 +87,15 @@ Some sessions, such as wdm, that have in the beginning of
 ut_type data a ':' character will not get the message from
 .BR wall .
 This is done to avoid write errors.
+.SH HISTORY
+A
+.B wall
+command appeared in Version 7 AT&T UNIX.
 .SH SEE ALSO
 .BR mesg (1),
 .BR talk (1),
 .BR write (1),
 .BR shutdown (8)
-.SH HISTORY
-A
-.B wall
-command appeared in Version 7 AT&T UNIX.
 .SH AVAILABILITY
 The wall command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 8f6ccec3ba18715717ca62ed46e0880b4ca04a9d..caadbcb930ee8b16d4aeb09a6b6af7af703e40cf 100644 (file)
@@ -88,14 +88,14 @@ The traditional protocol for writing to someone is that the string `\-o',
 either at the end of a line or on a line by itself, means that it's the
 other person's turn to talk.  The string `oo' means that the person
 believes the conversation to be over.
-.SH SEE ALSO
-.BR mesg (1),
-.BR talk (1),
-.BR who (1)
 .SH HISTORY
 A
 .B write
 command appeared in Version 6 AT&T UNIX.
+.SH SEE ALSO
+.BR mesg (1),
+.BR talk (1),
+.BR who (1)
 .SH AVAILABILITY
 The write command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 2a9c4dce50dfbc672dcad0c3889e78b9b683b405..322f0afe5658aac7b8fdc764502d5b2e00a1bf71 100644 (file)
@@ -137,10 +137,6 @@ character set is correct when they are output.
 If the input attempts to back up to the last flushed line,
 .B col
 will display a warning message.
-.SH SEE ALSO
-.BR expand (1),
-.BR nroff (1),
-.BR tbl (1)
 .SH CONFORMING TO
 The
 .B col
@@ -151,6 +147,10 @@ option is an extension to the standard.
 A
 .B col
 command appeared in Version 6 AT&T UNIX.
+.SH SEE ALSO
+.BR expand (1),
+.BR nroff (1),
+.BR tbl (1)
 .SH AVAILABILITY
 The col command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 341d34c83679902ab2d02ae10dbf4e5789690b74..5f8bf445b8e753fb6583f0202eb7ba97515af2b3 100644 (file)
@@ -74,12 +74,6 @@ would be:
 .RS
 .B tbl exum2.n \&| nroff \-ms \&| colcrt \- \&| more
 .RE
-.SH SEE ALSO
-.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
 .B '\-'
@@ -98,6 +92,12 @@ documents which are already double-spaced.
 The
 .B colcrt
 command appeared in 3.0BSD.
+.SH SEE ALSO
+.BR col (1),
+.BR more (1),
+.BR nroff (1),
+.BR troff (1),
+.BR ul (1)
 .SH AVAILABILITY
 The colcrt command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 4950f28850b651b8b846264794d559b09a7301e6..979137f7169787cac82951634a140dba7a1f8c63 100644 (file)
@@ -59,15 +59,15 @@ Display version information and exit.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
 Display help text and exit.
+.SH HISTORY
+The
+.B colrm
+command appeared in 3.0BSD.
 .SH SEE ALSO
 .BR awk (1p),
 .BR column (1),
 .BR expand (1),
 .BR paste (1)
-.SH HISTORY
-The
-.B colrm
-command appeared in 3.0BSD.
 .SH AVAILABILITY
 The colrm command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index 7ca8a8b31c637aa76f8e32649abf17cfd00f1d0a..23f582b37a0b92ef403df5038706e3edc43b9001 100644 (file)
@@ -177,13 +177,13 @@ has since been corrected (see above). Other implementations of
 .B column
 may continue to use the older documentation, but the behavior should be
 identical in any case.
+.SH HISTORY
+The column command appeared in 4.3BSD-Reno.
 .SH SEE ALSO
 .BR colrm (1),
 .BR ls (1),
 .BR paste (1),
 .BR sort (1)
-.SH HISTORY
-The column command appeared in 4.3BSD-Reno.
 .SH AVAILABILITY
 The column command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 4cf445f873f99019ec9bc79bf2b776ee72138276..046c2c4c6685dc891e5d328aa14c30e7566c4de4 100644 (file)
@@ -234,15 +234,6 @@ is pressed.
 The editor of choice when
 .B VISUAL
 is not specified.
-.SH SEE ALSO
-.BR less (1),
-.BR vi (1)
-.SH AUTHORS
-Eric Shienbrood, UC Berkeley
-.br
-Modified by Geoff Peck, UCB to add underlining, single spacing
-.br
-Modified by John Foderaro, UCB to add \-c and MORE environment variable
 .SH HISTORY
 The
 .B more
@@ -251,6 +242,15 @@ command appeared in 3.0BSD.  This man page documents
 version 5.19 (Berkeley 6/29/88), which is currently in use in the Linux
 community.  Documentation was produced using several other versions of the
 man page, and extensive inspection of the source code.
+.SH AUTHORS
+Eric Shienbrood, UC Berkeley
+.br
+Modified by Geoff Peck, UCB to add underlining, single spacing
+.br
+Modified by John Foderaro, UCB to add \-c and MORE environment variable
+.SH SEE ALSO
+.BR less (1),
+.BR vi (1)
 .SH AVAILABILITY
 The more command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
index a7fd60134cc7f62fbf5bcf357ef0eaecf3cc0b70..1200ab81a0c2593c3c2f99e770a47ab3d6d0e2a9 100644 (file)
@@ -217,14 +217,6 @@ Used by the
 .TP
 .B TERM
 Determines the terminal type.
-.SH SEE ALSO
-.BR cat (1),
-.BR more (1),
-.BR sh (1p),
-.BR terminfo (5),
-.BR locale (7),
-.BR regex (7),
-.BR term (7)
 .SH NOTES
 .B pg
 expects the terminal tabulators to be set every eight positions.
@@ -233,6 +225,14 @@ Files that include
 .SM NUL
 characters cannot be displayed by
 .BR pg .
+.SH SEE ALSO
+.BR cat (1),
+.BR more (1),
+.BR sh (1p),
+.BR terminfo (5),
+.BR locale (7),
+.BR regex (7),
+.BR term (7)
 .SH AVAILABILITY
 The pg command is part of the util-linux package and is available from
 https://www.kernel.org/pub/linux/utils/util-linux/.
index 172844ce11f5b62a22f9683961dcf37bcd49a118..7dc9ddd7b352750ef23c7d03435892a139447771 100644 (file)
@@ -90,13 +90,6 @@ or as set during the login process by the user in their
 .B login
 file (see
 .BR setenv (3)).
-.SH SEE ALSO
-.BR colcrt (1),
-.BR login (1),
-.BR man (1),
-.BR nroff (1),
-.BR setenv (3),
-.BR terminfo (5)
 .SH BUGS
 .B nroff
 usually outputs a series of backspaces and underlines intermixed with the
@@ -106,6 +99,13 @@ motion.
 The
 .B ul
 command appeared in 3.0BSD.
+.SH SEE ALSO
+.BR colcrt (1),
+.BR login (1),
+.BR man (1),
+.BR nroff (1),
+.BR setenv (3),
+.BR terminfo (5)
 .SH AVAILABILITY
 The ul command is part of the util-linux package and is available from
 .UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/