]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Tue, 16 May 2017 23:46:23 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Tue, 16 May 2017 23:46:23 +0000 (23:46 +0000)
bin/dig/dig.docbook
bin/tests/system/digdelv/ns3/named.conf
doc/arm/notes.xml

index dbe0765b7abed48d41a478c08e28ccff6dd2efc1..e0ce45c1b99f4de288942d8a2dcd87385cc87050 100644 (file)
            <para>
              Specify EDNS option with code point <option>code</option>
              and optionally payload of <option>value</option> as a
-             hexadecimal string.  <option>code</option> can be 
+             hexadecimal string.  <option>code</option> can be
              either an EDNS option name (for example,
              <literal>NSID</literal> or <literal>ECS</literal>),
              or an arbitrary numeric value.  <option>+noednsopt</option>
index fb565e616c8fbfba4eb7aca515450d7254f62598..df4080f05d916ccbd517ede235e60a89c53e7f4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015, 2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
index 7625e27c33f3f47c3ae447966ce94b3100be82f1..3f1c6d8cfd8e0d9f05e172e4cb9669b3cb0e7708 100644 (file)
@@ -82,7 +82,7 @@
       <listitem>
        <para>
          <command>dig +ednsopt</command> now accepts the names
-         for EDNS options in addition to numeric values. For example, 
+         for EDNS options in addition to numeric values. For example,
          an EDNS Client-Subnet option could be sent using
          <command>dig +ednsopt=ecs:...</command>. Thanks to
          John Worley of Secure64 for the contribution. [RT #44461]