=================================================================== RCS file: /cvs/mandoc/man_html.c,v retrieving revision 1.37 retrieving revision 1.44 diff -u -p -r1.37 -r1.44 --- mandoc/man_html.c 2010/06/19 20:46:28 1.37 +++ mandoc/man_html.c 2010/07/22 23:53:54 1.44 @@ -1,6 +1,6 @@ -/* $Id: man_html.c,v 1.37 2010/06/19 20:46:28 kristaps Exp $ */ +/* $Id: man_html.c,v 1.44 2010/07/22 23:53:54 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -108,6 +108,7 @@ static const struct htmlman mans[MAN_MAX] = { { man_ign_pre, NULL }, /* Vb */ { NULL, NULL }, /* Ve */ { man_ign_pre, NULL }, /* AT */ + { NULL, NULL }, /* in */ };