[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.69 and 1.70

version 1.69, 2017/06/11 19:36:31 version 1.70, 2017/06/14 01:31:19
Line 94 
Line 94 
         case ',':          case ',':
         case '/':          case '/':
                 return ESCAPE_IGNORE;                  return ESCAPE_IGNORE;
           case 'p':
                   return ESCAPE_BREAK;
   
         /*          /*
          * The \z escape is supposed to output the following           * The \z escape is supposed to output the following

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70