Docs: udev.xml: Add comma

This commit is contained in:
Michael Witten 2011-04-11 03:43:16 +00:00
parent f61501b0f8
commit 21188522ae

View file

@ -612,9 +612,9 @@
<term><option>$result</option>, <option>%c</option></term>
<listitem>
<para>The string returned by the external program requested with PROGRAM.
A single part of the string, separated by a space character may be selected
A single part of the string, separated by a space character, may be selected
by specifying the part number as an attribute: <option>%c{N}</option>.
If the number is followed by the '+' char this part plus all remaining parts
If the number is followed by the '+' char, this part plus all remaining parts
of the result string are substituted: <option>%c{N+}</option></para>
</listitem>
</varlistentry>