doc: fix "Repeat" typo in protocol.xml
The attribute value must be lower case: <arg rep="repeat">
This commit is contained in:
parent
a3fd74d0dc
commit
a3d0e571cc
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>COMMAND</command>
|
<command>COMMAND</command>
|
||||||
<arg rep="Repeat"><replaceable>ARG</replaceable></arg>
|
<arg rep="repeat"><replaceable>ARG</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user