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

Diff for /mandoc/mandoc.3 between version 1.33 and 1.34

version 1.33, 2015/10/13 22:59:54 version 1.34, 2016/01/08 02:13:39
Line 177  or
Line 177  or
 parse it with  parse it with
 .Fn mparse_readfd ;  .Fn mparse_readfd ;
 .It  .It
   close it with
   .Xr close 2 ;
   .It
 retrieve the syntax tree with  retrieve the syntax tree with
 .Fn mparse_result ;  .Fn mparse_result ;
 .It  .It
Line 403  or
Line 406  or
 Pass the associated filename in  Pass the associated filename in
 .Va fname .  .Va fname .
 This function may be called multiple times with different parameters; however,  This function may be called multiple times with different parameters; however,
   .Xr close 2
   and
 .Fn mparse_reset  .Fn mparse_reset
 should be invoked between parses.  should be invoked between parses.
 Declared in  Declared in

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb