summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/man_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mandoc/man_term.c')
-rw-r--r--usr.bin/mandoc/man_term.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/mandoc/man_term.c b/usr.bin/mandoc/man_term.c
index 2e59ae68264..4f8a3623957 100644
--- a/usr.bin/mandoc/man_term.c
+++ b/usr.bin/mandoc/man_term.c
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.49 2010/10/15 22:07:12 schwarze Exp $ */
+/* $Id: man_term.c,v 1.50 2010/10/16 20:49:37 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -838,10 +838,8 @@ pre_TS(DECL_ARGS)
if (MAN_BLOCK != n->type)
return(0);
- if ( ! tbl_close(p, n->data.TS, "<man>", n->line))
- return(0);
-
- tbl_write(p, n->data.TS);
+ if (tbl_close(p, n->data.TS, "man tbl postprocess", n->line))
+ tbl_write(p, n->data.TS);
return(0);
}