Deleted Added
full compact
rpc.umntall.8 (140442) rpc.umntall.8 (141846)
1.\"
2.\" Copyright (c) 1999 Martin Blapp
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1999 Martin Blapp
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/usr.sbin/rpc.umntall/rpc.umntall.8 140442 2005-01-18 20:02:45Z ru $
26.\" $FreeBSD: head/usr.sbin/rpc.umntall/rpc.umntall.8 141846 2005-02-13 22:25:33Z ru $
27.\"
28.Dd November 17, 1999
29.Dt RPC.UMNTALL 8
30.Os
31.Sh NAME
32.Nm rpc.umntall
33.Nd notify NFS servers about unmounted NFS file systems
34.Sh SYNOPSIS

--- 55 unchanged lines hidden (view full) ---

90.It Fl k
91Keep entries for existing NFS file systems.
92Compare the NFS file systems from
93the mounttab against the kernel mountlist and do not send the RPC to
94existing mount entries.
95Useful during startup of the system.
96It may be
97possible that there are already mounted NFS file systems, so calling
27.\"
28.Dd November 17, 1999
29.Dt RPC.UMNTALL 8
30.Os
31.Sh NAME
32.Nm rpc.umntall
33.Nd notify NFS servers about unmounted NFS file systems
34.Sh SYNOPSIS

--- 55 unchanged lines hidden (view full) ---

90.It Fl k
91Keep entries for existing NFS file systems.
92Compare the NFS file systems from
93the mounttab against the kernel mountlist and do not send the RPC to
94existing mount entries.
95Useful during startup of the system.
96It may be
97possible that there are already mounted NFS file systems, so calling
98RPC UMOUNT isn't a good idea.
98RPC UMOUNT is not a good idea.
99This is the case if the user has rebooted
100to 'single user mode' and starts up the system again.
101.It Fl p Ar path
102Only remove the specific mount-path.
103Send a UMOUNT RPC to the NFS server.
104This option implies the
105.Fl host
106option.

--- 20 unchanged lines hidden ---
99This is the case if the user has rebooted
100to 'single user mode' and starts up the system again.
101.It Fl p Ar path
102Only remove the specific mount-path.
103Send a UMOUNT RPC to the NFS server.
104This option implies the
105.Fl host
106option.

--- 20 unchanged lines hidden ---