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

Diff for /src/usr.bin/mandoc/mdoc_validate.c between version 1.85 and 1.86

version 1.85, 2011/01/22 13:55:50 version 1.86, 2011/01/30 17:41:59
Line 1660 
Line 1660 
                                 break;                                  break;
   
                 if (i < RSORD_MAX) {                  if (i < RSORD_MAX) {
                         if (MDOC__J == rsord[i])                          if (MDOC__J == rsord[i] || MDOC__B == rsord[i])
                                 mdoc->last->norm->Rs.child_J = nn;                                  mdoc->last->norm->Rs.quote_T++;
                         next = nn->next;                          next = nn->next;
                         continue;                          continue;
                 }                  }

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86