From 582d71cb32e71d28f747850f3e41d3bf1b86e5c6 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 27 Mar 2009 14:56:15 +0000 Subject: Added some new manuals (mdoc.3 mandoc_char.7). Support for .br in libman. --- man_term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_term.c') diff --git a/man_term.c b/man_term.c index 58fcee0d..bb8df7ba 100644 --- a/man_term.c +++ b/man_term.c @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.4 2009/03/26 16:23:22 kristaps Exp $ */ +/* $Id: man_term.c,v 1.5 2009/03/27 14:56:15 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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 *, -- cgit v1.2.3