Attached is a quick fix that works for me.

Georg
-- 
One of the things we have to learn how to do is to ignore details.  The
key in understanding complicated things is to know what not to look at,
and what not to compute, and what not to think.
                                                      Gerald Jay Sussman
--- nsupdate.8.orig     2006-10-05 16:00:42.000000000 +0200
+++ nsupdate.8  2006-10-05 15:59:45.000000000 +0200
@@ -124,7 +124,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 +134,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 +142,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 +150,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 +166,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 +184,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 +194,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 +208,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 +220,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.

Reply via email to