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_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 91490bf0..97e32cdd 100644 --- a/man_macro.c +++ b/man_macro.c @@ -1,4 +1,4 @@ -/* $Id: man_macro.c,v 1.12 2009/04/02 06:51:44 kristaps Exp $ */ +/* $Id: man_macro.c,v 1.13 2009/04/05 16:34:22 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -53,6 +53,7 @@ static int man_flags[MAN_MAX] = { FL_NLINE, /* RI */ 0, /* br */ 0, /* na */ + FL_NLINE, /* i */ }; int -- cgit v1.2.3-56-ge451