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

Diff for /mandoc/term_ps.c between version 1.76 and 1.77

version 1.76, 2015/10/11 21:12:55 version 1.77, 2015/10/12 00:08:16
Line 986  ps_pletter(struct termp *p, int c)
Line 986  ps_pletter(struct termp *p, int c)
   
         switch (c) {          switch (c) {
         case '(':          case '(':
                 /* FALLTHROUGH */  
         case ')':          case ')':
                 /* FALLTHROUGH */  
         case '\\':          case '\\':
                 ps_putchar(p, '\\');                  ps_putchar(p, '\\');
                 break;                  break;

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

CVSweb