summaryrefslogtreecommitdiffstats
path: root/bind99-libidn4.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2012-12-20 14:40:30 +0100
committerAdam Tkac <atkac@redhat.com>2012-12-20 14:40:30 +0100
commit151d963a404cd70242aaaae38b15673b2f193a10 (patch)
tree163c38dbebd8f25a9a31952ddb3e4a9c12d49a02 /bind99-libidn4.patch
parent0f7d49832f9d425653f62b4ec13235e5b998997e (diff)
downloadbind-151d963a404cd70242aaaae38b15673b2f193a10.tar.gz
bind-151d963a404cd70242aaaae38b15673b2f193a10.tar.xz
bind-151d963a404cd70242aaaae38b15673b2f193a10.zip
Fix IDN related statement in dig.1 manpage
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind99-libidn4.patch')
-rw-r--r--bind99-libidn4.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/bind99-libidn4.patch b/bind99-libidn4.patch
new file mode 100644
index 0000000..99c1f13
--- /dev/null
+++ b/bind99-libidn4.patch
@@ -0,0 +1,14 @@
+diff -up bind-9.7.0-P2/bin/dig/dig.docbook.rh811566 bind-9.7.0-P2/bin/dig/dig.docbook
+--- bind-9.7.0-P2/bin/dig/dig.docbook.rh811566 2012-06-20 15:50:03.206839118 +0200
++++ bind-9.7.0-P2/bin/dig/dig.docbook 2012-06-20 15:50:28.368558830 +0200
+@@ -912,8 +912,8 @@ dig +qr www.isc.org any -x 127.0.0.1 isc
+ <command>dig</command> appropriately converts character encoding of
+ domain name before sending a request to DNS server or displaying a
+ reply from the server.
+- If you'd like to turn off the IDN support for some reason, defines
+- the <envar>IDN_DISABLE</envar> environment variable.
++ If you'd like to turn off the IDN support for some reason, define
++ the <envar>CHARSET=ASCII</envar> environment variable.
+ The IDN support is disabled if the variable is set when
+ <command>dig</command> runs.
+ </para>