[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.296 and 1.297

version 1.296, 2014/11/28 16:02:52 version 1.297, 2014/11/28 16:54:23
Line 1227  static int
Line 1227  static int
 termp_nd_pre(DECL_ARGS)  termp_nd_pre(DECL_ARGS)
 {  {
   
         if (MDOC_BODY != n->type)          if (n->type == MDOC_BODY)
                 return(1);                  term_word(p, "\\(en");
   
 #if defined(__OpenBSD__) || defined(__linux__)  
         term_word(p, "\\(en");  
 #else  
         term_word(p, "\\(em");  
 #endif  
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.296  
changed lines
  Added in v.1.297

CVSweb