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

Diff for /mandoc/Attic/roff.3 between version 1.9 and 1.10

version 1.9, 2011/01/01 15:45:18 version 1.10, 2011/01/01 16:18:39
Line 35 
Line 35 
 .Fa "void *data"  .Fa "void *data"
 .Fa "mandocmsg msgs"  .Fa "mandocmsg msgs"
 .Fc  .Fc
 .Ft int  .Ft void
 .Fn roff_endparse "struct roff *roff"  .Fn roff_endparse "struct roff *roff"
 .Ft void  .Ft void
 .Fn roff_free "struct roff *roff"  .Fn roff_free "struct roff *roff"
Line 141  This line should not contain the trailing newline.
Line 141  This line should not contain the trailing newline.
 Returns 0 on failure, 1 on success.  Returns 0 on failure, 1 on success.
 .It Fn roff_endparse  .It Fn roff_endparse
 Signals that the parse is complete.  Signals that the parse is complete.
 Returns 0 on failure, 1 on success.  
 .It Fn roff_span  .It Fn roff_span
 If  If
 .Fn roff_parseln  .Fn roff_parseln

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb