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

Diff for /mandoc/mdoc_validate.c between version 1.152 and 1.153

version 1.152, 2011/01/22 14:00:52 version 1.153, 2011/01/25 10:37:49
Line 1665  post_rs(POST_ARGS)
Line 1665  post_rs(POST_ARGS)
                                 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.152  
changed lines
  Added in v.1.153

CVSweb