ndb(2): document txt and txtrr attributes.

This commit is contained in:
cinap_lenrek 2021-09-08 18:20:59 +00:00
parent df66e62842
commit 33ac896d47
2 changed files with 12 additions and 1 deletions

View file

@ -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

View file

@ -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