=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_term.c,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/mandoc/man_term.c 2010/10/15 20:45:03 1.47 --- src/usr.bin/mandoc/man_term.c 2010/10/15 21:33:47 1.48 *************** *** 1,4 **** ! /* $Id: man_term.c,v 1.47 2010/10/15 20:45:03 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: man_term.c,v 1.48 2010/10/15 21:33:47 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * *************** *** 841,847 **** if ( ! tbl_close(n->data.TS, "", n->line)) return(0); ! tbl_write(n->data.TS); return(0); } --- 841,847 ---- if ( ! tbl_close(n->data.TS, "", n->line)) return(0); ! tbl_write(p, n->data.TS); return(0); }