From 8a03dc6dd4f8c96b6231d1f60da2bd65f437a8b4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 2 Apr 2009 06:51:44 +0000 Subject: mdoc_tokhash -> hash Initial man hashtab (BROKEN). --- man_term.c | 1 + 1 file changed, 1 insertion(+) (limited to 'man_term.c') diff --git a/man_term.c b/man_term.c index 7d949470..e227ec23 100644 --- a/man_term.c +++ b/man_term.c @@ -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 *, -- cgit