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

Diff for /mandoc/Attic/mdoc.3 between version 1.53 and 1.55

version 1.53, 2011/01/03 11:27:32 version 1.55, 2011/01/07 15:07:21
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 int  .Ft int
 .Fo mdoc_addspan  .Fo mdoc_addspan
 .Fa "struct mdoc *mdoc"  .Fa "struct mdoc *mdoc"
 .Fa "const struct tbl_span *span"  .Fa "const struct tbl_span *span"
 .Fc  .Fc
Line 137  The input buffer
Line 137  The input buffer
 is modified by this function.  is modified by this function.
 .It Fn mdoc_endparse  .It Fn mdoc_endparse
 Signals that the parse is complete.  Signals that the parse is complete.
 Note that if  
 .Fn mdoc_endparse  
 is called subsequent to  
 .Fn mdoc_node ,  
 the resulting tree is incomplete.  
 Returns 0 on failure, 1 on success.  Returns 0 on failure, 1 on success.
 .It Fn mdoc_node  .It Fn mdoc_node
 Returns the first node of the parse.  Returns the first node of the parse.

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.55

CVSweb