diff options
author | 2013-01-03 10:02:59 +0000 | |
---|---|---|
committer | 2013-01-03 10:02:59 +0000 | |
commit | 411042e956c2098ef02f5cc5ece58e442bc007a0 (patch) | |
tree | 3422596a2ce7a03a04ef8a8362600201864fd8ed /lib/libc/gen | |
parent | some small cleanup; (diff) | |
download | wireguard-openbsd-411042e956c2098ef02f5cc5ece58e442bc007a0.tar.xz wireguard-openbsd-411042e956c2098ef02f5cc5ece58e442bc007a0.zip |
sysctl.3: remove some confusing text about NFS_NIOTHREADS
sysctl.8: remove the vfs.nfs.iothreads example, since a) showing how
to set a default value is not particularly helpful and b) EXAMPLES is
bloated enough as it is; further, remove the text which points to other pages
for further discussion, since those pages no longer provide relevant info
diff started by an email from Jan Stary; blambert helped me prepare this diff
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index bee68fee711..e48709acb80 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.215 2012/08/18 15:40:30 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.216 2013/01/03 10:02:59 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 18 2012 $ +.Dd $Mdocdate: January 3 2013 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -2121,10 +2121,9 @@ are contiguous on disk, reducing fragmentation. .El .Bl -tag -width Ds .It Dv NFS_NIOTHREADS -The number of NFS I/O kernel threads. -Should be set high enough for the server to handle -the maximum level of concurrency from its clients, -typically four to six. +The number of I/O kernel threads for NFS clients. +The default is 4; +the maximum is 20. .El .El .El |