mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 10:10:06 +00:00
Finalize removal of memory debug flags size and mctx
Commit 4b3d0c66009d30f5c0bc12ee128fc59f1d853f44 has removed them, but did not remove few traces in documentation and help. Remove them from remaining places.
This commit is contained in:
parent
1435770b1a
commit
65b9eeb39a
@ -190,7 +190,7 @@ usage(void) {
|
|||||||
"(default: AUTHCONF)\n");
|
"(default: AUTHCONF)\n");
|
||||||
fprintf(stderr, " -h: print usage and exit\n");
|
fprintf(stderr, " -h: print usage and exit\n");
|
||||||
fprintf(stderr, " -m <memory debugging mode>:\n");
|
fprintf(stderr, " -m <memory debugging mode>:\n");
|
||||||
fprintf(stderr, " usage | trace | record | size | mctx\n");
|
fprintf(stderr, " usage | trace | record\n");
|
||||||
fprintf(stderr, " -v <level>: set verbosity level (0 - 10)\n");
|
fprintf(stderr, " -v <level>: set verbosity level (0 - 10)\n");
|
||||||
fprintf(stderr, " -V: print version information\n");
|
fprintf(stderr, " -V: print version information\n");
|
||||||
fprintf(stderr, "Timing options:\n");
|
fprintf(stderr, "Timing options:\n");
|
||||||
|
@ -309,7 +309,7 @@ usage(void) {
|
|||||||
" [-S sockets] [-t chrootdir] [-u "
|
" [-S sockets] [-t chrootdir] [-u "
|
||||||
"username] [-U listeners]\n"
|
"username] [-U listeners]\n"
|
||||||
" [-m "
|
" [-m "
|
||||||
"{usage|trace|record|size|mctx}]\n"
|
"{usage|trace|record}]\n"
|
||||||
" [-M fill|nofill]\n"
|
" [-M fill|nofill]\n"
|
||||||
"usage: named [-v|-V|-C]\n");
|
"usage: named [-v|-V|-C]\n");
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,7 @@ Options
|
|||||||
.. option:: -m flag
|
.. option:: -m flag
|
||||||
|
|
||||||
This option turns on memory usage debugging flags. Possible flags are ``usage``,
|
This option turns on memory usage debugging flags. Possible flags are ``usage``,
|
||||||
``trace``, ``record``, ``size``, and ``mctx``. These correspond to the
|
``trace`` and ``record``. These correspond to the
|
||||||
``ISC_MEM_DEBUGXXXX`` flags described in ``<isc/mem.h>``.
|
``ISC_MEM_DEBUGXXXX`` flags described in ``<isc/mem.h>``.
|
||||||
|
|
||||||
.. option:: -n #cpus
|
.. option:: -n #cpus
|
||||||
|
@ -62,7 +62,7 @@ fromhex(char c) {
|
|||||||
static void
|
static void
|
||||||
usage(void) {
|
usage(void) {
|
||||||
fprintf(stderr, "wire_test [-b] [-d] [-p] [-r] [-s]\n");
|
fprintf(stderr, "wire_test [-b] [-d] [-p] [-r] [-s]\n");
|
||||||
fprintf(stderr, " [-m {usage|trace|record|size|mctx}]\n");
|
fprintf(stderr, " [-m {usage|trace|record}]\n");
|
||||||
fprintf(stderr, " [filename]\n\n");
|
fprintf(stderr, " [filename]\n\n");
|
||||||
fprintf(stderr, "\t-b\tBest-effort parsing (ignore some errors)\n");
|
fprintf(stderr, "\t-b\tBest-effort parsing (ignore some errors)\n");
|
||||||
fprintf(stderr, "\t-d\tRead input as raw binary data\n");
|
fprintf(stderr, "\t-d\tRead input as raw binary data\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user