[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.23 and 1.24

version 1.23, 2009/07/12 08:45:56 version 1.24, 2009/07/12 08:49:50
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)
 {  {
           /*
            * 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.
            */
 #ifdef __OpenBSD__  #ifdef __OpenBSD__
         term_word(p, "\\-");          term_word(p, "\\-");
 #else  #else

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

CVSweb