summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2018-08-06 00:05:48 +0200
committerKarel Zak2018-08-06 08:58:57 +0200
commit559ee54af112379e92a651b2e1f495a634b6360d (patch)
tree68eed842681497cf1049e77f8846fc9e683e7952 /sys-utils/mount.8
parentman pages: fix formatting of long lines in tables (diff)
downloadkernel-qcow2-util-linux-559ee54af112379e92a651b2e1f495a634b6360d.tar.gz
kernel-qcow2-util-linux-559ee54af112379e92a651b2e1f495a634b6360d.tar.xz
kernel-qcow2-util-linux-559ee54af112379e92a651b2e1f495a634b6360d.zip
man pages: Fix misuse of two-fonts-macros (BR, IR)
Change a two-fonts-macro to the single font one, when there is only one genuine argument. Split a punctuation mark from the only argument to a two-fonts-marco. Remove an isolated two-fonts-macro. Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index a04a11a67..c503987e8 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -239,7 +239,7 @@ and
traditionally maintained a list of currently mounted filesystems in the file
.IR /etc/mtab .
The support for regular classic
-.IR /etc/mtab
+.I /etc/mtab
is completely disabled in compile time by default, because on current Linux
systems it is better to make it a symlink to
.I /proc/mounts
@@ -655,10 +655,10 @@ or special file representing that namespace.
.sp
.BR mount (8)
switches to the namespace when it reads /etc/fstab, writes /etc/mtab (or writes to /run/mount) and calls
-.BR mount(2)
+.BR mount (2)
system call, otherwise it runs in the original namespace. It means that the target namespace does not have
to contain any libraries or another requirements necessary to execute
-.BR mount(2)
+.BR mount (2)
command.
.sp
See \fBnamespaces\fR(7) for more information.