]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
put the dots on the spots
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 25 Sep 2013 13:37:35 +0000 (15:37 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 25 Sep 2013 13:37:35 +0000 (15:37 +0200)
I think documentation of -U is clear enough as it is, don't you?

examples/ldns-read-zone.1
examples/ldns-read-zone.c

index 163b70f6ca9bfa53661378d90379c154966319a8..c8ddfe1fd90f31f1faac4aa35fd753bf9012c168 100644 (file)
@@ -64,7 +64,7 @@ Mark \fIRR type\fR for printing in unknown type format
 
 .TP
 \fB-U\fR \fIRR type\fR
-Mark \fIRR type\fR for \fBnot\fR printing in unknown type format
+Mark \fIRR type\fR for \fBnot\fR printing in unknown type format.
 When only \fB-U\fR options are given, all types are printed in
 unknown type format except the given RR types
 
index f26876fa79206214eced6b57a7ec4aa2af2b8ab6..0e3148d01027af137c6ab7669ec22f3a9ac74fa3 100644 (file)
@@ -36,15 +36,15 @@ void print_usage(const char* progname)
                "\t\toffset the existing number with "
                        "<number>.  With YYYYMMDDxx\n"
                "\t\tthe serial is formatted as a datecounter"
-                       ", and with unixtime as the\n"
-               "\t\tnumber of seconds since 1-1-1970."
-                       "  However, on serial number"
-               "\n\t\tdecrease, +1 is used in stead"
+                       ", and with unixtime as\n"
+               "\t\tthe number of seconds since 1-1-1970."
+                       "  However, on serial\n"
+               "\t\tnumber decrease, +1 is used in stead"
                        ".  (implies -s)\n");
        printf("\t-u <rr type>\n");
        printf("\t\tMark <rr type> for printing in unknown type format\n");
        printf("\t-U <rr type>\n");
-       printf("\t\tMark <rr type> for not printing in unknown type format\n");
+       printf("\t\tMark <rr type> for not printing in unknown type format.\n");
        printf("\t\tWhen only -U options are given, all types are printed in"
                "\n\t\tunknown type format except the given RR types\n");
        printf("\t-v shows the version and exits\n");