=================================================================== RCS file: /cvs/mandoc/man_macro.c,v retrieving revision 1.11 retrieving revision 1.13 diff -u -p -r1.11 -r1.13 --- mandoc/man_macro.c 2009/03/31 13:50:19 1.11 +++ mandoc/man_macro.c 2009/04/05 16:34:22 1.13 @@ -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.13 2009/04/05 16:34:22 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -52,6 +52,8 @@ static int man_flags[MAN_MAX] = { FL_NLINE, /* IR */ FL_NLINE, /* RI */ 0, /* br */ + 0, /* na */ + FL_NLINE, /* i */ }; int