diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-10-13 21:04:32 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-10-13 21:04:32 +0200 |
| commit | f83eb6bf0d8f3b845b1002f98d75baafb8b726ea (patch) | |
| tree | da09972ff5d7016e19168795884d803ecb8e3795 | |
| parent | ff8ddd1121c3e63b7be3d1338e80ef4844df81ee (diff) | |
| download | man-pages-f83eb6bf0d8f3b845b1002f98d75baafb8b726ea.tar.gz | |
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>
| -rw-r--r-- | man2/mount.2 | 2 | ||||
| -rw-r--r-- | man2/pidfd_open.2 | 2 | ||||
| -rw-r--r-- | man4/fuse.4 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man2/mount.2 b/man2/mount.2 index 682d8953c9..143a45e7f6 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -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; diff --git a/man2/pidfd_open.2 b/man2/pidfd_open.2 index f77eed372f..8f9c5179bc 100644 --- a/man2/pidfd_open.2 +++ b/man2/pidfd_open.2 @@ -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 diff --git a/man4/fuse.4 b/man4/fuse.4 index ffe5a012d1..87da008490 100644 --- a/man4/fuse.4 +++ b/man4/fuse.4 @@ -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 |
