chiark / gitweb /
*/*.3: Align arguments properly to the right of the opening `('.
[mLib] / sel / ident.3
index 5247bd487daf0ecc3199add6b25a710c914bcab5..c6c14f52f54a99306f355c229c6e3c5d81f47d85 100644 (file)
@@ -10,14 +10,16 @@ ident \- identd (RFC931) client
 .B "#include <mLib/ident>"
 
 .BI "void ident_abort(ident_request *" rq );
-.BI "void ident(ident_request *" rq ", sel_state *" s ,
-.BI "           const struct sockaddr_in *" local ,
-.BI "           const struct sockaddr_in *" remote ,
-.BI "           void (*" func ")(ident_reply *" i ", void *" p ),
-.BI "           void *" p );
-.BI "void ident_socket(ident_request *" rq ", sel_state *" s ", int " sk ,
-.BI "                  void (*" func ")(ident_reply *" i ", void *" p ),
-.BI "                  void *" p );
+.ds mT \fBvoid ident(
+.BI "\*(mTident_request *" rq ", sel_state *" s ,
+.BI "\h'\w'\*(mT'u'const struct sockaddr_in *" local ,
+.BI "\h'\w'\*(mT'u'const struct sockaddr_in *" remote ,
+.BI "\h'\w'\*(mT'u'void (*" func ")(ident_reply *" i ", void *" p ),
+.BI "\h'\w'\*(mT'u'void *" p );
+.ds mT \fBvoid ident_socket(
+.BI "\*(mTident_request *" rq ", sel_state *" s ", int " sk ,
+.BI "\h'\w'\*(mT'u'void (*" func ")(ident_reply *" i ", void *" p ),
+.BI "\h'\w'\*(mT'u'void *" p );
 .fi
 .SH "DESCRIPTION"
 The