From 01e16c8aa99cfd3e6796186b3c3473e00b06f1e2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 10 Oct 2010 18:31:12 +0200 Subject: [PATCH] mount.2: minor fix: write "file system" as two words (not "filesystem") Signed-off-by: Michael Kerrisk --- man2/mount.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/mount.2 b/man2/mount.2 index 8cc9832c6..dba0b64cb 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -287,7 +287,7 @@ is set appropriately. .SH ERRORS The error values given below result from filesystem type independent errors. -Each filesystem type may have its own special errors and its +Each file-system type may have its own special errors and its own special behavior. See the kernel source code for details. .TP @@ -295,12 +295,12 @@ See the kernel source code for details. A component of a path was not searchable. (See also .BR path_resolution (7).) -Or, mounting a read-only filesystem was attempted without giving the +Or, mounting a read-only file system was attempted without giving the .B MS_RDONLY flag. Or, the block device .I source -is located on a filesystem mounted with the +is located on a file system mounted with the .B MS_NODEV option. .\" mtk: Probably: write permission is required for MS_BIND, with @@ -403,7 +403,7 @@ when a different was added to \fI\fP. .LP Before Linux 2.4 an attempt to execute a set-user-ID or set-group-ID program -on a filesystem mounted with +on a file system mounted with .B MS_NOSUID would fail with .BR EPERM .