From 779cfd652ca006f1e2598aba37976bc9e022ac11 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 16 Jun 2009 19:55:28 +0000 Subject: Removed MAN___: moved MAN_br to its index (comments not passed into parser). Fix: hashtable not fully formed after removal of MDOC___. --- man_action.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'man_action.c') diff --git a/man_action.c b/man_action.c index 6c7b1e42..df9cb5f0 100644 --- a/man_action.c +++ b/man_action.c @@ -1,4 +1,4 @@ -/* $Id: man_action.c,v 1.11 2009/06/10 20:18:43 kristaps Exp $ */ +/* $Id: man_action.c,v 1.12 2009/06/16 19:55:28 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -36,7 +36,7 @@ static int post_TH(struct man *); static time_t man_atotime(const char *); const struct actions man_actions[MAN_MAX] = { - { NULL }, /* __ */ + { NULL }, /* br */ { post_TH }, /* TH */ { NULL }, /* SH */ { NULL }, /* SS */ @@ -57,7 +57,6 @@ const struct actions man_actions[MAN_MAX] = { { NULL }, /* I */ { NULL }, /* IR */ { NULL }, /* RI */ - { NULL }, /* br */ { NULL }, /* na */ { NULL }, /* i */ }; -- cgit v1.2.3