summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-30 13:43:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-30 13:43:53 +0000
commit912ff17e77747d304a73421c6cc11d3592c3b6bc (patch)
treedc308caf51b4ed76a476eded28e108d8870b5275 /mdoc.c
parentcb77fc9bd0b87a9957756097e114360260e91b5d (diff)
downloadmandoc-912ff17e77747d304a73421c6cc11d3592c3b6bc.tar.gz
mandoc-912ff17e77747d304a73421c6cc11d3592c3b6bc.tar.zst
mandoc-912ff17e77747d304a73421c6cc11d3592c3b6bc.zip
*** empty log message ***
Diffstat (limited to 'mdoc.c')
-rw-r--r--mdoc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc.c b/mdoc.c
index e4796b23..3043e293 100644
--- a/mdoc.c
+++ b/mdoc.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc.c,v 1.10 2008/12/29 19:25:29 kristaps Exp $ */
+/* $Id: mdoc.c,v 1.11 2008/12/30 13:43:53 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -105,7 +105,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
{ macro_text, MDOC_CALLABLE }, /* Dv */
{ macro_text, MDOC_CALLABLE }, /* Er */
{ macro_text, MDOC_CALLABLE }, /* Ev */
- { NULL, 0 }, /* Ex */
+ { macro_constant_argv, 0 }, /* Ex */
{ macro_text, MDOC_CALLABLE }, /* Fa */
{ NULL, 0 }, /* Fd */
{ macro_text, MDOC_CALLABLE }, /* Fl */
@@ -119,7 +119,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
{ NULL, 0 }, /* Op */
{ NULL, 0 }, /* Ot */
{ macro_text, MDOC_CALLABLE }, /* Pa */
- { NULL, 0 }, /* Rv */
+ { macro_constant_argv, 0 }, /* Rv */
{ NULL, 0 }, /* St */
{ macro_text, MDOC_CALLABLE }, /* Va */
{ macro_text, MDOC_CALLABLE }, /* Vt */