Fix markup for minthreads and maxthreads.

PR:		196403
MFC after:	2 weeks
This commit is contained in:
Xin LI 2015-01-01 06:53:33 +00:00
parent 6d42086e33
commit d9a5a9b8ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276495

View file

@ -28,7 +28,7 @@
.\" @(#)nfsd.8 8.4 (Berkeley) 3/29/95
.\" $FreeBSD$
.\"
.Dd August 10, 2014
.Dd January 1, 2015
.Dt NFSD 8
.Os
.Sh NAME
@ -41,8 +41,8 @@ server
.Op Fl arduteo
.Op Fl n Ar num_servers
.Op Fl h Ar bindip
.Op Fl maxthreads Ar max_threads
.Op Fl minthreads Ar min_threads
.Op Fl Fl maxthreads Ar max_threads
.Op Fl Fl minthreads Ar min_threads
.Sh DESCRIPTION
The
.Nm
@ -78,14 +78,14 @@ service with
without creating any servers.
.It Fl n Ar threads
Specifies how many servers to create. This option is equivalent to specifying
.Fl maxthreads
.Fl Fl maxthreads
and
.Fl minthreads
.Fl Fl minthreads
with their respective arguments to
.Ar threads .
.It Fl maxthreads Ar threads
.It Fl Fl maxthreads Ar threads
Specifies the maximum servers that will be kept around to service requests.
.It Fl minthreads Ar threads
.It Fl Fl minthreads Ar threads
Specifies the minimum servers that will be kept around to service requests.
.It Fl h Ar bindip
Specifies which IP address or hostname to bind to on the local host.