summaryrefslogtreecommitdiff
path: root/sbin/nfsd/nfsd.8
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-10 15:16:45 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-10 15:16:45 +0000
commit840dcf322050b4f05806a68886c1ca3d327b9b42 (patch)
tree9e86d72fec15c3d7de6624531689373660b9c244 /sbin/nfsd/nfsd.8
parent27fad9823036e4e7f322b6db631263300af738d5 (diff)
reduce .Nd to one line and kill .Tn while here
Diffstat (limited to 'sbin/nfsd/nfsd.8')
-rw-r--r--sbin/nfsd/nfsd.835
1 files changed, 10 insertions, 25 deletions
diff --git a/sbin/nfsd/nfsd.8 b/sbin/nfsd/nfsd.8
index d82b23f0854..64a647ec552 100644
--- a/sbin/nfsd/nfsd.8
+++ b/sbin/nfsd/nfsd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nfsd.8,v 1.18 2014/07/12 17:38:19 jmc Exp $
+.\" $OpenBSD: nfsd.8,v 1.19 2015/09/10 15:16:43 schwarze Exp $
.\" $NetBSD: nfsd.8,v 1.7 1996/02/18 11:58:24 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -30,29 +30,25 @@
.\"
.\" @(#)nfsd.8 8.4 (Berkeley) 3/29/95
.\"
-.Dd $Mdocdate: July 12 2014 $
+.Dd $Mdocdate: September 10 2015 $
.Dt NFSD 8
.Os
.Sh NAME
.Nm nfsd
-.Nd remote
-.Tn NFS
-server
+.Nd remote NFS server
.Sh SYNOPSIS
.Nm nfsd
.Op Fl rtu
.Op Fl n Ar num_servers
.Sh DESCRIPTION
.Nm
-runs on a server machine to service
-.Tn NFS
+runs on a server machine to service NFS
requests from client machines.
At least one
.Nm
must be running for a machine to operate as a server.
.Pp
-Unless otherwise specified, four servers for
-.Tn UDP
+Unless otherwise specified, four servers for UDP
transport are started.
.Pp
The options are as follows:
@@ -60,9 +56,7 @@ The options are as follows:
.It Fl n Ar num_servers
Specifies how many servers to create (max 20).
.It Fl r
-Register the
-.Tn NFS
-service with
+Register the NFS service with
.Xr portmap 8
without creating any servers.
This option can be used along with the
@@ -71,30 +65,21 @@ or
.Fl t
options to re-register NFS if the portmap server is restarted.
.It Fl t
-Serve
-.Tn TCP NFS
-clients.
+Serve TCP NFS clients.
.It Fl u
-Serve
-.Tn UDP NFS
-clients.
+Serve UDP NFS clients.
.El
.Pp
For example,
.Dq Li "nfsd -u -t -n 6"
-serves
-.Tn UDP
-and
-.Tn TCP
-transports using six daemons.
+serves UDP and TCP transports using six daemons.
.Pp
A server should run enough daemons to handle
the maximum level of concurrency from its clients,
typically four to six.
.Pp
.Nm
-listens for service requests at the port indicated in the
-.Tn NFS
+listens for service requests at the port indicated in the NFS
server specification; see RFCs 1094 and 1813.
.Sh EXIT STATUS
.Ex -std nfsd