open.2, sync_file_range.2, umount.2: Global fix: s/filesystem/file system/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-15 05:16:42 +02:00
parent d71593a99b
commit 245dec52ca
3 changed files with 5 additions and 5 deletions

View File

@ -88,7 +88,7 @@ Therefore, unless the application is strictly performing overwrites of
already-instantiated disk blocks, there are no guarantees that the data will
be available after a crash.
There is no user interface to know if a write is purely an overwrite.
On filesystem using copy-on-write semantics (e.g.,
On file systems using copy-on-write semantics (e.g.,
.IR btrfs )
an overwrite of existing allocated blocks is impossible.
When writing into preallocated space,

View File

@ -94,7 +94,7 @@ On error, \-1 is returned, and
.I errno
is set appropriately.
.SH ERRORS
The error values given below result from filesystem type independent
The error values given below result from file-system type independent
errors.
Each file system type may have its own special errors and its
own special behavior.