diff --git a/FAQ b/FAQ index a2d1686c4e..b256ed8b10 100644 --- a/FAQ +++ b/FAQ @@ -244,7 +244,7 @@ A: You choose one view to be master and the second a slave and transfer type master; file "internal/example.db"; allow-update { key mykey; }; - notify-also { 10.0.1.1; }; + also-notify { 10.0.1.1; }; }; }; @@ -254,7 +254,7 @@ A: You choose one view to be master and the second a slave and transfer type slave; file "external/example.db"; masters { 10.0.1.1; }; - transfer-source { 10.0.1.1; }; + transfer-source 10.0.1.1; // allow-update-forwarding { any; }; // allow-notify { ... }; }; diff --git a/bin/dnssec/dnssec-keyfromlabel.8 b/bin/dnssec/dnssec-keyfromlabel.8 index f8452ed16b..1ea7f5cd21 100644 --- a/bin/dnssec/dnssec-keyfromlabel.8 +++ b/bin/dnssec/dnssec-keyfromlabel.8 @@ -12,7 +12,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: dnssec-keyfromlabel.8,v 1.15 2009/10/23 01:14:47 tbox Exp $ +.\" $Id: dnssec-keyfromlabel.8,v 1.16 2009/11/03 21:58:30 tbox Exp $ .\" .hy 0 .ad l @@ -67,7 +67,7 @@ Use an NSEC3\-capable algorithm to generate a DNSSEC key. If this option is used .PP \-E \fIengine\fR .RS 4 -Specifies the name of the crypto hardware (OpenSSL engine). When compiled with PKCS#11 support it defaults to "pcks11". +Specifies the name of the crypto hardware (OpenSSL engine). When compiled with PKCS#11 support it defaults to "pkcs11". .RE .PP \-l \fIlabel\fR diff --git a/bin/dnssec/dnssec-keyfromlabel.html b/bin/dnssec/dnssec-keyfromlabel.html index 7bb428785b..735aed445b 100644 --- a/bin/dnssec/dnssec-keyfromlabel.html +++ b/bin/dnssec/dnssec-keyfromlabel.html @@ -13,7 +13,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - +
@@ -79,7 +79,7 @@engineSpecifies the name of the crypto hardware (OpenSSL engine). - When compiled with PKCS#11 support it defaults to "pcks11". + When compiled with PKCS#11 support it defaults to "pkcs11".
labeldiff --git a/bin/dnssec/dnssec-keygen.8 b/bin/dnssec/dnssec-keygen.8 index 165d59fa17..8f5b24fbcf 100644 --- a/bin/dnssec/dnssec-keygen.8 +++ b/bin/dnssec/dnssec-keygen.8 @@ -13,7 +13,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: dnssec-keygen.8,v 1.52 2009/10/28 01:14:38 tbox Exp $ +.\" $Id: dnssec-keygen.8,v 1.53 2009/11/03 21:58:30 tbox Exp $ .\" .hy 0 .ad l @@ -100,7 +100,7 @@ Indicates that the DNS record containing the key should have the specified class .PP \-E \fIengine\fR .RS 4 -Uses a crypto hardware (OpenSSL engine) for random number and, when supported, key generation. When compiled with PKCS#11 support it defaults to pcks11, the empty name resets it to no engine. +Uses a crypto hardware (OpenSSL engine) for random number and, when supported, key generation. When compiled with PKCS#11 support it defaults to pkcs11; the empty name resets it to no engine. .RE .PP \-e diff --git a/bin/dnssec/dnssec-keygen.html b/bin/dnssec/dnssec-keygen.html index 452b7ecbfa..1d7242b872 100644 --- a/bin/dnssec/dnssec-keygen.html +++ b/bin/dnssec/dnssec-keygen.html @@ -14,7 +14,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - +
@@ -133,7 +133,7 @@Uses a crypto hardware (OpenSSL engine) for random number and, when supported, key generation. When compiled with PKCS#11 - support it defaults to pcks11, the empty name resets it to + support it defaults to pkcs11; the empty name resets it to no engine.
engineUse the given OpenSSL engine. When compiled with PKCS#11 support - it defaults to pcks11, the empty name resets it to no engine. + it defaults to pkcs11; the empty name resets it to no engine.
diff --git a/bin/dnssec/dnssec-settime.8 b/bin/dnssec/dnssec-settime.8 index 9effbde82f..b2b33b51bc 100644 --- a/bin/dnssec/dnssec-settime.8 +++ b/bin/dnssec/dnssec-settime.8 @@ -12,7 +12,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: dnssec-settime.8,v 1.8 2009/10/17 01:14:35 tbox Exp $ +.\" $Id: dnssec-settime.8,v 1.9 2009/11/03 21:58:30 tbox Exp $ .\" .hy 0 .ad l @@ -79,7 +79,7 @@ Sets the debugging level. .PP \-E \fIengine\fR .RS 4 -Use the given OpenSSL engine. When compiled with PKCS#11 support it defaults to pcks11, the empty name resets it to no engine. +Use the given OpenSSL engine. When compiled with PKCS#11 support it defaults to pkcs11; the empty name resets it to no engine. .RE .SH "TIMING OPTIONS" .PP diff --git a/bin/dnssec/dnssec-settime.html b/bin/dnssec/dnssec-settime.html index 69134cca88..935ec031e7 100644 --- a/bin/dnssec/dnssec-settime.html +++ b/bin/dnssec/dnssec-settime.html @@ -14,7 +14,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - +
@@ -83,7 +83,7 @@engineUse the given OpenSSL engine. When compiled with PKCS#11 support - it defaults to pcks11, the empty name resets it to no engine. + it defaults to pkcs11; the empty name resets it to no engine.
diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index eb14f33eaa..79369cc943 100644 --- a/doc/arm/Bv9ARM.ch06.html +++ b/doc/arm/Bv9ARM.ch06.html @@ -14,7 +14,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - +
@@ -1641,10 +1641,11 @@ category notify { null; }; class and type. Next it reports whether the Recursion Desired flag was set (+ if set, - if not set), if the query was signed (S), - EDNS was in use (E), if DO (DNSSEC Ok) was - set (D), or if CD (Checking Disabled) was set - (C). After this the destination address the - query was sent to is reported. + EDNS was in use (E), if TCP was used (T), if + DO (DNSSEC Ok) was set (D), or if CD (Checking + Disabled) was set (C). After this the + destination address the query was sent to is + reported.
diff --git a/doc/arm/Bv9ARM.pdf b/doc/arm/Bv9ARM.pdf
index 1a0ef68949..2391897a1f 100755
--- a/doc/arm/Bv9ARM.pdf
+++ b/doc/arm/Bv9ARM.pdf
@@ -1725,9 +1725,7 @@ x
r` ނrUbybZ3 0*5@"{[WD+B UE=hWQQCYs5PTB:Q*P.D*nPhL˱Tf1PT(80PP(Reƃr+,e3 1
bx? =JF߾YEQqlo20pa$pAiDq*K]W;6kɼ=7)1bSvӘHǜg1bTO?\:qRf{zPlj:; n2,:6BLfU n# gR=ah\v!OOCT>s_
&{Lrr 08Z ;I"{숉ڋl9\)J41Xj2
Og
#sѾ&iiC|blD!J_0Q:)/mjKb"=Ɯg1O80P'aݨc#O
-ͦàa!pωa2n/2j:$K*<(yPWg1v<80zP&NwKDswkC.9'P+I9IāqzLr©qz?Ҷ-BeNLAN*>\gA~Xlx!'=#ŀv>A<~ VLGR*TLo.<'@wKFշ?o\UjOY
/i^"h$d2`qץ8A3߫8Ow5Ve 1qPsx<;%`×ԤPB$2ޡ3bR! C(L"{@FrBS2w4zS&kRGIf9! C$'=#9Cs>=><2`q8Iāqz0Cՠ4Ҭk)]d5 9b@
1~q`?T$SƦ|(2`q©80NPNǹU5/V-c%Jt
zr%TG;"^WoE$ $O0dRq`l;6#VG幗7|/w'~[~ R
0@R` $@@w (C,7!M&xQq?K\6
-aa!1N3jx
³q6֔osM0 45!1בks>>xCs"-
-`Q"F꽣3bD0
ӊk(.=]Bv"&.`aCq`X;,#^-
P!>}"\6㢧o*{9Cvr._~ޔy7۲2]\jdTk2& W^hO𰼩8yqV~o-@) j~MDQ6#j* {GD~XCr5.g8)ź]qv_y'l!@OD͈273 7Fp҄f1Bz
omAwHG2!ZBq~Θ钄rvwUq;yLn6:C'80tP:+lq]
fB9ލMEgAe^L!Ho)冞