diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2019-02-25 19:05:44 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2019-02-25 19:05:44 +0100 |
commit | 44b39298a883d514e819341a890540cb797a66b1 (patch) | |
tree | 8ec65916f5e3be877b6841dca39550d094961ed7 | |
parent | doc: explain +noidn option usage (diff) | |
download | knot-44b39298a883d514e819341a890540cb797a66b1.tar.xz knot-44b39298a883d514e819341a890540cb797a66b1.zip |
doc: add info about letter case preservation
-rw-r--r-- | doc/man/kdig.1in | 3 | ||||
-rw-r--r-- | doc/man_kdig.rst | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/man/kdig.1in b/doc/man/kdig.1in index 6d67fb106..bb02f9a4a 100644 --- a/doc/man/kdig.1in +++ b/doc/man/kdig.1in @@ -304,7 +304,8 @@ can be used multiple times. +noednsopt clears all EDNS options specified by Disable the IDN transformation to ASCII and vice versa. IDN support depends on libidn availability during project building! If used in \fIcommon\-settings\fP, all IDN transformations are disabled. If used in the individual query \fIsettings\fP, -transformation from ASCII is disabled on output for the particular query. +transformation from ASCII is disabled on output for the particular query. Note +that IDN transformation does not preserve domain name letter case. .UNINDENT .SH NOTES .sp diff --git a/doc/man_kdig.rst b/doc/man_kdig.rst index f769dc23b..5a9ee9d76 100644 --- a/doc/man_kdig.rst +++ b/doc/man_kdig.rst @@ -283,7 +283,8 @@ Options Disable the IDN transformation to ASCII and vice versa. IDN support depends on libidn availability during project building! If used in *common-settings*, all IDN transformations are disabled. If used in the individual query *settings*, - transformation from ASCII is disabled on output for the particular query. + transformation from ASCII is disabled on output for the particular query. Note + that IDN transformation does not preserve domain name letter case. Notes ----- |