git: 9front

Download patch

ref: 992fe280ac3be78bf6a1a2e3fed56f6dfd3c4e61
parent: aef79fba2f26605a0612a51e4c27b145422068fd
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
--