summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2016-04-29 16:00:12 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2016-04-29 16:00:12 +0200
commit4cd0dc180eba9c0437d23f7643f31c1538d4ce80 (patch)
treee772246fa52f02c874721482261ca241c11adecf
parentb4d496ddfe33b3e22fc3e70179c4a6e49702b4cf (diff)
downloadlibxslt-4cd0dc180eba9c0437d23f7643f31c1538d4ce80.tar.gz
Mark XML file argument as repeatable
Fixes bug #670221: https://bugzilla.gnome.org/show_bug.cgi?id=670221
-rw-r--r--doc/xsltproc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/xsltproc.xml b/doc/xsltproc.xml
index d3849e29..bd1d79f4 100644
--- a/doc/xsltproc.xml
+++ b/doc/xsltproc.xml
@@ -101,7 +101,7 @@
</group>
<arg choice="opt"><replaceable>STYLESHEET</replaceable></arg>
<group choice="req">
- <arg choice="plain" rep="norepeat"><replaceable>XML-FILE</replaceable></arg>
+ <arg choice="plain" rep="repeat"><replaceable>XML-FILE</replaceable></arg>
<arg choice="plain" rep="norepeat">-</arg>
</group>
</cmdsynopsis>