[BACK]Return to man.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man.c between version 1.116 and 1.117

version 1.116, 2012/06/02 20:16:23 version 1.117, 2012/06/12 20:21:04
Line 131  man_parseln(struct man *m, int ln, char *buf, int offs
Line 131  man_parseln(struct man *m, int ln, char *buf, int offs
   
         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.116  
changed lines
  Added in v.1.117

CVSweb