summaryrefslogtreecommitdiffstats
path: root/man.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 15:31:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 15:31:19 +0000
commit1049fa2ac2bf54c5e693aa6c004c070673274a0d (patch)
treed1af57d14f409ae73c3b80b1e2f485da1b1078c1 /man.c
parentc802814c27476c6d4d81264ca9625b111ea59241 (diff)
downloadmandoc-1049fa2ac2bf54c5e693aa6c004c070673274a0d.tar.gz
Add support for `ft' macro found in groff(7). Based on a patch by
schwarze@, but without the -T[x]html handling, which structurally does not work. Also add man.7 documentation (not in original patch).
Diffstat (limited to 'man.c')
-rw-r--r--man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man.c b/man.c
index 029337f6..8a9fbb7f 100644
--- a/man.c
+++ b/man.c
@@ -39,7 +39,7 @@ const char *const __man_macronames[MAN_MAX] = {
"RI", "na", "i", "sp",
"nf", "fi", "r", "RE",
"RS", "DT", "UC", "PD",
- "AT", "in"
+ "AT", "in", "ft"
};
const char * const *man_macronames = __man_macronames;