[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.369 and 1.370

version 1.369, 2018/12/31 08:38:21 version 1.370, 2019/03/04 11:40:09
Line 1581  post_it(POST_ARGS)
Line 1581  post_it(POST_ARGS)
                         mandoc_msg(MANDOCERR_BL_COL, nit->line, nit->pos,                          mandoc_msg(MANDOCERR_BL_COL, nit->line, nit->pos,
                             "%d columns, %d cells", cols, i);                              "%d columns, %d cells", cols, i);
                 else if (nit->head->next->child != NULL &&                  else if (nit->head->next->child != NULL &&
                     nit->head->next->child->line > nit->line)                      nit->head->next->child->flags & NODE_LINE)
                         mandoc_msg(MANDOCERR_IT_NOARG,                          mandoc_msg(MANDOCERR_IT_NOARG,
                             nit->line, nit->pos, "Bl -column It");                              nit->line, nit->pos, "Bl -column It");
                 break;                  break;

Legend:
Removed from v.1.369  
changed lines
  Added in v.1.370

CVSweb