From 12787b5b25116ca648594a7e79d78bb6d63b3297 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 5 Apr 2009 16:34:22 +0000 Subject: man(3) doesn't use err.h anymore. Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man. --- man_action.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_action.c') diff --git a/man_action.c b/man_action.c index 09885ee8..2c926b5d 100644 --- a/man_action.c +++ b/man_action.c @@ -1,4 +1,4 @@ -/* $Id: man_action.c,v 1.8 2009/04/02 06:51:44 kristaps Exp $ */ +/* $Id: man_action.c,v 1.9 2009/04/05 16:34:22 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -61,6 +61,7 @@ const struct actions man_actions[MAN_MAX] = { { NULL }, /* RI */ { NULL }, /* br */ { NULL }, /* na */ + { NULL }, /* i */ }; -- cgit v1.2.3