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

Diff for /mandoc/Attic/mdoc.3 between version 1.30 and 1.31

version 1.30, 2009/06/11 07:26:35 version 1.31, 2009/07/05 19:30:49
Line 41 
Line 41 
 .Ft int  .Ft int
 .Fn mdoc_parseln "struct mdoc *mdoc" "int line" "char *buf"  .Fn mdoc_parseln "struct mdoc *mdoc" "int line" "char *buf"
 .Ft "const struct mdoc_node *"  .Ft "const struct mdoc_node *"
 .Fn mdoc_node "struct mdoc *mdoc"  .Fn mdoc_node "const struct mdoc *mdoc"
 .Ft "const struct mdoc_meta *"  .Ft "const struct mdoc_meta *"
 .Fn mdoc_meta "struct mdoc *mdoc"  .Fn mdoc_meta "const struct mdoc *mdoc"
 .Ft int  .Ft int
 .Fn mdoc_endparse "struct mdoc *mdoc"  .Fn mdoc_endparse "struct mdoc *mdoc"
 .\" SECTION  .\" SECTION
Line 265  will truncate the file's last character (see 
Line 265  will truncate the file's last character (see 
 Further, this example does not error-check nor free memory upon failure.  Further, this example does not error-check nor free memory upon failure.
 .Bd -literal -offset "XXXX"  .Bd -literal -offset "XXXX"
 struct mdoc *mdoc;  struct mdoc *mdoc;
 struct mdoc_node *node;  const struct mdoc_node *node;
 char *buf;  char *buf;
 size_t len;  size_t len;
 int line;  int line;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb