summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 15:31:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 15:31:44 +0000
commitd09308246a58c8642021261d61105290ddce1def (patch)
tree17c2595917573612129127f588eee49f42573e69
parent1049fa2ac2bf54c5e693aa6c004c070673274a0d (diff)
downloadmandoc-d09308246a58c8642021261d61105290ddce1def.tar.gz
Typo: man_in_pre -> man_ign_pre for `ft'.
-rw-r--r--man_html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man_html.c b/man_html.c
index 50e13c9a..57af4887 100644
--- a/man_html.c
+++ b/man_html.c
@@ -114,7 +114,7 @@ static const struct htmlman mans[MAN_MAX] = {
{ man_ign_pre, NULL }, /* PD */
{ man_ign_pre, NULL }, /* AT */
{ man_in_pre, NULL }, /* in */
- { man_in_pre, NULL }, /* ft */
+ { man_ign_pre, NULL }, /* ft */
};