Skip to content

Commit 6608366

Browse files
vapierkarelzak
authored andcommitted
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>
1 parent 460c7af commit 6608366

9 files changed

Lines changed: 14 additions & 15 deletions

File tree

disk-utils/mkfs.bfs.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The exit code returned by
5252
.B mkfs.bfs
5353
is 0 when all went well, and 1 when something went wrong.
5454
.SH "SEE ALSO"
55-
.BR mkfs (8).
55+
.BR mkfs (8)
5656
.SH AVAILABILITY
5757
The mkfs.bfs command is part of the util-linux package and is available from
5858
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.

libblkid/libblkid.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The low-level probing code was rewritten by Karel Zak.
7272
is available under the terms of the GNU Library General Public License (LGPL),
7373
version 2 (or at your discretion any later version).
7474
.SH "SEE ALSO"
75-
.BR blkid (8)
75+
.BR blkid (8),
7676
.BR findfs (8)
7777
.SH AVAILABILITY
7878
libblkid is part of the util-linux package since version 2.15 and is available from

misc-utils/blkid.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@ and Karel Zak.
300300
.SH ENVIRONMENT
301301
.IP "Setting LIBBLKID_DEBUG=0xffff enables debug output."
302302
.SH SEE ALSO
303-
.BR libblkid (3)
304-
.BR findfs (8)
303+
.BR libblkid (3),
304+
.BR findfs (8),
305305
.BR wipefs (8)
306306
.SH AVAILABILITY
307307
The blkid command is part of the util-linux package and is available from

misc-utils/findfs.8

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ the util-linux package by Karel Zak (kzak@redhat.com).
2929
.IP LIBBLKID_DEBUG=0xffff
3030
enables debug output.
3131
.SH SEE ALSO
32-
.BR blkid (8)
32+
.BR blkid (8),
3333
.BR fsck (8)
3434
.SH AVAILABILITY
3535
The findfs command is part of the util-linux package and is available from
3636
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
37-

misc-utils/lslocks.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Davidlohr Bueso <dave@gnu.org>
8686
.fi
8787

8888
.SH "SEE ALSO"
89-
.BR flock (1)
90-
.BR fcntl (2)
89+
.BR flock (1),
90+
.BR fcntl (2),
9191
.BR lockf (2)
9292

9393
.SH AVAILABILITY

misc-utils/wipefs.8

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ Karel Zak <kzak@redhat.com>
9292
.SH ENVIRONMENT
9393
.IP "Setting LIBBLKID_DEBUG=0xffff enables debug output."
9494
.SH SEE ALSO
95-
.BR blkid (8)
95+
.BR blkid (8),
9696
.BR findfs (8)
9797
.SH AVAILABILITY
9898
The wipefs command is part of the util-linux package and is available from
9999
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
100-

sys-utils/setpriv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ For example, setting no_\:new_\:privs and then execing a program that is
136136
SELinux\-\:confined (as this tool would do) may prevent the SELinux
137137
restrictions from taking effect.
138138
.SH SEE ALSO
139-
.BR prctl (2)
139+
.BR prctl (2),
140140
.BR capability (7)
141141
.SH AUTHOR
142142
.MT luto@amacapital.net

sys-utils/switch_root.8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ mount --bind $DIR $DIR
4646
.fi
4747

4848
.SH "SEE ALSO"
49-
.BR mount (8)
50-
.BR chroot (2)
51-
.BR init (8)
49+
.BR mount (8),
50+
.BR chroot (2),
51+
.BR init (8),
5252
.BR mkinitrd (8)
5353
.SH AUTHORS
5454
.nf

text-utils/tailf.1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ NO WARRANTY for this program.
6262

6363
The latest inotify based implementation was written by Karel Zak (kzak@redhat.com).
6464
.SH "SEE ALSO"
65-
.BR tail "(1), " less "(1)"
65+
.BR tail (1),
66+
.BR less (1)
6667
.SH AVAILABILITY
6768
The tailf command is part of the util-linux package and is available from
6869
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.

0 commit comments

Comments
 (0)