diff options
author | phantom <phantom@FreeBSD.org> | 2000-01-05 15:21:01 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-01-05 15:21:01 +0000 |
commit | 0023c384d601ec5437dc8adbabe2441228a77e20 (patch) | |
tree | ad3e6c413ad602d154e06b7bc963761a9193ee7e /usr.sbin/rpc.umntall | |
parent | fd01ba988ebc71fa8b8f97bda87b5826f106a720 (diff) | |
download | FreeBSD-src-0023c384d601ec5437dc8adbabe2441228a77e20.zip FreeBSD-src-0023c384d601ec5437dc8adbabe2441228a77e20.tar.gz |
mdoc(7)'fy
sort XREFs
Diffstat (limited to 'usr.sbin/rpc.umntall')
-rw-r--r-- | usr.sbin/rpc.umntall/rpc.umntall.8 | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/usr.sbin/rpc.umntall/rpc.umntall.8 b/usr.sbin/rpc.umntall/rpc.umntall.8 index a202b6c..3988a98 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 filesystems .Sh SYNOPSIS .Nm rpc.umntall .Op Fl e Ar expire @@ -43,9 +43,11 @@ is as command as proposed in the .Tn NFS RPC specification; see -.%T "NFS Version 3 Protocol Specification", -RFC 1813, Appendix I. It uses remote procedure calls -to remove mount entries from +.Rs +.%T "NFS Version 3 Protocol Specification" +.%O "RFC 1813, Appendix I" +.Re +It uses remote procedure calls to remove mount entries from .Pa /var/db/mountdtab on the remote NFS server. It is called automatically without any parameters during startup and shutdown of @@ -57,7 +59,7 @@ command is only needed on client side, where .Xr mount_nfs 8 adds a mount entry with the current date to -.Pa /var/db/mounttab, +.Pa /var/db/mounttab , and .Xr umount 8 removes the entry again. The @@ -67,11 +69,13 @@ cares about all remaining entries in this table which result from crashes or unproper shutdowns. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width indentxxx .It Fl e Ar expire All entries which are not actually mounted or older than .Ar expire -(seconds) are removed from /var/db/mounttab. This may be the case +(seconds) are removed from +.Pa /var/db/mounttab . +This may be the case for DNS changes or long out of service periods. Default expire time is 172800 seconds (2 days). .It Fl h Ar host @@ -102,10 +106,9 @@ The .Nm command first appeared in .Fx 4.0 . -.El .Sh SEE ALSO +.Xr mount_nfs 8 , .Xr mountd 8 , -.Xr umount 8 , -.Xr mount_nfs 8 +.Xr umount 8 .Sh AUTHORS .An Martin Blapp Aq mb@imp.ch |