[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.22 and 1.23

version 1.22, 2009/07/07 11:47:17 version 1.23, 2009/07/12 08:45:56
Line 1135  static int
Line 1135  static int
 termp_nd_pre(DECL_ARGS)  termp_nd_pre(DECL_ARGS)
 {  {
   
   #ifdef __OpenBSD__
         term_word(p, "\\-");          term_word(p, "\\-");
   #else
           term_word(p, "\\(em");
   #endif
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb