codec/base64.3: Supply missing Oxford comma.
[mLib] / sel / bres.3
index ca58165..0a0dd7a 100644 (file)
@@ -11,12 +11,14 @@ bres \- background name resolver
 .nf
 .B "#include <mLib/bres.h>"
 
-.BI "void bres_byname(bres_client *" rc ", const char *" name ,
-.BI "                 void (*" func ")(struct hostent *" h ", void *" p ),
-.BI "                 void *" p );
-.BI "void bres_byaddr(bres_client *" rc ", struct inaddr " addr ,
-.BI "                 void (*" func ")(struct hostent *" h ", void *" p ),
-.BI "                 void *" p );
+.ds mT \fBvoid bres_byname(
+.BI "\*(mTbres_client *" rc ", const char *" name ,
+.BI "\h'\w'\*(mT'u'void (*" func ")(struct hostent *" h ", void *" p ),
+.BI "\h'\w'\*(mT'u'void *" p );
+.ds mT \fBvoid bres_byaddr(
+.BI "\*(mTbres_client *" rc ", struct inaddr " addr ,
+.BI "\h'\w'\*(mT'u'void (*" func ")(struct hostent *" h ", void *" p ),
+.BI "\h'\w'\*(mT'u'void *" p );
 .BI "void bres_abort(bres_client *" rc );
 .BI "void bres_exec(const char *" file );
 .BI "void bres_init(sel_state *" sel );