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.
|
field in the structure.
|
||||||
The possible
|
The possible
|
||||||
.IR type 's
|
.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
|
.TP
|
||||||
.B ip
|
.B ip
|
||||||
find the IP addresses. Returns
|
find the IP addresses. Returns
|
||||||
|
|
|
@ -257,6 +257,17 @@ and
|
||||||
.B soa
|
.B soa
|
||||||
start of area (for DNS)
|
start of area (for DNS)
|
||||||
.TP
|
.TP
|
||||||
|
.B txt
|
||||||
|
a descriptive text.
|
||||||
|
For DNS, a
|
||||||
|
.L TXT
|
||||||
|
record.
|
||||||
|
.TP
|
||||||
|
.B txtrr
|
||||||
|
obsolete, same as
|
||||||
|
.B txt
|
||||||
|
above.
|
||||||
|
.TP
|
||||||
.B tcp
|
.B tcp
|
||||||
a TCP service name
|
a TCP service name
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in a new issue