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

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

version 1.8, 2010/08/20 01:02:07 version 1.9, 2011/01/01 15:45:18
Line 23 
Line 23 
 .Nm roff_endparse ,  .Nm roff_endparse ,
 .Nm roff_free ,  .Nm roff_free ,
 .Nm roff_parseln ,  .Nm roff_parseln ,
 .Nm roff_reset  .Nm roff_reset ,
   .Nm roff_span
 .Nd roff macro compiler library  .Nd roff macro compiler library
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .In mandoc.h  .In mandoc.h
Line 49 
Line 50 
 .Fc  .Fc
 .Ft void  .Ft void
 .Fn roff_reset "struct roff *roff"  .Fn roff_reset "struct roff *roff"
   .Ft "const struct tbl_span *"
   .Fn roff_span "const struct roff *roff"
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
Line 139  Returns 0 on failure, 1 on success.
Line 142  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.  Returns 0 on failure, 1 on success.
   .It Fn roff_span
   If
   .Fn roff_parseln
   returned
   .Va ROFF_TBL ,
   return the last parsed table row.
   Returns NULL otherwise.
 .El  .El
 .Sh EXAMPLES  .Sh EXAMPLES
 See  See

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

CVSweb