From 840dcf322050b4f05806a68886c1ca3d327b9b42 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 10 Sep 2015 15:16:45 +0000 Subject: reduce .Nd to one line and kill .Tn while here --- sbin/nfsd/nfsd.8 | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) (limited to 'sbin/nfsd/nfsd.8') 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 -- cgit v1.2.3