aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_portalfs
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-08-21 18:11:48 +0000
commitce66ddb76352a2e5f34aacdbe7733d92e60aff17 (patch)
treeb5ee0aba66633a4e0e47097e4f383c253a87887a /sbin/mount_portalfs
parent7d971bbf29d32d2a93e71f178b5e6aa0c544df1c (diff)
downloadsrc-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.tar.gz
src-ce66ddb76352a2e5f34aacdbe7733d92e60aff17.zip
s/filesystem/file system/g as discussed on -developers
Notes
Notes: svn path=/head/; revision=102231
Diffstat (limited to 'sbin/mount_portalfs')
-rw-r--r--sbin/mount_portalfs/mount_portalfs.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_portalfs/mount_portalfs.8 b/sbin/mount_portalfs/mount_portalfs.8
index daaed1578758..b7474667f922 100644
--- a/sbin/mount_portalfs/mount_portalfs.8
+++ b/sbin/mount_portalfs/mount_portalfs.8
@@ -52,7 +52,7 @@
The
.Nm
utility attaches an instance of the portal daemon
-to the global filesystem namespace.
+to the global file system namespace.
The conventional mount point is
.Pa /p .
.\" .PA /dev .
@@ -78,7 +78,7 @@ Objects opened under the portal mount point are
dynamically created by the portal daemon according
to rules specified in the named configuration file.
Using this mechanism allows descriptors such as sockets
-to be made available in the filesystem namespace.
+to be made available in the file system namespace.
.Pp
The portal daemon works by being passed the full pathname
of the object being opened.
@@ -144,7 +144,7 @@ fs/ file fs/
.Xr fstab 5 ,
.Xr mount 8
.Sh CAVEATS
-This filesystem may not be NFS-exported.
+This file system may not be NFS-exported.
.Sh HISTORY
The
.Nm