diff options
author | ru <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
commit | 041d1287e88250bf06ad159c6c696bd653a77957 (patch) | |
tree | 8a8960200349aa661a39654202f6e0adc5e7360e /usr.sbin/rpc.umntall | |
parent | 719bf117173e17f5286b995c031a11d553149e50 (diff) | |
download | FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.zip FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.tar.gz |
Uniformly refer to a file system as "file system".
Approved by: re
Diffstat (limited to 'usr.sbin/rpc.umntall')
-rw-r--r-- | usr.sbin/rpc.umntall/rpc.umntall.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/rpc.umntall/rpc.umntall.8 b/usr.sbin/rpc.umntall/rpc.umntall.8 index 6a634c4..81cdd48 100644 --- a/usr.sbin/rpc.umntall/rpc.umntall.8 +++ b/usr.sbin/rpc.umntall/rpc.umntall.8 @@ -30,7 +30,7 @@ .Os .Sh NAME .Nm rpc.umntall -.Nd notify NFS servers about unmounted NFS filesystems +.Nd notify NFS servers about unmounted NFS file systems .Sh SYNOPSIS .Nm .Op Fl e Ar expire @@ -88,13 +88,13 @@ is 86400 seconds (one day). Only remove the specific hostname. Send a UMNTALL RPC to the NFS server. .It Fl k -Keep entries for existing NFS filesystems. -Compare the NFS filesystems from +Keep entries for existing NFS file systems. +Compare the NFS file systems from the mounttab against the kernel mountlist and do not send the RPC to existing mount entries. Useful during startup of the system. It may be -possible that there are already mounted NFS filesystems, so calling +possible that there are already mounted NFS file systems, so calling RPC UMOUNT isn't a good idea. This is the case if the user has rebooted to 'single user mode' and starts up the system again. @@ -111,7 +111,7 @@ entry. .Sh FILES .Bl -tag -width /var/db/mounttab -compact .It Pa /var/db/mounttab -mounted nfs-filesystems +mounted nfs-file systems .El .Sh HISTORY The |