[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.40 and 1.41

version 1.40, 2009/07/14 15:49:44 version 1.41, 2009/07/14 16:03:51
Line 1140  termp_nd_pre(DECL_ARGS)
Line 1140  termp_nd_pre(DECL_ARGS)
         if (MDOC_BODY != node->type)          if (MDOC_BODY != node->type)
                 return(1);                  return(1);
   
         /*  
          * XXX: signed off by jmc@openbsd.org.  This technically  
          * produces a minus sign after the Nd, which is wrong, but is  
          * consistent with the historic OpenBSD tmac file.  
          */  
 #if defined(__OpenBSD__) || defined(__linux__)  #if defined(__OpenBSD__) || defined(__linux__)
         term_word(p, "\\-");          term_word(p, "\\(en");
 #else  #else
         term_word(p, "\\(em");          term_word(p, "\\(em");
 #endif  #endif

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb