From 0138e5c1d5d8b5570e11deb287464a48fde1af4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 1 Jul 2022 16:50:19 +0200 Subject: [PATCH] Rename yes_or_no to boolean The name yes_or_no was used only in two places and rest of the ARM (except for the grammar glossary...) uses term boolean. Let's stick to it. --- bin/nsupdate/nsupdate.rst | 2 +- doc/arm/reference.rst | 4 ++-- doc/man/nsupdate.1in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/nsupdate/nsupdate.rst b/bin/nsupdate/nsupdate.rst index 3d9425a5cb..17ab96d421 100644 --- a/bin/nsupdate/nsupdate.rst +++ b/bin/nsupdate/nsupdate.rst @@ -256,7 +256,7 @@ The command formats and their meanings are as follows: in ``krb5.conf``. If no realm is specified, the saved realm is cleared. -``check-names [yes_or_no]`` +``check-names [boolean]`` This command turns on or off check-names processing on records to be added. Check-names has no effect on prerequisites or records to be deleted. By default check-names processing is on. If check-names processing diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index eb17d9b32a..24d8eb134b 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -345,7 +345,7 @@ file documentation: ``percentage`` An integer value followed by ``%`` to represent percent. - ``yes_or_no`` + ``boolean`` Either ``yes`` or ``no``. The words ``true`` and ``false`` are also accepted, as are the numbers ``1`` and ``0``. .. _configuration_file_grammar: @@ -6054,7 +6054,7 @@ The :any:`trusted-keys` statement has been deprecated in favor of view view_name [ class ] { match-clients { address_match_list } ; match-destinations { address_match_list } ; - match-recursive-only yes_or_no ; + match-recursive-only ; [ view_option ; ... ] [ zone_statement ; ... ] } ; diff --git a/doc/man/nsupdate.1in b/doc/man/nsupdate.1in index 4f4b4f8025..d83bd49ccd 100644 --- a/doc/man/nsupdate.1in +++ b/doc/man/nsupdate.1in @@ -284,7 +284,7 @@ When using GSS\-TSIG, this command specifies the use of \fBrealm_name\fP rather in \fBkrb5.conf\fP\&. If no realm is specified, the saved realm is cleared. .TP -.B \fBcheck\-names [yes_or_no]\fP +.B \fBcheck\-names [boolean]\fP This command turns on or off check\-names processing on records to be added. Check\-names has no effect on prerequisites or records to be deleted. By default check\-names processing is on. If check\-names processing