mountd.8 (486c8cc4c6cb7a6077c0598a04262be512749b36) mountd.8 (193599122fb33bf0275d2b1096195b41c1727605)
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.

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

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$
30.\"
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.

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

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$
30.\"
31.Dd April 28, 1995
31.Dd May 2, 2006
32.Dt MOUNTD 8
33.Os
34.Sh NAME
35.Nm mountd
36.Nd service remote
37.Tn NFS
38mount requests
39.Sh SYNOPSIS

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

59.Bl -tag -width indent
60.It Fl 2
61Allow the administrator to force clients to use only the
62version 2
63.Tn NFS
64protocol to mount file systems from this server.
65.It Fl d
66Output debugging information.
32.Dt MOUNTD 8
33.Os
34.Sh NAME
35.Nm mountd
36.Nd service remote
37.Tn NFS
38mount requests
39.Sh SYNOPSIS

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

59.Bl -tag -width indent
60.It Fl 2
61Allow the administrator to force clients to use only the
62version 2
63.Tn NFS
64protocol to mount file systems from this server.
65.It Fl d
66Output debugging information.
67.Nm
68will not detach from the controlling terminal and will print
69debugging messages to stderr.
67.It Fl l
68Cause all succeeded
69.Nm
70requests to be logged.
71.It Fl n
72Allow non-root mount requests to be served.
73This should only be specified if there are clients such as PC's,
74that require it.

--- 86 unchanged lines hidden ---
70.It Fl l
71Cause all succeeded
72.Nm
73requests to be logged.
74.It Fl n
75Allow non-root mount requests to be served.
76This should only be specified if there are clients such as PC's,
77that require it.

--- 86 unchanged lines hidden ---