=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.97 retrieving revision 1.98 diff -c -r1.97 -r1.98 *** src/usr.bin/mandoc/man_term.c 2014/03/30 19:47:32 1.97 --- src/usr.bin/mandoc/man_term.c 2014/03/30 21:27:59 1.98 *************** *** 1,4 **** ! /* $Id: man_term.c,v 1.97 2014/03/30 19:47:32 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: man_term.c,v 1.98 2014/03/30 21:27:59 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze *************** *** 238,244 **** pre_ll(DECL_ARGS) { ! (*p->setwidth)(p, n->nchild ? a2width(p, n->child->string) : 0); return(0); } --- 238,244 ---- pre_ll(DECL_ARGS) { ! term_setwidth(p, n->nchild ? n->child->string : NULL); return(0); }