[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.12 and 1.13

version 1.12, 2018/12/30 00:48:48 version 1.13, 2018/12/31 04:55:42
Line 179 
Line 179 
                 (*handler)(mdoc, n);                  (*handler)(mdoc, n);
 }  }
   
 void  
 mdoc_state_reset(struct roff_man *mdoc)  
 {  
   
         roff_setreg(mdoc->roff, "nS", 0, '=');  
         mdoc->flags = 0;  
 }  
   
 static void  static void
 state_bd(STATE_ARGS)  state_bd(STATE_ARGS)
 {  {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13