From: Automatic Updater Date: Fri, 16 Dec 2011 01:15:05 +0000 (+0000) Subject: regen HEAD X-Git-Tag: v9.9.0rc1~31 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b98da83857f61d779746f95fafb840bce8838a26;p=thirdparty%2Fbind9.git regen HEAD --- diff --git a/bin/nsupdate/nsupdate.1 b/bin/nsupdate/nsupdate.1 index 058363e20a9..8ce08b97abd 100644 --- a/bin/nsupdate/nsupdate.1 +++ b/bin/nsupdate/nsupdate.1 @@ -13,7 +13,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: nsupdate.1,v 1.14 2011/12/16 00:10:05 marka Exp $ +.\" $Id: nsupdate.1,v 1.15 2011/12/16 01:15:05 tbox Exp $ .\" .hy 0 .ad l @@ -263,20 +263,20 @@ rather than the default realm in \fIkrb5.conf\fR. If no realm is specified the saved realm is cleared. .RE .PP -\fB[prereq]\fR\fB nxdomain\fR {domain\-name} +\fBprereq nxdomain\fR {domain\-name} .RS 4 Requires that no resource record of any type exists with name \fIdomain\-name\fR. .RE .PP -\fB[prereq]\fR\fB yxdomain\fR {domain\-name} +\fBprereq yxdomain\fR {domain\-name} .RS 4 Requires that \fIdomain\-name\fR exists (has as at least one resource record, of any type). .RE .PP -\fB[prereq]\fR\fB nxrrset\fR {domain\-name} [class] {type} +\fBprereq nxrrset\fR {domain\-name} [class] {type} .RS 4 Requires that no resource record exists of the specified \fItype\fR, @@ -287,7 +287,7 @@ and is omitted, IN (internet) is assumed. .RE .PP -\fB[prereq]\fR\fB yxrrset\fR {domain\-name} [class] {type} +\fBprereq yxrrset\fR {domain\-name} [class] {type} .RS 4 This requires that a resource record of the specified \fItype\fR, @@ -299,7 +299,7 @@ must exist. If is omitted, IN (internet) is assumed. .RE .PP -\fB[prereq]\fR\fB yxrrset\fR {domain\-name} [class] {type} {data...} +\fBprereq yxrrset\fR {domain\-name} [class] {type} {data...} .RS 4 The \fIdata\fR @@ -315,7 +315,7 @@ are combined to form a set of RRs. This set of RRs must exactly match the set of are written in the standard text representation of the resource record's RDATA. .RE .PP -\fB[update]\fR\fB del\fR\fB[ete]\fR {domain\-name} [ttl] [class] [type\ [data...]] +\fBupdate delete\fR {domain\-name} [ttl] [class] [type\ [data...]] .RS 4 Deletes any resource records named \fIdomain\-name\fR. If @@ -329,7 +329,7 @@ is not supplied. The is ignored, and is only allowed for compatibility. .RE .PP -\fB[update]\fR\fB add\fR {domain\-name} {ttl} [class] {type} {data...} +\fBupdate add\fR {domain\-name} {ttl} [class] {type} {data...} .RS 4 Adds a new resource record with the specified \fIttl\fR, diff --git a/bin/nsupdate/nsupdate.html b/bin/nsupdate/nsupdate.html index 7341aa0d97a..aa3ea9aacc7 100644 --- a/bin/nsupdate/nsupdate.html +++ b/bin/nsupdate/nsupdate.html @@ -14,7 +14,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - + @@ -32,7 +32,7 @@

nsupdate [-d] [-D] [[-g] | [-o] | [-l] | [-y [hmac:]keyname:secret] | [-k keyfile]] [-t timeout] [-u udptimeout] [-r udpretries] [-R randomdev] [-v] [filename]

-

DESCRIPTION

+

DESCRIPTION

nsupdate is used to submit Dynamic DNS Update requests as defined in RFC 2136 to a name server. @@ -192,7 +192,7 @@

-

INPUT FORMAT

+

INPUT FORMAT

nsupdate reads input from filename @@ -331,7 +331,7 @@ realm is specified the saved realm is cleared.

- [prereq] nxdomain + prereq nxdomain {domain-name}

@@ -339,7 +339,7 @@ domain-name.

- [prereq] yxdomain + prereq yxdomain {domain-name}

@@ -348,7 +348,7 @@ exists (has as at least one resource record, of any type).

- [prereq] nxrrset + prereq nxrrset {domain-name} [class] {type} @@ -364,7 +364,7 @@ is omitted, IN (internet) is assumed.

- [prereq] yxrrset + prereq yxrrset {domain-name} [class] {type} @@ -381,7 +381,7 @@ is omitted, IN (internet) is assumed.

- [prereq] yxrrset + prereq yxrrset {domain-name} [class] {type} @@ -410,7 +410,7 @@ RDATA.

- [update] del[ete] + update delete {domain-name} [ttl] [class] @@ -431,7 +431,7 @@ is ignored, and is only allowed for compatibility.

- [update] add + update add {domain-name} {ttl} [class] @@ -480,7 +480,7 @@

-

EXAMPLES

+

EXAMPLES

The examples below show how nsupdate @@ -534,7 +534,7 @@

-

FILES

+

FILES

/etc/resolv.conf

@@ -557,7 +557,7 @@

-

SEE ALSO

+

SEE ALSO

RFC 2136, RFC 3007, @@ -572,7 +572,7 @@

-

BUGS

+

BUGS

The TSIG key is redundantly stored in two separate files. This is a consequence of nsupdate using the DST library