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

Diff for /mandoc/Attic/man.3 between version 1.28 and 1.29

version 1.28, 2011/01/01 12:59:17 version 1.29, 2011/01/03 11:31:26
Line 105  See
Line 105  See
 for details.  for details.
 .El  .El
 .Ss Functions  .Ss Functions
   If
   .Fn man_addspan ,
   .Fn man_parseln ,
   or
   .Fn man_endparse
   return 0, calls to any function but
   .Fn man_reset
   or
   .Fn man_free
   will raise an assertion.
 .Bl -ohang  .Bl -ohang
 .It Fn man_addspan  .It Fn man_addspan
 Add a table span to the parsing stream.  Add a table span to the parsing stream.
Line 115  The
Line 125  The
 .Fa data  .Fa data
 pointer is passed to  pointer is passed to
 .Fa msgs .  .Fa msgs .
 Returns NULL on failure.  Always returns a valid pointer.
 If non-NULL, the pointer must be freed with  The pointer must be freed with
 .Fn man_free .  .Fn man_free .
 .It Fn man_reset  .It Fn man_reset
 Reset the parser for another parse routine.  Reset the parser for another parse routine.
Line 135  The input buffer
Line 145  The input buffer
 is modified by this function.  is modified by this function.
 .It Fn man_endparse  .It Fn man_endparse
 Signals that the parse is complete.  Signals that the parse is complete.
 Note that if  
 .Fn man_endparse  
 is called subsequent to  
 .Fn man_node ,  
 the resulting tree is incomplete.  
 Returns 0 on failure, 1 on success.  Returns 0 on failure, 1 on success.
 .It Fn man_node  .It Fn man_node
 Returns the first node of the parse.  Returns the first node of the parse.
 Note that if  
 .Fn man_parseln  
 or  
 .Fn man_endparse  
 return 0, the tree will be incomplete.  
 .It Fn man_meta  .It Fn man_meta
 Returns the document's parsed meta-data.  Returns the document's parsed meta-data.
 If this information has not yet been supplied or  
 .Fn man_parseln  
 or  
 .Fn man_endparse  
 return 0, the data will be incomplete.  
 .El  .El
 .Ss Variables  .Ss Variables
 The following variables are also defined:  The following variables are also defined:

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb