summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/mount.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/mount.2')
-rw-r--r--lib/libc/sys/mount.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index 42a5bb1..f6d6200 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -82,24 +82,24 @@ The
.Fn nmount
system call behaves similarly to
.Fn mount ,
-except that the mount options (filesystem type name, device to mount,
+except that the mount options (file system type name, device to mount,
mount-point name, etc.) are passed as an array of name-value pairs
in the array
.Fa iov ,
containing
.Fa niov
elements.
-The following options are required by all filesystems:
+The following options are required by all file systems:
.Bl -item -offset indent -compact
.It
-.Li fstype Ta filesystem type name (e.g. Dq Li procfs )
+.Li fstype Ta file system type name (e.g., Dq Li procfs )
.It
-.Li fspath Ta mount point pathname (e.g. Dq Li /proc )
+.Li fspath Ta mount point pathname (e.g., Dq Li /proc )
.El
.Pp
-Depending on the filesystem type, other options may be
+Depending on the file system type, other options may be
recognized or required;
-for example, most disk-based filesystems require a
+for example, most disk-based file systems require a
.Dq Li from
option containing the pathname of a special device
in addition to the options listed above.
OpenPOWER on IntegriCloud