[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.320 and 1.321

version 1.320, 2017/04/24 23:06:18 version 1.321, 2017/04/28 16:25:11
Line 2015  post_ignpar(POST_ARGS)
Line 2015  post_ignpar(POST_ARGS)
         struct roff_node *np;          struct roff_node *np;
   
         switch (mdoc->last->type) {          switch (mdoc->last->type) {
           case ROFFT_BLOCK:
                   post_prevpar(mdoc);
                   return;
         case ROFFT_HEAD:          case ROFFT_HEAD:
                 post_hyph(mdoc);                  post_hyph(mdoc);
                 return;                  return;

Legend:
Removed from v.1.320  
changed lines
  Added in v.1.321

CVSweb