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

Diff for /src/usr.bin/mandoc/mdoc_state.c between version 1.3 and 1.4

version 1.3, 2015/10/30 18:53:37 version 1.4, 2017/01/10 13:46:53
Line 249 
Line 249 
         if (n->type != ROFFT_HEAD)          if (n->type != ROFFT_HEAD)
                 return;                  return;
   
         if ( ! (n->flags & MDOC_VALID)) {          if ( ! (n->flags & NODE_VALID)) {
                 secname = NULL;                  secname = NULL;
                 deroff(&secname, n);                  deroff(&secname, n);
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4