Deleted Added
full compact
mountd.8 (158256) mountd.8 (166440)
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95
29.\" $FreeBSD: head/usr.sbin/mountd/mountd.8 158256 2006-05-02 21:00:43Z keramida $
29.\" $FreeBSD: head/usr.sbin/mountd/mountd.8 166440 2007-02-03 00:12:18Z pjd $
30.\"
30.\"
31.Dd May 2, 2006
31.Dd February 3, 2007
32.Dt MOUNTD 8
33.Os
34.Sh NAME
35.Nm mountd
36.Nd service remote
37.Tn NFS
38mount requests
39.Sh SYNOPSIS
40.Nm
41.Op Fl 2dlnr
42.Op Fl p Ar port
32.Dt MOUNTD 8
33.Os
34.Sh NAME
35.Nm mountd
36.Nd service remote
37.Tn NFS
38mount requests
39.Sh SYNOPSIS
40.Nm
41.Op Fl 2dlnr
42.Op Fl p Ar port
43.Op Ar exportsfile
43.Op Ar exportsfile ...
44.Sh DESCRIPTION
45The
46.Nm
47utility is the server for
48.Tn NFS
49mount requests from other client machines.
50It listens for service requests at the port indicated in the
51.Tn NFS

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

101.Pa /etc/exports ,
102the entire file system in which the swapfiles resides
103will have to be exported with the
104.Fl alldirs
105flag.
106.It Ar exportsfile
107Specify an alternate location
108for the exports file.
44.Sh DESCRIPTION
45The
46.Nm
47utility is the server for
48.Tn NFS
49mount requests from other client machines.
50It listens for service requests at the port indicated in the
51.Tn NFS

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

101.Pa /etc/exports ,
102the entire file system in which the swapfiles resides
103will have to be exported with the
104.Fl alldirs
105flag.
106.It Ar exportsfile
107Specify an alternate location
108for the exports file.
109There can many exports files.
109.El
110.Pp
111When
112.Nm
113is started,
114it loads the export host addresses and options into the kernel
115using the
116.Xr mount 2

--- 47 unchanged lines hidden ---
110.El
111.Pp
112When
113.Nm
114is started,
115it loads the export host addresses and options into the kernel
116using the
117.Xr mount 2

--- 47 unchanged lines hidden ---