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

Diff for /mandoc/Attic/mdoc.3 between version 1.17 and 1.19

version 1.17, 2009/03/14 05:21:58 version 1.19, 2009/03/16 23:37:28
Line 1 
Line 1 
 .\" $Id$  .\" $Id$
 .\"  .\"
 .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>  .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the  .\" purpose with or without fee is hereby granted, provided that the
Line 182  or after
Line 182  or after
 .Fn mdoc_endparse  .Fn mdoc_endparse
 or  or
 .Fn mdoc_parseln  .Fn mdoc_parseln
 fail, it may be incomplete.  This AST is governed by the ontological  fail, it may be incomplete.
   .\" PARAGRAPH
   .Pp
   This AST is governed by the ontological
 rules dictated in  rules dictated in
 .Xr mdoc 7  .Xr mdoc 7
 and derives its terminology accordingly.  and derives its terminology accordingly.
Line 291  mdoc_free(mdoc);
Line 294  mdoc_free(mdoc);
 The  The
 .Nm  .Nm
 utility was written by  utility was written by
 .An Kristaps Dzonsons Aq kristaps@kth.se .  .An Kristaps Dzonsons Aq kristaps@openbsd.org .
 .\" SECTION  .\" SECTION
 .Sh CAVEATS  .Sh CAVEATS
 .Bl -dash -compact  .Bl -dash -compact

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.19

CVSweb