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

Diff for /mandoc/mdoc_term.c between version 1.24 and 1.25

version 1.24, 2009/07/12 08:49:50 version 1.25, 2009/07/12 16:34:16
Line 1134  termp_ex_pre(DECL_ARGS)
Line 1134  termp_ex_pre(DECL_ARGS)
 static int  static int
 termp_nd_pre(DECL_ARGS)  termp_nd_pre(DECL_ARGS)
 {  {
   
           if (MDOC_BODY != node->type)
                   return(1);
         /*          /*
          * XXX: signed off by jmc@openbsd.org.  This technically           * XXX: signed off by jmc@openbsd.org.  This technically
          * produces a minus sign after the Nd, which is wrong, but is           * produces a minus sign after the Nd, which is wrong, but is

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb