]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Correctly format page cross references
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>
Thu, 10 Nov 2016 10:59:30 +0000 (11:59 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Nov 2016 09:44:19 +0000 (10:44 +0100)
Most pages in util-linux follow the standard convention
of formatting page cross references in bold. Fix the
few exceptions that use italic.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
login-utils/chfn.1
login-utils/login.1
sys-utils/mount.8
text-utils/pg.1

index 0cb5f28b871878919d5d5db2b6d32f9641db94d8..bf837eab68569017a9646585cb7aebd70ad26f59 100644 (file)
@@ -72,7 +72,7 @@ Display version information and exit.
 .SH CONFIG FILE ITEMS
 .B chfn
 reads the
-.IR /etc\:/login.defs (5)
+.BR /etc\:/login.defs (5)
 configuration file.  Note that the configuration file could be
 distributed with another package (e.g. shadow-utils).  The following
 configuration items are relevant for
index eaa644d0b178fbc28c5bbe347b635bc9917764f5..551d3b2d7f4ab9c29ad24e556170b8abc9dab851 100644 (file)
@@ -136,7 +136,7 @@ Display version information and exit.
 .SH CONFIG FILE ITEMS
 .B login
 reads the
-.IR /etc\:/login.defs (5)
+.BR /etc\:/login.defs (5)
 configuration file.  Note that the configuration file could be
 distributed with another package (e.g. shadow-utils).  The following
 configuration items are relevant for
index 26bd449fbf31adc12bc349f768c7447d34c47389..beef62233a31982d3ed8ed1ea1b86696dbaedc6a 100644 (file)
@@ -780,7 +780,7 @@ and
 For most types all the
 .B mount
 program has to do is issue a simple
-.IR mount (2)
+.BR mount (2)
 system call, and no detailed knowledge of the filesystem type is required.
 For a few types however (like nfs, nfs4, cifs, smbfs, ncpfs) an ad hoc code is
 necessary.  The nfs, nfs4, cifs, smbfs, and ncpfs filesystems
index d67adf43ca287d3888ea9b7f8930da93d1054615..c3cc7a584baedeec1abfcdaeee75f38349648eda 100644 (file)
@@ -25,7 +25,7 @@ reads from standard input.
 If standard output is not a terminal,
 .B pg
 acts like
-.IR cat (1)
+.BR cat (1)
 but precedes each file with its name if there is more than one.
 .PP
 If input comes from a pipe,
@@ -206,7 +206,7 @@ Overrides the system-supplied number of columns if set.
 .TP
 .BR LANG ,\  LC_ALL ,\  LC_COLLATE ,\  LC_CTYPE ,\  LC_MESSAGES
 See
-.IR locale (7).
+.BR locale (7).
 .TP
 .B LINES
 Overrides the system-supplied number of lines if set.