aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit2c06cb42dbd9c2e387346dd955aa0ca588f19586 (patch)
tree4ef54d33017f1df503d0e180bb7105357a98e7a1 /roff.h
parentff990a7507fa64271846971250247ca30bd62dc5 (diff)
downloadmandoc-2c06cb42dbd9c2e387346dd955aa0ca588f19586.tar.gz
mandoc-2c06cb42dbd9c2e387346dd955aa0ca588f19586.tar.zst
mandoc-2c06cb42dbd9c2e387346dd955aa0ca588f19586.zip
*** empty log message ***
Diffstat (limited to 'roff.h')
-rw-r--r--roff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/roff.h b/roff.h
index 83be04e4..e7eab407 100644
--- a/roff.h
+++ b/roff.h
@@ -1,4 +1,4 @@
-/* $Id: roff.h,v 1.7 2008/12/07 16:41:04 kristaps Exp $ */
+/* $Id: roff.h,v 1.8 2008/12/07 22:40:18 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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. */