aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2016-11-10 11:59:30 +0100
committerKarel Zak <kzak@redhat.com>2016-11-29 10:44:19 +0100
commit42632a90c1be41c64720b299a6cb4a4b042765a5 (patch)
treed94547cf8c3497a896a89f13354bc2e70ae2bff6
parentf053ff1e3a30c7ceb10e7e4fb977810f16344453 (diff)
downloadutil-linux-42632a90c1be41c64720b299a6cb4a4b042765a5.tar.gz
Correctly format page cross references
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>
-rw-r--r--login-utils/chfn.12
-rw-r--r--login-utils/login.12
-rw-r--r--sys-utils/mount.82
-rw-r--r--text-utils/pg.14
4 files changed, 5 insertions, 5 deletions
diff --git a/login-utils/chfn.1 b/login-utils/chfn.1
index 0cb5f28b87..bf837eab68 100644
--- a/login-utils/chfn.1
+++ b/login-utils/chfn.1
@@ -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
diff --git a/login-utils/login.1 b/login-utils/login.1
index eaa644d0b1..551d3b2d7f 100644
--- a/login-utils/login.1
+++ b/login-utils/login.1
@@ -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
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 26bd449fbf..beef62233a 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -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
diff --git a/text-utils/pg.1 b/text-utils/pg.1
index d67adf43ca..c3cc7a584b 100644
--- a/text-utils/pg.1
+++ b/text-utils/pg.1
@@ -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.