=================================================================== RCS file: /cvs/mandoc/man_html.c,v retrieving revision 1.38 retrieving revision 1.43 diff -u -p -r1.38 -r1.43 --- mandoc/man_html.c 2010/06/26 15:36:37 1.38 +++ mandoc/man_html.c 2010/07/22 23:03:15 1.43 @@ -1,6 +1,6 @@ -/* $Id: man_html.c,v 1.38 2010/06/26 15:36:37 kristaps Exp $ */ +/* $Id: man_html.c,v 1.43 2010/07/22 23:03:15 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 @@ -29,7 +29,6 @@ #include "mandoc.h" #include "out.h" #include "html.h" -#include "regs.h" #include "man.h" #include "main.h" @@ -109,6 +108,7 @@ static const struct htmlman mans[MAN_MAX] = { { man_ign_pre, NULL }, /* Vb */ { NULL, NULL }, /* Ve */ { man_ign_pre, NULL }, /* AT */ + { man-in_pre, NULL }, /* in */ };