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

Diff for /mandoc/term.c between version 1.102 and 1.103

version 1.102, 2009/09/20 13:43:31 version 1.103, 2009/09/23 11:02:21
Line 25 
Line 25 
 #include "man.h"  #include "man.h"
 #include "mdoc.h"  #include "mdoc.h"
   
   /* FIXME: accomodate non-breaking, non-collapsing white-space. */
   /* FIXME: accomodate non-breaking, collapsing white-space. */
   
 extern  void              man_run(struct termp *,  extern  void              man_run(struct termp *,
                                 const struct man *);                                  const struct man *);
 extern  void              mdoc_run(struct termp *,  extern  void              mdoc_run(struct termp *,

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

CVSweb