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

Diff for /mandoc/Attic/roff.3 between version 1.1 and 1.3

version 1.1, 2010/05/25 22:16:59 version 1.3, 2010/06/27 15:52:41
Line 27 
Line 27 
 .Nd roff macro compiler library  .Nd roff macro compiler library
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .In mandoc.h  .In mandoc.h
   .In regs.h
 .In roff.h  .In roff.h
 .Ft "struct roff *"  .Ft "struct roff *"
 .Fn roff_alloc "mandocmsg msgs" "void *data"  .Fo roff_alloc
   .Fa "struct regset *regs"
   .Fa "mandocmsg msgs"
   .Fa "void *data"
   .Fc
 .Ft int  .Ft int
 .Fn roff_endparse "struct roff *roff"  .Fn roff_endparse "struct roff *roff"
 .Ft void  .Ft void

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

CVSweb