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

Diff for /src/usr.bin/mandoc/man.c between version 1.66 and 1.67

version 1.66, 2012/06/02 20:07:09 version 1.67, 2012/07/07 18:27:36
Line 127 
Line 127 
   
         assert( ! (MAN_HALT & m->flags));          assert( ! (MAN_HALT & m->flags));
   
         return (mandoc_getcontrol(buf, &offs) ?          return (roff_getcontrol(m->roff, buf, &offs) ?
                         man_pmacro(m, ln, buf, offs) :                          man_pmacro(m, ln, buf, offs) :
                         man_ptext(m, ln, buf, offs));                          man_ptext(m, ln, buf, offs));
 }  }

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67