summaryrefslogtreecommitdiffstats
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-27 14:56:15 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-27 14:56:15 +0000
commit32d2f8ef0a63207c0421436789004f4d92ec44c5 (patch)
tree1761c294ccf05b181837fe5181d14219204faac6 /man_term.c
parent948477c0386fca9956999bb560a26efd8f203b92 (diff)
downloadmandoc-32d2f8ef0a63207c0421436789004f4d92ec44c5.tar.gz
Added some new manuals (mdoc.3 mandoc_char.7).
Support for .br in libman.
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man_term.c b/man_term.c
index 2c207ef7..7d949470 100644
--- a/man_term.c
+++ b/man_term.c
@@ -80,6 +80,7 @@ static const struct termact termacts[MAN_MAX] = {
{ pre_I, post_I }, /* I */
{ pre_IR, NULL }, /* IR */
{ pre_RI, NULL }, /* RI */
+ { pre_PP, NULL }, /* br */
};
static void print_head(struct termp *,