summaryrefslogtreecommitdiffstats
path: root/roff.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-07 22:40:18 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-07 22:40:18 +0000
commitd89b4351886e0c796e213dd54eff3b53d868c4b0 (patch)
tree903b3e85715e5ef981930b917f6c644a5a376ac5 /roff.h
parentcbf4b23303e5c63578526fbe6fa0a5d8eb493fba (diff)
downloadmandoc-d89b4351886e0c796e213dd54eff3b53d868c4b0.tar.gz
*** empty log message ***
Diffstat (limited to 'roff.h')
-rw-r--r--roff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff.h b/roff.h
index 23b06859..a07676b9 100644
--- a/roff.h
+++ b/roff.h
@@ -119,7 +119,7 @@ static const struct rofftok tokens[ROFF_MAX] = {
/*Ok*/ { roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Er */ /* XXX needs arg */ /* FIXME: section. */
/*Ok*/ { roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Ev */ /* XXX needs arg */
/*Ok*/ {roff_ordered, roffarg_Ex, NULL, NULL, 0, ROFF_TEXT, 0 }, /* Ex */ /* FIXME: sections. */
- {roff_ordered, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Fa */ /* XXX needs arg */
+ { roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Fa */ /* XXX needs arg */
/*Ok*/ { roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, 0 }, /* Fd */ /* FIXME: section/linebreak. */
/*Ok*/ { roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Fl */
/*Ok*/ {roff_ordered, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Fn */ /* FIXME: section/linebreak. */