summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2018-05-18 21:21:42 +0200
committerKarel Zak2018-05-23 10:43:27 +0200
commit0bb7e904d72213b29f890364e25796685ee377f4 (patch)
tree5930dd59265bbad36cd13b69f5028d0e6d58bf61 /sys-utils/mount.8
parentmore: reorder global declarations (diff)
downloadkernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.tar.gz
kernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.tar.xz
kernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.zip
man: Use the correct macro for a font change of one argument
Use the correct macro (I, B) for the font change of one argument, not those that are used for alternating two fonts, like "BR", "IR", "RB", or "RI". Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.820
1 files changed, 10 insertions, 10 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 3713197da..e6afaa3dd 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -97,11 +97,11 @@ refers to the root of the filesystem on
If only the directory or the device is given, for example:
.RS
.sp
-.BI "mount /dir"
+.B mount /dir
.sp
.RE
then \fBmount\fR looks for a mountpoint (and if not found then for a device) in the
-.IR /etc/fstab
+.I /etc/fstab
file. It's possible to use the
.B \-\-target
or
@@ -109,7 +109,7 @@ or
options to avoid ambivalent interpretation of the given argument. For example:
.RS
.sp
-.BI "mount \-\-target /mountpoint"
+.B mount \-\-target /mountpoint
.sp
.RE
@@ -526,7 +526,7 @@ For example:
.RS
.nf
-.BI "mount \-\-make\-private \-\-make\-unbindable /dev/sda1 /foo"
+.B mount \-\-make\-private \-\-make\-unbindable /dev/sda1 /foo
.fi
.RE
@@ -534,9 +534,9 @@ is the same as:
.RS
.nf
-.BI "mount /dev/sda1 /foo"
-.BI "mount \-\-make\-private /foo"
-.BI "mount \-\-make\-unbindable /foo"
+.B mount /dev/sda1 /foox
+.B mount \-\-make\-private /foo
+.B mount \-\-make\-unbindable /foo
.fi
.RE
@@ -573,7 +573,7 @@ already mounted filesystems is cached during \fBmount \-\-all\fR. It means
that all duplicated fstab entries will be mounted.
.sp
Note that it is a bad practice to use \fBmount \-a\fR for
-.IR fstab
+.I fstab
checking. The recommended solution is \fBfindmnt \-\-verify\fR.
.TP
.BR \-B , " \-\-bind"
@@ -722,7 +722,7 @@ and disables \fB\-\-options\-source\-force\fR.
Default value is \fBfstab,mtab\fR.
.TP
-.BR \-\-options\-source\-force
+.B \-\-options\-source\-force
Use options from fstab/mtab even if both \fIdevice\fR and \fIdir\fR are specified.
.TP
@@ -1577,7 +1577,7 @@ To maintain backward compatibility, '-o nfs' is also accepted,
defaulting to
.BR stale_rw .
.TP
-.BI tz=UTC
+.B tz=UTC
This option disables the conversion of timestamps
between local time (as used by Windows on FAT) and UTC
(which Linux uses internally). This is particularly