diff options
author | ats <ats@FreeBSD.org> | 1994-11-19 13:12:37 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-19 13:12:37 +0000 |
commit | bdff7a40ca8fd717f624f0f7fb8de4db3ab56707 (patch) | |
tree | d1b1379ed92889a25e0bef3878e712bda4c3f9ac /usr.bin/dig | |
parent | 8d964f41a76dc3c9539cdbf4df267dfd09d4581a (diff) | |
download | FreeBSD-src-bdff7a40ca8fd717f624f0f7fb8de4db3ab56707.zip FreeBSD-src-bdff7a40ca8fd717f624f0f7fb8de4db3ab56707.tar.gz |
Correct the dig manpage that has some macros in it, that our man system
doesn't understand.
Diffstat (limited to 'usr.bin/dig')
-rw-r--r-- | usr.bin/dig/dig.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/dig/dig.1 b/usr.bin/dig/dig.1 index 3f97311..71e4374 100644 --- a/usr.bin/dig/dig.1 +++ b/usr.bin/dig/dig.1 @@ -1,4 +1,4 @@ -.\" $Id: dig.1,v 4.9.1.2 1993/09/08 00:00:49 vixie Exp $ +.\" $Id: dig.1,v 1.1.1.1 1994/09/22 21:33:31 pst Exp $ .\" .\" ++Copyright++ 1993 .\" - @@ -61,7 +61,7 @@ .\" Man page reformatted for this release by Andrew Cherenson .\" (arc@sgi.com) .\" -.TH DIG @CMD_EXT_U@ "August 30, 1990" +.TH DIG 1 "August 30, 1990" .SH NAME dig \- send domain name query packets to name servers .SH SYNOPSIS @@ -99,7 +99,7 @@ at your disposal somewhere, all that is required is that /etc/resolv.conf be present and indicate where the default name servers reside, so that \fIserver\fP itself can be resolved. See -.IR resolver (@FORMAT_EXT@) +.IR resolver (5) for information on /etc/resolv.conf. (WARNING: Changing /etc/resolv.conf will affect the standard resolver library and potentially several @@ -324,7 +324,7 @@ end (Note: \fIdig\fP always uses a value of 1 for num_servers.) .SH DETAILS \fIDig\fP once required a slightly modified version of the BIND -.IR resolver (@LIB_NETWORK_EXT@) +.IR resolver (3) library. BIND's resolver has (as of BIND 4.9) been augmented to work properly with \fIDig\fP. Essentially, \fIDig\fP is a straight-forward (albeit not pretty) effort of parsing arguments and setting appropriate @@ -345,7 +345,7 @@ Steve Hotz hotz@isi.edu .SH ACKNOWLEDGMENTS \fIDig\fP uses functions from -.IR nslookup (@SYS_OPS_EXT@) +.IR nslookup (8) authored by Andrew Cherenson. .SH BUGS \fIDig\fP has a serious case of "creeping featurism" -- the result of @@ -361,4 +361,4 @@ batch mode. If it exits abnormally (and is not caught), the entire batch aborts; when such an event is trapped, \fIdig\fP simply continues with the next query. .SH SEE ALSO -@INDOT@named(@SYS_OPS_EXT@), resolver(@LIB_NETWORK_EXT@), resolver(@FORMAT_EXT@), nslookup(@SYS_OPS_EXT@) +named(8), resolver(3), resolver(5), nslookup(8) |