ndb(2): document txt and txtrr attributes.
This commit is contained in:
parent
df66e62842
commit
33ac896d47
2 changed files with 12 additions and 1 deletions
|
@ -336,7 +336,7 @@ The tuples are logically arranged into lines using the
|
|||
field in the structure.
|
||||
The possible
|
||||
.IR type 's
|
||||
of query are and the attributes on each returned tuple line is:
|
||||
of query are the attributes on each returned tuple line:
|
||||
.TP
|
||||
.B ip
|
||||
find the IP addresses. Returns
|
||||
|
|
|
@ -257,6 +257,17 @@ and
|
|||
.B soa
|
||||
start of area (for DNS)
|
||||
.TP
|
||||
.B txt
|
||||
a descriptive text.
|
||||
For DNS, a
|
||||
.L TXT
|
||||
record.
|
||||
.TP
|
||||
.B txtrr
|
||||
obsolete, same as
|
||||
.B txt
|
||||
above.
|
||||
.TP
|
||||
.B tcp
|
||||
a TCP service name
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue