summaryrefslogtreecommitdiffstats
path: root/sys-utils/umount.8
diff options
context:
space:
mode:
authorMichael Kerrisk2016-12-03 21:13:59 +0100
committerKarel Zak2016-12-09 13:45:09 +0100
commit46f057ed37e06d74df3e2d4471cab935f9671edf (patch)
tree7f03098b2f4ec9100730a7fcd6620052346c9ce2 /sys-utils/umount.8
parentdocs: renice(1): Remove obsolete BUGS text (diff)
downloadkernel-qcow2-util-linux-46f057ed37e06d74df3e2d4471cab935f9671edf.tar.gz
kernel-qcow2-util-linux-46f057ed37e06d74df3e2d4471cab935f9671edf.tar.xz
kernel-qcow2-util-linux-46f057ed37e06d74df3e2d4471cab935f9671edf.zip
docs: various pages: Format pathnames as italic (.I)
In the majority of pages, pathnames are formatted as Italic, which is the norm. However, there are several cases where they are formatted as bold. This patch fixes a number of those exceptions. Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
Diffstat (limited to 'sys-utils/umount.8')
-rw-r--r--sys-utils/umount.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-utils/umount.8 b/sys-utils/umount.8
index 8abfc1b67..96cfed061 100644
--- a/sys-utils/umount.8
+++ b/sys-utils/umount.8
@@ -202,14 +202,14 @@ Note that \fI/etc/mtab\fR is currently deprecated and helper= and another
userspace mount options are maintained by libmount.
.SH FILES
.TP
-.B /etc/mtab
+.I /etc/mtab
table of mounted filesystems (deprecated and usually replaced by
symlink to /proc/mounts)
.TP
-.B /etc/fstab
+.I /etc/fstab
table of known filesystems
.TP
-.B /proc/self/mountinfo
+.I /proc/self/mountinfo
table of mounted filesystems generated by kernel.
.SH ENVIRONMENT
.IP LIBMOUNT_FSTAB=<path>