summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
committertrhodes <trhodes@FreeBSD.org>2002-05-16 04:10:46 +0000
commit896f3841bf047ca93766900f8cd8c5852e6a9245 (patch)
tree0adfec655f17ae1258112946fa8d7d72c9c75f76 /usr.sbin
parent0c40c9d08e198e96b30b9b27d5caea7fce0f7118 (diff)
downloadFreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.zip
FreeBSD-src-896f3841bf047ca93766900f8cd8c5852e6a9245.tar.gz
more file system > filesystem
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mount_nwfs/mount_nwfs.84
-rw-r--r--usr.sbin/mountd/mountd.82
-rw-r--r--usr.sbin/mountd/mountd.c6
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/mount_nwfs/mount_nwfs.8 b/usr.sbin/mount_nwfs/mount_nwfs.8
index 933b0a3..e7f4e9b 100644
--- a/usr.sbin/mount_nwfs/mount_nwfs.8
+++ b/usr.sbin/mount_nwfs/mount_nwfs.8
@@ -96,7 +96,7 @@ All existing file names converted to lower case.
Newly created file gets a lower case under OS2 name space.
This is the default when mounting volumes with DOS name space.
.It L
-Same as 'l' but file system tries to be case insensitive.
+Same as 'l' but filesystem tries to be case insensitive.
May not work well.
.It n
No case conversion is performed.
@@ -109,7 +109,7 @@ This is the default when mounting volumes with OS2 name space.
All existing file names converted to upper case.
Newly created file gets an upper case under OS2 name space.
.It U
-Same as 'u' but file system tries to be case insensitive.
+Same as 'u' but filesystem tries to be case insensitive.
May not work well.
.El
.It Fl f Ar mode , Fl d Ar mode
diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8
index d4b0c0f..7df3761 100644
--- a/usr.sbin/mountd/mountd.8
+++ b/usr.sbin/mountd/mountd.8
@@ -83,7 +83,7 @@ some diskless workstations do mount requests for
their swapfiles and expect them to be regular files.
Since a regular file cannot be specified in
.Pa /etc/exports ,
-the entire file system in which the swapfiles resides
+the entire filesystem in which the swapfiles resides
will have to be exported with the
.Fl alldirs
flag.
diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c
index b219c76..ee65a271 100644
--- a/usr.sbin/mountd/mountd.c
+++ b/usr.sbin/mountd/mountd.c
@@ -919,8 +919,8 @@ get_exportlist()
/*
* And delete exports that are in the kernel for all local
- * file systems.
- * XXX: Should know how to handle all local exportable file systems
+ * filesystems.
+ * XXX: Should know how to handle all local exportable filesystems
* instead of just "ufs".
*/
num = getmntinfo(&fsp, MNT_NOWAIT);
@@ -1780,7 +1780,7 @@ do_mount(ep, grp, exflags, anoncrp, dirp, dirplen, fsb)
* Maybe I should just use the fsb->f_mntonname path instead
* of looping back up the dirp to the mount point??
* Also, needs to know how to export all types of local
- * exportable file systems and not just "ufs".
+ * exportable filesystems and not just "ufs".
*/
while (mount(fsb->f_fstypename, dirp,
fsb->f_flags | MNT_UPDATE, (caddr_t)&args) < 0) {
OpenPOWER on IntegriCloud