ref: 412c23204d1cf7e8d92ab50fdc013f2ad45d4093
parent: 3612d281aaf3daaef555709a56dc67a663211328
author: ftrvxmtrx <ftrvxmtrx@gmail.com>
date: Fri Feb 22 17:52:52 EST 2013
ndb(2): fix wrong attr names
--- a/sys/man/2/ndb
+++ b/sys/man/2/ndb
@@ -347,7 +347,7 @@
domain name
.RI ( dom )
and ipv6 address
-.RI ( ipv6 ).
+.RI ( ip ).
.TP
.B mx
look up the mail exchangers. Returns preference
@@ -390,7 +390,7 @@
.TP
.B srv
get the service records. Returns the priority of target host
-.RI ( priority ),
+.RI ( pri ),
relative weight
.RI ( weight )
for entries with the same priority,
@@ -400,7 +400,7 @@
.RI ( target ).
.TP
.B txt
-get the descriptive text. The semantics of the text depends
+get the descriptive text. The semantics of the text depends
on the domain.
.TP
.B ns
--
⑨