--- bin/nsupdate//nsupdate.8 2006-07-06 11:17:01.000000000 +0200 +++ /usr/share/man/man8/nsupdate.8 2006-07-06 11:19:37.000000000 +0200 @@ -29,7 +29,6 @@ .SH "NAME" nsupdate \- Dynamic DNS update utility .SH "SYNOPSIS" -.HP 9 \fBnsupdate\fR [\fB\-d\fR] [[\fB\-y\ \fR\fB\fIkeyname:secret\fR\fR] [\fB\-k\ \fR\fB\fIkeyfile\fR\fR]] [\fB\-t\ \fR\fB\fItimeout\fR\fR] [\fB\-u\ \fR\fB\fIudptimeout\fR\fR] [\fB\-r\ \fR\fB\fIudpretries\fR\fR] [\fB\-v\fR] [filename] .SH "DESCRIPTION" .PP @@ -124,7 +123,7 @@ .PP The command formats and their meaning are as follows: .TP -.HP 7 \fBserver\fR {servername} [port] +\fBserver\fR {servername} [port] Sends all dynamic update requests to the name server \fIservername\fR. When no server statement is provided, \fBnsupdate\fR @@ -134,7 +133,7 @@ \fIservername\fR where the dynamic update requests get sent. If no port number is specified, the default DNS port number of 53 is used. .TP -.HP 6 \fBlocal\fR {address} [port] +\fBlocal\fR {address} [port] Sends all dynamic update requests using the local \fIaddress\fR. When no local statement is provided, \fBnsupdate\fR @@ -142,7 +141,7 @@ \fIport\fR can additionally be used to make requests come from a specific port. If no port number is specified, the system will assign one. .TP -.HP 5 \fBzone\fR {zonename} +\fBzone\fR {zonename} Specifies that all updates are to be made to the zone \fIzonename\fR. If no \fIzone\fR @@ -150,13 +149,13 @@ \fBnsupdate\fR will attempt determine the correct zone to update based on the rest of the input. .TP -.HP 6 \fBclass\fR {classname} +\fBclass\fR {classname} Specify the default class. If no \fIclass\fR is specified the default class is \fIIN\fR. .TP -.HP 4 \fBkey\fR {name} {secret} +\fBkey\fR {name} {secret} Specifies that all updates are to be TSIG signed using the \fIkeyname\fR\fIkeysecret\fR pair. The @@ -166,16 +165,16 @@ or \fB\-k\fR. .TP -.HP 16 \fBprereq nxdomain\fR {domain\-name} +\fBprereq nxdomain\fR {domain\-name} Requires that no resource record of any type exists with name \fIdomain\-name\fR. .TP -.HP 16 \fBprereq yxdomain\fR {domain\-name} +\fBprereq yxdomain\fR {domain\-name} Requires that \fIdomain\-name\fR exists (has as at least one resource record, of any type). .TP -.HP 15 \fBprereq nxrrset\fR {domain\-name} [class] {type} +\fBprereq nxrrset\fR {domain\-name} [class] {type} Requires that no resource record exists of the specified \fItype\fR, \fIclass\fR @@ -184,7 +183,7 @@ \fIclass\fR is omitted, IN (internet) is assumed. .TP -.HP 15 \fBprereq yxrrset\fR {domain\-name} [class] {type} +\fBprereq yxrrset\fR {domain\-name} [class] {type} This requires that a resource record of the specified \fItype\fR, \fIclass\fR @@ -194,7 +193,7 @@ \fIclass\fR is omitted, IN (internet) is assumed. .TP -.HP 15 \fBprereq yxrrset\fR {domain\-name} [class] {type} {data...} +\fBprereq yxrrset\fR {domain\-name} [class] {type} {data...} The \fIdata\fR from each set of prerequisites of this form sharing a common @@ -208,7 +207,7 @@ \fIdata\fR are written in the standard text representation of the resource record's RDATA. .TP -.HP 14 \fBupdate delete\fR {domain\-name} [ttl] [class] [type\ [data...]] +\fBupdate delete\fR {domain\-name} [ttl] [class] [type\ [data...]] Deletes any resource records named \fIdomain\-name\fR. If \fItype\fR @@ -220,20 +219,20 @@ \fIttl\fR is ignored, and is only allowed for compatibility. .TP -.HP 11 \fBupdate add\fR {domain\-name} {ttl} [class] {type} {data...} +\fBupdate add\fR {domain\-name} {ttl} [class] {type} {data...} Adds a new resource record with the specified \fIttl\fR, \fIclass\fR and \fIdata\fR. .TP -.HP 5 \fBshow\fR +\fBshow\fR Displays the current message, containing all of the prerequisites and updates specified since the last send. .TP -.HP 5 \fBsend\fR +\fBsend\fR Sends the current message. This is equivalent to entering a blank line. .TP -.HP 7 \fBanswer\fR +\fBanswer\fR Displays the answer. .PP Lines beginning with a semicolon are comments and are ignored.