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