From 896f3841bf047ca93766900f8cd8c5852e6a9245 Mon Sep 17 00:00:00 2001 From: trhodes Date: Thu, 16 May 2002 04:10:46 +0000 Subject: more file system > filesystem --- usr.sbin/mountd/mountd.8 | 2 +- usr.sbin/mountd/mountd.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/mountd') 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) { -- cgit v1.1