diff --git a/bin/named/named.8 b/bin/named/named.8 index 0fdd7b7db9..b27be31859 100644 --- a/bin/named/named.8 +++ b/bin/named/named.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2004-2009, 2011 Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2004-2009, 2011, 2013 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (C) 2000, 2001, 2003 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and/or distribute this software for any @@ -174,9 +174,11 @@ Use \fI#listeners\fR worker threads to listen for incoming UDP packets on each address. If not specified, \fBnamed\fR -will use all of the worker threads for this purpose; the +will use the number of detected CPUs. If +\fB\-n\fR +has been set to a higher value than the number of CPUs, then \fB\-U\fR -option allows the number to be decreased but not increased. +may be increased as high as that value, but no higher. .RE .PP \-u \fIuser\fR @@ -278,7 +280,7 @@ BIND 9 Administrator Reference Manual. .PP Internet Systems Consortium .SH "COPYRIGHT" -Copyright \(co 2004\-2009, 2011 Internet Systems Consortium, Inc. ("ISC") +Copyright \(co 2004\-2009, 2011, 2013 Internet Systems Consortium, Inc. ("ISC") .br Copyright \(co 2000, 2001, 2003 Internet Software Consortium. .br diff --git a/bin/named/named.html b/bin/named/named.html index 6e1aa05253..fc8de5147a 100644 --- a/bin/named/named.html +++ b/bin/named/named.html @@ -1,5 +1,5 @@