From f8fe5d9a147b378ab9cd53f2287730070ded22c2 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_term.c') 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 * @@ -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 v1.2.3