diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 2ee231795e..a1c0811e86 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.141 2001/02/17 20:27:24 bwelling Exp $ */ +/* $Id: dig.c,v 1.142 2001/03/14 18:08:16 bwelling Exp $ */ #include #include @@ -177,7 +177,7 @@ show_usage(void) { " form of answer)\n" " +[no]all (Set or clear all display flags)\n" " +qr (Print question before sending)\n" -" +[no]nssearch (Search all authorative nameservers)\n" +" +[no]nssearch (Search all authoritative nameservers)\n" " +[no]identify (ID responders in short answers)\n" " +[no]trace (Trace delegation down from root)\n" " +rrlimit=### (Limit number of rr's in xfr)\n" diff --git a/bin/dig/host.c b/bin/dig/host.c index ed00461700..3272da01ff 100644 --- a/bin/dig/host.c +++ b/bin/dig/host.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: host.c,v 1.65 2001/02/15 23:44:06 tamino Exp $ */ +/* $Id: host.c,v 1.66 2001/03/14 18:08:17 bwelling Exp $ */ #include #include @@ -208,7 +208,7 @@ show_usage(void) { " [-R number] hostname [server]\n" " -a is equivalent to -v -t *\n" " -c specifies query class for non-IN data\n" -" -C compares SOA records on authorative nameservers\n" +" -C compares SOA records on authoritative nameservers\n" " -d is equivalent to -v\n" " -l lists all hosts in a domain, using AXFR\n" " -n Use the nibble form of IPv6 reverse lookup\n"