X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..2b1924c2442eaf7342c8e992e96b59aa7798cc8d:/struct/sym.3 diff --git a/struct/sym.3 b/struct/sym.3 index 80cb913..c566017 100644 --- a/struct/sym.3 +++ b/struct/sym.3 @@ -32,9 +32,10 @@ sym \- symbol table manager .BI "void sym_create(sym_table *" t ); .BI "void sym_destroy(sym_table *" t ); -.BI "void *sym_find(sym_table *" t , -.BI " const char *" n ", long " l , -.BI " size_t " sz ", unsigned *" f ); +.ds mT \fBvoid *sym_find( +.BI "\*(mTsym_table *" t , +.BI "\h'\w'\*(mT'u'const char *" n ", long " l , +.BI "\h'\w'\*(mT'u'size_t " sz ", unsigned *" f ); .BI "void sym_remove(sym_table *" t ", void *" b ); .BI "const char *SYM_NAME(const void *" p );