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

Diff for /mandoc/mandoc.c between version 1.60 and 1.61

version 1.60, 2011/10/24 20:30:57 version 1.61, 2011/11/06 14:43:14
Line 369  out:
Line 369  out:
   
         switch (gly) {          switch (gly) {
         case (ESCAPE_FONT):          case (ESCAPE_FONT):
                 if (1 != rlim)                  /*
                    * Pretend that the constant-width font modes are the
                    * same as the regular font modes.
                    */
                   if (2 == rlim && 'C' == *rstart)
                           rstart++;
                   else if (1 != rlim)
                         break;                          break;
   
                 switch (*rstart) {                  switch (*rstart) {
                 case ('3'):                  case ('3'):
                         /* FALLTHROUGH */                          /* FALLTHROUGH */

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

CVSweb