From ab0f968d37c17ed430a6841fcadf64fd2a4f3d86 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 25 Sep 2013 15:37:35 +0200 Subject: [PATCH] put the dots on the spots I think documentation of -U is clear enough as it is, don't you? --- examples/ldns-read-zone.1 | 2 +- examples/ldns-read-zone.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/ldns-read-zone.1 b/examples/ldns-read-zone.1 index 163b70f6..c8ddfe1f 100644 --- a/examples/ldns-read-zone.1 +++ b/examples/ldns-read-zone.1 @@ -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 diff --git a/examples/ldns-read-zone.c b/examples/ldns-read-zone.c index f26876fa..0e3148d0 100644 --- a/examples/ldns-read-zone.c +++ b/examples/ldns-read-zone.c @@ -36,15 +36,15 @@ void print_usage(const char* progname) "\t\toffset the existing number with " ". 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 \n"); printf("\t\tMark for printing in unknown type format\n"); printf("\t-U \n"); - printf("\t\tMark for not printing in unknown type format\n"); + printf("\t\tMark 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"); -- 2.47.3