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

Diff for /src/usr.bin/mandoc/roff.c between version 1.135 and 1.136

version 1.135, 2015/02/21 14:46:33 version 1.136, 2015/04/04 13:52:59
Line 1126 
Line 1126 
                         esc = mandoc_escape((const char **)&p, NULL, NULL);                          esc = mandoc_escape((const char **)&p, NULL, NULL);
                         if (esc == ESCAPE_ERROR)                          if (esc == ESCAPE_ERROR)
                                 break;                                  break;
                           while (*p == '-')
                                   p++;
                         continue;                          continue;
                 } else if (p == start) {                  } else if (p == start) {
                         p++;                          p++;

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136