Deleted Added
full compact
nfsd.8 (276495) nfsd.8 (281691)
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.\" @(#)nfsd.8 8.4 (Berkeley) 3/29/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.\" @(#)nfsd.8 8.4 (Berkeley) 3/29/95
29.\" $FreeBSD: head/usr.sbin/nfsd/nfsd.8 276495 2015-01-01 06:53:33Z delphij $
29.\" $FreeBSD: head/usr.sbin/nfsd/nfsd.8 281691 2015-04-18 16:08:06Z trasz $
30.\"
31.Dd January 1, 2015
32.Dt NFSD 8
33.Os
34.Sh NAME
35.Nm nfsd
36.Nd remote
37.Tn NFS

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

107Serve
108.Tn TCP NFS
109clients.
110.It Fl u
111Serve
112.Tn UDP NFS
113clients.
114.It Fl e
30.\"
31.Dd January 1, 2015
32.Dt NFSD 8
33.Os
34.Sh NAME
35.Nm nfsd
36.Nd remote
37.Tn NFS

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

107Serve
108.Tn TCP NFS
109clients.
110.It Fl u
111Serve
112.Tn UDP NFS
113clients.
114.It Fl e
115The new NFS server that includes NFSv4 support is now the default, so this
116option is now a no-op and should be considered deprecated.
115Enable NFSv4 support.
116It is enabled by default; this option should be considered deprecated.
117.It Fl o
117.It Fl o
118Forces the use of the old NFS server that does not include NFSv4 support
119in it.
118Disable NFSv4 support.
120.El
121.Pp
122For example,
123.Dq Li "nfsd -u -t -n 6"
124serves
125.Tn UDP
126and
127.Tn TCP

--- 117 unchanged lines hidden ---
119.El
120.Pp
121For example,
122.Dq Li "nfsd -u -t -n 6"
123serves
124.Tn UDP
125and
126.Tn TCP

--- 117 unchanged lines hidden ---