summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.8
diff options
context:
space:
mode:
authorBenno Schulenberg2016-03-17 10:54:31 +0100
committerKarel Zak2016-03-17 12:18:54 +0100
commit49b7f95e43288f104adcc86a888d45ed36217307 (patch)
tree680322eb57eee3712cedf668d6456392ad7446c1 /sys-utils/mount.8
parentfdisk: fix the grammar of an option description (diff)
downloadkernel-qcow2-util-linux-49b7f95e43288f104adcc86a888d45ed36217307.tar.gz
kernel-qcow2-util-linux-49b7f95e43288f104adcc86a888d45ed36217307.tar.xz
kernel-qcow2-util-linux-49b7f95e43288f104adcc86a888d45ed36217307.zip
docs: miscellaneous tiny tweaks of man pages
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/mount.8')
-rw-r--r--sys-utils/mount.812
1 files changed, 5 insertions, 7 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index c48bfefd7..3197c8e66 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -2374,7 +2374,7 @@ By default, the files are owned by root and not readable by somebody else.
.SS "Mount options for overlay"
Since Linux 3.18 the overlay pseudo filesystem implements a union mount for
-other file systems.
+other filesystems.
An overlay filesystem combines two filesystems - an \fBupper\fR filesystem and
a \fBlower\fR filesystem. When a name exists in both filesystems, the object
@@ -2384,9 +2384,9 @@ either hidden or, in the case of directories, merged with the upper object.
The lower filesystem can be any filesystem supported by Linux and does not need
to be writable. The lower filesystem can even be another overlayfs. The upper
filesystem will normally be writable and if it is it must support the creation
-of trusted.* extended attributes, and must provide valid d_type in readdir
+of trusted.* extended attributes, and must provide a valid d_type in readdir
responses, so NFS is not suitable.
-
+
A read-only overlay of two read-only filesystems may use any filesystem type.
The options \fBlowerdir\fR and \fBupperdir\fR are combined into a merged
directory by using:
@@ -2616,10 +2616,8 @@ mount options. It can be added later, when the tmpfs is already mounted
on MountPoint, by 'mount \-o remount,mpol=Policy:NodeList MountPoint'.
.SS "Mount options for ubifs"
-UBIFS is a flash file system which works on top of UBI volumes. Note that
-.B
-atime
-is not supported and is always turned off.
+UBIFS is a flash filesystem which works on top of UBI volumes. Note that
+\fBatime\fR is not supported and is always turned off.
.TP
The device name may be specified as
.RS