]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Properly document that named -U <n> is no-op now
authorOndřej Surý <ondrej@isc.org>
Wed, 24 Apr 2024 11:55:11 +0000 (13:55 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 24 Apr 2024 20:49:14 +0000 (22:49 +0200)
We don't create <n> UDP dispatches anymore and -U <n> option to named is
a no-op for a while.  Properly document that in the named man page.

bin/named/named.rst

index 967119ca08c673f58c3d74aa09632a651c431f3d..ee893faba752940d1a098ba60a5eda97a1ffbac2 100644 (file)
@@ -21,7 +21,7 @@ named - Internet domain name server
 Synopsis
 ~~~~~~~~
 
-:program:`named` [ [**-4**] | [**-6**] ] [**-c** config-file] [**-C**] [**-d** debug-level] [**-D** string] [**-E** engine-name] [**-f**] [**-g**] [**-L** logfile] [**-M** option] [**-m** flag] [**-n** #cpus] [**-p** port] [**-s**] [**-t** directory] [**-U** #listeners] [**-u** user] [**-v**] [**-V**] ]
+:program:`named` [ [**-4**] | [**-6**] ] [**-c** config-file] [**-C**] [**-d** debug-level] [**-D** string] [**-E** engine-name] [**-f**] [**-g**] [**-L** logfile] [**-M** option] [**-m** flag] [**-n** #cpus] [**-p** port] [**-s**] [**-t** directory] [**-u** user] [**-v**] [**-V**] ]
 
 Description
 ~~~~~~~~~~~
@@ -163,14 +163,7 @@ Options
 
 .. option:: -U #listeners
 
-   This option tells :program:`named` the number of ``#listeners`` worker threads to listen on, for incoming UDP packets on
-   each address. If not specified, :program:`named` calculates a default
-   value based on the number of detected CPUs: 1 for 1 CPU, and the
-   number of detected CPUs minus one for machines with more than 1 CPU.
-   This cannot be increased to a value higher than the number of CPUs.
-   If :option:`-n` has been set to a higher value than the number of detected
-   CPUs, then :option:`-U` may be increased as high as that value, but no
-   higher.
+   This option has been removed. Attempts to use it now result in a warning.
 
 .. option:: -u user