summaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/man_term.c b/man_term.c
index bb8df7ba..f5fa109e 100644
--- a/man_term.c
+++ b/man_term.c
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.5 2009/03/27 14:56:15 kristaps Exp $ */
+/* $Id: man_term.c,v 1.6 2009/04/02 06:51:44 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -81,6 +81,7 @@ static const struct termact termacts[MAN_MAX] = {
{ pre_IR, NULL }, /* IR */
{ pre_RI, NULL }, /* RI */
{ pre_PP, NULL }, /* br */
+ { NULL, NULL }, /* na */
};
static void print_head(struct termp *,