diff options
author | Mike Frysinger | 2013-05-09 00:12:04 +0200 |
---|---|---|
committer | Karel Zak | 2013-05-13 14:42:59 +0200 |
commit | 66083665d55af12bb1260b86d761eaa2639fad72 (patch) | |
tree | f6aab5f8b01d7e19ba9cad28255b016b4e5b3e11 /misc-utils | |
parent | lsblk: add SERIAL column (diff) | |
download | kernel-qcow2-util-linux-66083665d55af12bb1260b86d761eaa2639fad72.tar.gz kernel-qcow2-util-linux-66083665d55af12bb1260b86d761eaa2639fad72.tar.xz kernel-qcow2-util-linux-66083665d55af12bb1260b86d761eaa2639fad72.zip |
standard SEE ALSO section of man pages
The standard format is to seperate each entry with a comma, and
for each one to be on a line by itself. Most util-linux pages
follow this, but a few do not.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'misc-utils')
-rw-r--r-- | misc-utils/blkid.8 | 4 | ||||
-rw-r--r-- | misc-utils/findfs.8 | 3 | ||||
-rw-r--r-- | misc-utils/lslocks.8 | 4 | ||||
-rw-r--r-- | misc-utils/wipefs.8 | 3 |
4 files changed, 6 insertions, 8 deletions
diff --git a/misc-utils/blkid.8 b/misc-utils/blkid.8 index 82d6ed68d..a974b8e99 100644 --- a/misc-utils/blkid.8 +++ b/misc-utils/blkid.8 @@ -300,8 +300,8 @@ and Karel Zak. .SH ENVIRONMENT .IP "Setting LIBBLKID_DEBUG=0xffff enables debug output." .SH SEE ALSO -.BR libblkid (3) -.BR findfs (8) +.BR libblkid (3), +.BR findfs (8), .BR wipefs (8) .SH AVAILABILITY The blkid command is part of the util-linux package and is available from diff --git a/misc-utils/findfs.8 b/misc-utils/findfs.8 index 530f186fa..8a6bca1d3 100644 --- a/misc-utils/findfs.8 +++ b/misc-utils/findfs.8 @@ -29,9 +29,8 @@ the util-linux package by Karel Zak (kzak@redhat.com). .IP LIBBLKID_DEBUG=0xffff enables debug output. .SH SEE ALSO -.BR blkid (8) +.BR blkid (8), .BR fsck (8) .SH AVAILABILITY The findfs 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/lslocks.8 b/misc-utils/lslocks.8 index f8d072b42..461220182 100644 --- a/misc-utils/lslocks.8 +++ b/misc-utils/lslocks.8 @@ -86,8 +86,8 @@ Davidlohr Bueso <dave@gnu.org> .fi .SH "SEE ALSO" -.BR flock (1) -.BR fcntl (2) +.BR flock (1), +.BR fcntl (2), .BR lockf (2) .SH AVAILABILITY diff --git a/misc-utils/wipefs.8 b/misc-utils/wipefs.8 index fee9aaf14..0c34b0f0a 100644 --- a/misc-utils/wipefs.8 +++ b/misc-utils/wipefs.8 @@ -92,9 +92,8 @@ Karel Zak <kzak@redhat.com> .SH ENVIRONMENT .IP "Setting LIBBLKID_DEBUG=0xffff enables debug output." .SH SEE ALSO -.BR blkid (8) +.BR blkid (8), .BR findfs (8) .SH AVAILABILITY The wipefs command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. - |