]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix ldns-update documentation bugfix/237
authorWillem Toorop <willem@nlnetlabs.nl>
Fri, 18 Oct 2024 09:20:23 +0000 (11:20 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Fri, 18 Oct 2024 09:20:23 +0000 (11:20 +0200)
examples/ldns-update.1
examples/ldns-update.c

index f36b2683401ab481ce323fdd8e0935f648bca080..99c6958f2816b14617d032360a2b96d0bfb57cfb 100644 (file)
@@ -30,7 +30,7 @@ When given uses this \fBzone\fR instead of trying to find and process \fBdomain\
 
 .TP
 \fBip\fR
-Send the update to this IP address.
+Set the \fBname\fR to this IP address.
 Or, when the literal text \fBnone\fR is given, remove any previous addresses.
 
 .TP
index c6782036507de064ae29f8e30be4b64fb7909be7..249828e10b25f59038cafd126abc75831412f0a5 100644 (file)
@@ -247,7 +247,7 @@ static void
 usage(FILE *fp, char *prog)
 {
         fprintf(fp, "%s domain [zone] ip tsig_name tsig_alg tsig_hmac\n", prog);
-        fprintf(fp, "  send a dynamic update packet to <ip>\n\n");
+        fprintf(fp, "  send a dynamic update\n\n");
         fprintf(fp, "  Use 'none' instead of ip to remove any previous address\n");
         fprintf(fp, "  If 'zone'  is not specified, try to figure it out from the zone's SOA\n");
         fprintf(fp, "  Example: %s my.example.org 1.2.3.4\n", prog);