aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
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
commit084764e3f3b5cc62390233193fc298b85b0fd4d2 (patch)
treed8460bfc1528645f3475c1b7beb40096e7c5ae92 /man_html.c
parent8824599579c15c29a52a6ec127ec1b2a35719e2c (diff)
downloadmandoc-084764e3f3b5cc62390233193fc298b85b0fd4d2.tar.gz
mandoc-084764e3f3b5cc62390233193fc298b85b0fd4d2.tar.zst
mandoc-084764e3f3b5cc62390233193fc298b85b0fd4d2.zip
Typo: man_in_pre -> man_ign_pre for `ft'.
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/man_html.c b/man_html.c
index ed498463..4cf33d1d 100644
--- a/man_html.c
+++ b/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.50 2010/12/06 15:31:19 kristaps Exp $ */
+/* $Id: man_html.c,v 1.51 2010/12/06 15:31:44 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 */
};