diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-01-01 06:53:33 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-01-01 06:53:33 +0000 |
commit | d9a5a9b8aba01f5bfcb4c2f4e4927ca4c8d19147 (patch) | |
tree | 589321f6432cd10aaba5d3e2938b5374f32da413 /usr.sbin/nfsd | |
parent | 6d42086e33fb1c3a4513428296a4214c4deba4d8 (diff) | |
download | src-test2-d9a5a9b8aba01f5bfcb4c2f4e4927ca4c8d19147.tar.gz src-test2-d9a5a9b8aba01f5bfcb4c2f4e4927ca4c8d19147.zip |
Notes
Diffstat (limited to 'usr.sbin/nfsd')
-rw-r--r-- | usr.sbin/nfsd/nfsd.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8 index 660e5e88a934..157fc522b259 100644 --- a/usr.sbin/nfsd/nfsd.8 +++ b/usr.sbin/nfsd/nfsd.8 @@ -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. |