summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.umntall
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-12 17:26:04 +0000
commit8d5d039f80a8d31947f4e84af20e8a56d0009c32 (patch)
tree8a8960200349aa661a39654202f6e0adc5e7360e /usr.sbin/rpc.umntall
parente66cdcd7e074533df2cf60b30ee57b5607535d28 (diff)
downloadsrc-test2-8d5d039f80a8d31947f4e84af20e8a56d0009c32.tar.gz
src-test2-8d5d039f80a8d31947f4e84af20e8a56d0009c32.zip
Notes
Diffstat (limited to 'usr.sbin/rpc.umntall')
-rw-r--r--usr.sbin/rpc.umntall/rpc.umntall.810
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 6a634c4c7d25..81cdd48d1c03 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