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_macro.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_macro.c') diff --git a/man_macro.c b/man_macro.c index 72578fb6..91490bf0 100644 --- a/man_macro.c +++ b/man_macro.c @@ -1,4 +1,4 @@ -/* $Id: man_macro.c,v 1.11 2009/03/31 13:50:19 kristaps Exp $ */ +/* $Id: man_macro.c,v 1.12 2009/04/02 06:51:44 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -52,6 +52,7 @@ static int man_flags[MAN_MAX] = { FL_NLINE, /* IR */ FL_NLINE, /* RI */ 0, /* br */ + 0, /* na */ }; int -- cgit v1.2.3-56-ge451