[BACK]Return to mandoc.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mandoc.c between version 1.75 and 1.76

version 1.75, 2018/08/20 18:06:42 version 1.76, 2018/10/25 01:21:30
Line 302 
Line 302 
         case ESCAPE_FONT:          case ESCAPE_FONT:
                 if (*sz == 2) {                  if (*sz == 2) {
                         if (**start == 'C') {                          if (**start == 'C') {
                                   if ((*start)[1] == 'W' ||
                                       (*start)[1] == 'R') {
                                           gly = ESCAPE_FONTCW;
                                           break;
                                   }
                                 /*                                  /*
                                  * Treat constant-width font modes                                   * Treat other constant-width font modes
                                  * just like regular font modes.                                   * just like regular font modes.
                                  */                                   */
                                 (*start)++;                                  (*start)++;

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