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

Diff for /mandoc/man_validate.c between version 1.48 and 1.49

version 1.48, 2010/07/31 23:52:58 version 1.49, 2010/08/20 01:02:07
Line 233  check_text(CHKARGS) 
Line 233  check_text(CHKARGS) 
                 if (c) {                  if (c) {
                         p += c - 1;                          p += c - 1;
                         pos += c - 1;                          pos += c - 1;
                         continue;                  } else
                 }                          man_pmsg(m, n->line, pos, MANDOCERR_BADESCAPE);
   
                 c = man_pmsg(m, n->line, pos, MANDOCERR_BADESCAPE);  
                 if ( ! (MAN_IGN_ESCAPE & m->pflags) && ! c)  
                         return(c);  
         }          }
   
         return(1);          return(1);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb