X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..2b1924c2442eaf7342c8e992e96b59aa7798cc8d:/sel/ident.3 diff --git a/sel/ident.3 b/sel/ident.3 index 5247bd4..c6c14f5 100644 --- a/sel/ident.3 +++ b/sel/ident.3 @@ -10,14 +10,16 @@ ident \- identd (RFC931) client .B "#include " .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