From: Tinderbox User Date: Tue, 16 May 2017 23:46:23 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.10.6b1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a849cd41360ff8b58a5de69e9c7ab710fc9dc419;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index dbe0765b7ab..e0ce45c1b99 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -683,7 +683,7 @@ Specify EDNS option with code point and optionally payload of as a - hexadecimal string. can be + hexadecimal string. can be either an EDNS option name (for example, NSID or ECS), or an arbitrary numeric value. diff --git a/bin/tests/system/digdelv/ns3/named.conf b/bin/tests/system/digdelv/ns3/named.conf index fb565e616c8..df4080f05d9 100644 --- a/bin/tests/system/digdelv/ns3/named.conf +++ b/bin/tests/system/digdelv/ns3/named.conf @@ -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 diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 7625e27c33f..3f1c6d8cfd8 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -82,7 +82,7 @@ dig +ednsopt 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 dig +ednsopt=ecs:.... Thanks to John Worley of Secure64 for the contribution. [RT #44461]