From 5991f44e6aeae278f7d0d0fe78e08903be949e20 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 12 Nov 2016 21:50:30 +0100 Subject: [PATCH] remap_file_pages.2, statfs.2, sync.2: tfix Signed-off-by: Michael Kerrisk --- man2/remap_file_pages.2 | 2 +- man2/statfs.2 | 2 +- man2/sync.2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/remap_file_pages.2 b/man2/remap_file_pages.2 index a1c4e767a..64893f5a3 100644 --- a/man2/remap_file_pages.2 +++ b/man2/remap_file_pages.2 @@ -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, diff --git a/man2/statfs.2 b/man2/statfs.2 index 9575fef22..bde6f28e4 100644 --- a/man2/statfs.2 +++ b/man2/statfs.2 @@ -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 diff --git a/man2/sync.2 b/man2/sync.2 index bae8fe057..2e2c2bd5c 100644 --- a/man2/sync.2 +++ b/man2/sync.2 @@ -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 ()