diff options
-rw-r--r-- | man_html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +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 */ + { NULL, NULL }, /* in */ }; |