diff options
author | 2001-08-24 22:59:40 +0000 | |
---|---|---|
committer | 2001-08-24 22:59:40 +0000 | |
commit | db298a889fa17e8d6b648966b4bcafd9424ab399 (patch) | |
tree | d86415c2d0dbfe2cd0b973799d1c94b5c3efaac3 | |
parent | Adapt to trap() name change. (diff) | |
download | wireguard-openbsd-db298a889fa17e8d6b648966b4bcafd9424ab399.tar.xz wireguard-openbsd-db298a889fa17e8d6b648966b4bcafd9424ab399.zip |
Remove references to non-existant stuff
Reference some interresting stuff
Standardize a little, but it's not mdoc
-rw-r--r-- | usr.sbin/named/man/dnsquery.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/named/man/dnsquery.1 b/usr.sbin/named/man/dnsquery.1 index 65da756fa01..7258a49e03f 100644 --- a/usr.sbin/named/man/dnsquery.1 +++ b/usr.sbin/named/man/dnsquery.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dnsquery.1,v 1.6 2000/03/14 21:31:37 aaron Exp $ +.\" $OpenBSD: dnsquery.1,v 1.7 2001/08/24 22:59:40 rohee Exp $ .TH DNSQUERY 1 "10 March 1990" .UC 6 .SH NAME @@ -139,8 +139,9 @@ The name of the host (or domain) of interest. .br <resolv.h> list of resolver flags .SH "SEE ALSO" -nslookup(1), nstest(1), nsquery(1), -named(8), resolver(3) +dig(1), host(1), named(8), nslookup(8), resolver(3) +.SH AUTHORS +Bryan Beecher .SH DIAGNOSTICS If the resolver fails to answer the query and debugging has not been turned on, @@ -159,5 +160,3 @@ Query uses a call to inet_addr() to determine if the argument for the '-n' option is a valid Internet address. Unfortunately, inet_addr() seems to cause a segmentation fault with some (bad) addresses (e.g., 1.2.3.4.5). -.SH AUTHOR -Bryan Beecher |