summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorMike Frysinger2012-10-05 03:34:34 +0200
committerKarel Zak2012-10-09 12:12:48 +0200
commit8323d9fd593534ee9257237b48f6ca4710d9f4cb (patch)
tree2e67d895c6ee66b0ffcada671870a3ab741a6fa1 /sys-utils/mount.8
parentfdisk: add AArch64 support (diff)
downloadkernel-qcow2-util-linux-8323d9fd593534ee9257237b48f6ca4710d9f4cb.tar.gz
kernel-qcow2-util-linux-8323d9fd593534ee9257237b48f6ca4710d9f4cb.tar.xz
kernel-qcow2-util-linux-8323d9fd593534ee9257237b48f6ca4710d9f4cb.zip
fix bold style of man page references
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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 f86eead64..da17b9657 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -462,7 +462,7 @@ operation. Detailed semantics is documented in Documentation/filesystems/shareds
file in the kernel source tree.
Note that Linux kernel does not allow to change more propagation flags by one
-.B mount (2)
+.BR mount (2)
syscall and the flags cannot be mixed with another mount options. It means that
more --make-* options cannot be used together or with another mount options.
@@ -1656,11 +1656,11 @@ If current process is in group of file's group ID, you can change timestamp.
Other users can change timestamp.
.PP
The default is set from `dmask' option. (If the directory is writable,
-.B utime(2)
+.BR utime (2)
is also allowed. I.e. ~dmask & 022)
Normally
-.B utime(2)
+.BR utime (2)
checks current process is owner of the file, or it has
CAP_FOWNER capability. But FAT filesystem doesn't have uid/gid on disk, so
normal check is too inflexible. With this option you can relax it.