[BACK]Return to mdoc.3 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/mdoc.3 between version 1.42 and 1.43

version 1.42, 2010/06/26 15:36:37 version 1.43, 2010/06/27 15:52:41
Line 34 
Line 34 
 .Vt extern const char * const * mdoc_macronames;  .Vt extern const char * const * mdoc_macronames;
 .Vt extern const char * const * mdoc_argnames;  .Vt extern const char * const * mdoc_argnames;
 .Ft "struct mdoc *"  .Ft "struct mdoc *"
 .Fn mdoc_alloc "void *data" "int pflags" "mandocmsg msgs"  .Fo mdoc_alloc
   .Fa "const struct regset *regs"
   .Fa "void *data"
   .Fa "int pflags"
   .Fa "mandocmsg msgs"
   .Fc
 .Ft int  .Ft int
 .Fn mdoc_endparse "struct mdoc *mdoc"  .Fn mdoc_endparse "struct mdoc *mdoc"
 .Ft void  .Ft void
Line 46 
Line 51 
 .Ft int  .Ft int
 .Fo mdoc_parseln  .Fo mdoc_parseln
 .Fa "struct mdoc *mdoc"  .Fa "struct mdoc *mdoc"
 .Fa "const struct regset *regs"  
 .Fa "int line"  .Fa "int line"
 .Fa "char *buf"  .Fa "char *buf"
 .Fc  .Fc

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

CVSweb