mount.2, pidfd_open.2, fuse.4: Minor fix: s/file system/filesystem/

Reported-by: Marko Myllynen <myllynen@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-10-13 21:04:32 +02:00
parent ff8ddd1121
commit f83eb6bf0d
3 changed files with 3 additions and 3 deletions

View File

@ -633,7 +633,7 @@ Mounting a read-only filesystem was attempted without giving the
.B MS_RDONLY
flag.
.IP
The file system may be read-only for various reasons, including:
The filesystem may be read-only for various reasons, including:
it resides on a read-only optical disk;
it is resides on a device with a physical switch that has been set to
mark the device read-only;

View File

@ -183,7 +183,7 @@ The alternative is to obtain a file descriptor by opening a
directory.
However, the latter technique is possible only if the
.BR proc (5)
file system is mounted;
filesystem is mounted;
furthermore, the file descriptor obtained in this way is
.I not
pollable and can't be waited on with

View File

@ -192,7 +192,7 @@ struct fuse_getattr_in {
The requested operation is to compute the attributes to be returned
by
.BR stat (2)
and similar operations for the given file system object.
and similar operations for the given filesystem object.
The object for which the attributes should be computed is indicated
either by
.IR header\->nodeid