summaryrefslogtreecommitdiffstats
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 13:53:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 13:53:07 +0000
commitb1b0aae37dcfbf9c43a595aa139982d182ea8e9a (patch)
tree982bd7f710dd6e11ee48d9c8e3f6224cef0961f2 /man_term.c
parent0e8185a78ba3a32f8dc0bbf129a499a5886091c1 (diff)
downloadmandoc-b1b0aae37dcfbf9c43a595aa139982d182ea8e9a.tar.gz
Header for `PP', `P', and `LP' should never be printed.
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man_term.c b/man_term.c
index 3847b2f9..e7fb2a68 100644
--- a/man_term.c
+++ b/man_term.c
@@ -492,7 +492,7 @@ pre_PP(DECL_ARGS)
break;
}
- return(1);
+ return(MAN_HEAD != n->type);
}