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

Diff for /mandoc/mandoc.c between version 1.101 and 1.102

version 1.101, 2017/06/11 19:37:01 version 1.102, 2017/06/14 01:31:26
Line 96  mandoc_escape(const char **end, const char **start, in
Line 96  mandoc_escape(const char **end, const char **start, in
         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.101  
changed lines
  Added in v.1.102

CVSweb