diff options
author | dougb <dougb@FreeBSD.org> | 2002-07-01 01:20:28 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-07-01 01:20:28 +0000 |
commit | 6c7d734ad5356ca0a26e4ac4a48b159367a32613 (patch) | |
tree | aac3a8864bfcf09cca9408465b0649334b61d842 /contrib/bind/doc | |
parent | 67c9dec97554c34ae92f7d669f1c0de844fcf4c8 (diff) | |
download | FreeBSD-src-6c7d734ad5356ca0a26e4ac4a48b159367a32613.zip FreeBSD-src-6c7d734ad5356ca0a26e4ac4a48b159367a32613.tar.gz |
Resolve conflicts, generally in favor of the vendor version.
Diffstat (limited to 'contrib/bind/doc')
-rw-r--r-- | contrib/bind/doc/man/dig.1 | 16 | ||||
-rw-r--r-- | contrib/bind/doc/man/host.1 | 66 |
2 files changed, 38 insertions, 44 deletions
diff --git a/contrib/bind/doc/man/dig.1 b/contrib/bind/doc/man/dig.1 index 3fb8bdf..e150b04 100644 --- a/contrib/bind/doc/man/dig.1 +++ b/contrib/bind/doc/man/dig.1 @@ -1,5 +1,5 @@ .\" $FreeBSD$ -.\" $Id: dig.1,v 8.8 2001/09/24 15:21:29 marka Exp $ +.\" $Id: dig.1,v 8.9 2002/06/18 01:53:43 marka Exp $ .\" .\" ++Copyright++ 1993 .\" - @@ -96,7 +96,7 @@ will take the form: where: .Bl -tag -width Fl .It Ar server -may be either a domain name or a dot-notation +may be either a domain name or a raw (IPv4 / IPv6) Internet address. If this optional field is omitted, .Ic dig will attempt to use the default name server for your machine. @@ -145,7 +145,7 @@ See the .Fl x option (documented in the .Sx OTHER OPTIONS -subsection of this section) for convenient way to specify inverse address +subsection of this section) for convenient way to specify reverse address query. .It Ar query-type is the type of information (DNS query type) that @@ -240,9 +240,15 @@ available (although not guaranteed to be useful): .It Fl x Ar dot-notation-address Convenient form to specify inverse address mapping. Instead of -.Dq Ic dig 32.0.9.128.in-addr.arpa , +.Dq Ic dig 32.0.9.28.in-addr.arpa , one can simply -.Dq Ic dig -x 128.9.0.32 . +.Dq Ic dig -x 28.9.0.32 . +.It Fl x Ar IPv6-address +Convenient form to specify inverse address mapping. +Instead of +.Dq Ic dig 1.0.0.0.0.0.0.0.0.0.0.0. 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa , +one can simply +.Dq Ic dig -x ::1 . .It Fl f Ar file File for .Ic dig diff --git a/contrib/bind/doc/man/host.1 b/contrib/bind/doc/man/host.1 index 91932c5..ae5736a 100644 --- a/contrib/bind/doc/man/host.1 +++ b/contrib/bind/doc/man/host.1 @@ -1,3 +1,4 @@ +.\" $FreeBSD$ .\" ++Copyright++ 1993 .\" - .\" Copyright (c) 1993 @@ -50,9 +51,7 @@ .\" SOFTWARE. .\" - .\" --Copyright-- -.\" $Id: host.1,v 8.6 2001/08/10 00:14:47 cyarnell Exp $ -.\" $FreeBSD$ -.\" +.\" $Id: host.1,v 8.7 2002/06/18 02:39:26 marka Exp $ .Dd December 15, 1994 .Dt HOST @CMD_EXT_U@ .Os BSD 4 @@ -61,9 +60,13 @@ .Nd look up host names using domain server .Sh SYNOPSIS .Nm host -.Op Fl adlrwv -.Op Fl c Ar class +.Op Fl l +.Op Fl v +.Op Fl w +.Op Fl r +.Op Fl d .Op Fl t Ar querytype +.Op Fl a .Ar host .Op Ar server .Sh DESCRIPTION @@ -82,7 +85,7 @@ by the domain server. The arguments can be either host names or host numbers. The program first attempts to interpret them as host numbers. If this fails, it will treat them as host names. A host number consists of -four decimal numbers separated by dots, e.g. 128.6.4.194 +IPv4 dotted decimal quad (127.0.0.1) or IPv6 raw address (::1). A host name consists of names separated by dots, e.g. topaz.rutgers.edu. Unless the name ends in a dot, the local domain is automatically tacked on the end. Thus, a Rutgers user can say @@ -156,39 +159,23 @@ There are a number of options that can be used before the host name. Most of these options are meaningful only to the staff who have to maintain the domain database. .Bl -tag -width Fl -.It Fl a -.Dq all ; -this is equivalent to -.Dq Fl v Fl t Cm any . -.It Fl c Ar class -The -.Ar class -to look for non-Internet data. -.It Fl d -Turn on debugging. Network transactions are shown in detail. -.It Fl l -List a complete domain; e.g.: -.Pp -.D1 Ic host -l rutgers.edu -.Pp -will give a listing of all hosts in the rutgers.edu domain. The -.Dq Fl t -option is used to filter what information is presented, as you -would expect. The default is address information, which also -include PTR and NS records. The command -.Pp -.D1 Ic host -l -v -t any rutgers.edu -.Pp -will give a complete download of the zone data for rutgers.edu, -in the official master file format. (However the SOA record is -listed twice, for arcane reasons.) -.Pp -.Sy NOTE: -.Dq Fl l -is implemented by -doing a complete zone transfer and then filtering out the information -that you have asked for. This command should be used only if it -is absolutely necessary. +.It Fl w +This causes +.Ic host +to wait forever for a response. Normally +it will time out after approximate one minute. +.It Fl v +Use "verbose" format for printout. This +is the official domain master file format, which is documented +in the man page for +.Xr @INDOT@named @SYS_OPS_EXT@ . +Without this option, output still follows +this format in general terms, but some attempt is made to make it +more intelligible to normal users. Without +.Dq Fl v , +any "a", "mx", and "cname" records +are written out as "has address", "mail is handled by", and +"is a nickname for" (respectively), and TTL and class fields are not shown. .It Fl r Turn off recursion in the request. This means that the name server will return only data it has in @@ -206,6 +193,7 @@ to be looked up. The arguments are defined in the man page for .Xr @INDOT@named @SYS_OPS_EXT@ . Currently-supported types include: .Dq Cm a , +.Dq Cm aaaa , .Dq Cm ns , .Dq Cm md , .Dq Cm mf , |