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

Diff for /src/usr.bin/mandoc/man_macro.c between version 1.64 and 1.65

version 1.64, 2015/04/02 22:06:17 version 1.65, 2015/04/03 16:59:34
Line 399 
Line 399 
   
         /* Close out the head and open the body. */          /* Close out the head and open the body. */
   
         rew_scope(ROFFT_HEAD, man, tok);          man_unscope(man, n);
         man_body_alloc(man, line, ppos, tok);          man_body_alloc(man, line, ppos, tok);
 }  }
   

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65