diff --git a/bin/dig/dig.1 b/bin/dig/dig.1 index a86239756d..19402c8928 100644 --- a/bin/dig/dig.1 +++ b/bin/dig/dig.1 @@ -439,6 +439,11 @@ Show [or do not show] the IP address and port number that supplied the answer wh option is enabled\&. If short form answers are requested, the default is not to show the source address and port number of the server that provided the answer\&. .RE .PP +\fB+[no]idnout\fR +.RS 4 +Convert [do not convert] puny code on output\&. This requires IDN SUPPORT to have been enabled at compile time\&. The default is to convert output\&. +.RE +.PP \fB+[no]ignore\fR .RS 4 Ignore truncation in UDP responses instead of retrying with TCP\&. By default, TCP retries are performed\&. diff --git a/bin/dig/dig.html b/bin/dig/dig.html index d748071e10..1b6c2e6cf4 100644 --- a/bin/dig/dig.html +++ b/bin/dig/dig.html @@ -440,6 +440,12 @@ to show the source address and port number of the server that provided the answer.

+
+[no]idnout
+

+ Convert [do not convert] puny code on output. + This requires IDN SUPPORT to have been enabled at + compile time. The default is to convert output. +

+[no]ignore

Ignore truncation in UDP responses instead of retrying diff --git a/doc/arm/man.dig.html b/doc/arm/man.dig.html index df1655e6f2..a4c166b4ce 100644 --- a/doc/arm/man.dig.html +++ b/doc/arm/man.dig.html @@ -458,6 +458,12 @@ to show the source address and port number of the server that provided the answer.

+
+[no]idnout
+

+ Convert [do not convert] puny code on output. + This requires IDN SUPPORT to have been enabled at + compile time. The default is to convert output. +

+[no]ignore

Ignore truncation in UDP responses instead of retrying