[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.236 and 1.237

version 1.236, 2017/04/24 23:06:09 version 1.237, 2017/04/28 16:23:30
Line 2003 
Line 2003 
         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.236  
changed lines
  Added in v.1.237