diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-09-08 18:20:59 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-09-08 18:20:59 +0000 |
commit | 33ac896d47a703b61dd205665c8c168d9dbcfb10 (patch) | |
tree | 763f2fcd020cd9541d7873d397a7b6f44d5f3aae /sys/man/6 | |
parent | df66e62842f020b558f556a0df05135d96b5908b (diff) |
ndb(2): document txt and txtrr attributes.
Diffstat (limited to 'sys/man/6')
-rw-r--r-- | sys/man/6/ndb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/man/6/ndb b/sys/man/6/ndb index ea211a92b..f9b8825db 100644 --- a/sys/man/6/ndb +++ b/sys/man/6/ndb @@ -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 |