aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roff.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-06 13:18:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-06 13:18:44 +0000
commitdf658cccb0773144b1985d7e36be142cd33437dd (patch)
tree6bf483e3a6ea122e35b289c75b795f2fbd52c6d8 /roff.h
parent3ea9404b72cf9b1b1eb9342e0208b92df0456357 (diff)
downloadmandoc-df658cccb0773144b1985d7e36be142cd33437dd.tar.gz
mandoc-df658cccb0773144b1985d7e36be142cd33437dd.tar.zst
mandoc-df658cccb0773144b1985d7e36be142cd33437dd.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 723e9f3e..af0a91dd 100644
--- a/roff.h
+++ b/roff.h
@@ -1,4 +1,4 @@
-/* $Id: roff.h,v 1.1 2008/12/05 22:54:44 kristaps Exp $ */
+/* $Id: roff.h,v 1.2 2008/12/06 13:18:44 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -119,7 +119,7 @@ static const struct rofftok tokens[ROFF_MAX] = {
{ roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Dv */ /* XXX needs arg */
{ roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Er */ /* XXX needs arg */
{ roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Ev */ /* XXX needs arg */
- { roff_text, roffarg_Ex, NULL, NULL, 0, ROFF_TEXT, 0 }, /* Ex */
+ {roff_ordered, roffarg_Ex, NULL, NULL, 0, ROFF_TEXT, 0 }, /* Ex */
{ roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Fa */ /* XXX needs arg */
{ roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, 0 }, /* Fd */
{ roff_text, NULL, NULL, NULL, 0, ROFF_TEXT, ROFF_PARSED | ROFF_CALLABLE }, /* Fl */