remap_file_pages.2, statfs.2, sync.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-12 21:50:30 +01:00
parent 5a1df80797
commit 5991f44e6a
3 changed files with 3 additions and 3 deletions

View File

@ -167,7 +167,7 @@ Since Linux 2.6.23,
.\" commit 3ee6dafc677a68e461a7ddafc94a580ebab80735
.BR remap_file_pages ()
creates non-linear mappings only
on in-memory file systems such as
on in-memory filesystems such as
.BR tmpfs (5),
hugetlbfs or ramfs.
On filesystems with a backing store,

View File

@ -146,7 +146,7 @@ and some are hardcoded in kernel sources.
The
.IR f_flags
is a bit mask indicating mount options for the file system.
is a bit mask indicating mount options for the filesystem.
It contains zero or more of the following bits:
.\" XXX Keep this list in sync with statvfs(3)
.TP

View File

@ -66,7 +66,7 @@ _GNU_SOURCE
.ad
.SH DESCRIPTION
.BR sync ()
causes all pending modifications to file system metadata and cached file
causes all pending modifications to filesystem metadata and cached file
data to be written to the underlying filesystems.
.BR syncfs ()