=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.c,v retrieving revision 1.66 retrieving revision 1.67 diff -c -r1.66 -r1.67 *** src/usr.bin/mandoc/man.c 2012/06/02 20:07:09 1.66 --- src/usr.bin/mandoc/man.c 2012/07/07 18:27:36 1.67 *************** *** 1,4 **** ! /* $Id: man.c,v 1.66 2012/06/02 20:07:09 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man.c,v 1.67 2012/07/07 18:27:36 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * *************** *** 127,133 **** assert( ! (MAN_HALT & m->flags)); ! return (mandoc_getcontrol(buf, &offs) ? man_pmacro(m, ln, buf, offs) : man_ptext(m, ln, buf, offs)); } --- 127,133 ---- assert( ! (MAN_HALT & m->flags)); ! return (roff_getcontrol(m->roff, buf, &offs) ? man_pmacro(m, ln, buf, offs) : man_ptext(m, ln, buf, offs)); }