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

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

version 1.34, 2016/01/08 02:13:39 version 1.35, 2016/01/08 02:53:13
Line 73 
Line 73 
 .Fo mparse_keep  .Fo mparse_keep
 .Fa "struct mparse *parse"  .Fa "struct mparse *parse"
 .Fc  .Fc
 .Ft "enum mandoclevel"  .Ft int
 .Fo mparse_open  .Fo mparse_open
 .Fa "struct mparse *parse"  .Fa "struct mparse *parse"
 .Fa "int *fd"  
 .Fa "const char *fname"  .Fa "const char *fname"
 .Fc  .Fc
 .Ft "enum mandoclevel"  .Ft "enum mandoclevel"
Line 388  does not already end in
Line 387  does not already end in
 try again after appending  try again after appending
 .Ql .gz .  .Ql .gz .
 Save the information whether the file is zipped or not.  Save the information whether the file is zipped or not.
 Return a file descriptor open for reading in  Return a file descriptor open for reading or -1 on failure.
 .Fa fd ,  
 or -1 on failure.  
 It can be passed to  It can be passed to
 .Fn mparse_readfd  .Fn mparse_readfd
 or used directly.  or used directly.

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

CVSweb