summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-04-11 03:43:16 +0000
committerMichael Witten <mfwitten@gmail.com>2011-04-11 05:49:40 +0000
commit21188522ae018e7c819271dd9213c3fdd81925c1 (patch)
treec3c71ebe1f6d7d501b20e8ea4d5bf3123bc6a095 /udev
parentf61501b0f872b02951fba76ae4c6a079da042ed7 (diff)
Docs: udev.xml: Add comma
Diffstat (limited to 'udev')
-rw-r--r--udev/udev.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udev.xml b/udev/udev.xml
index 6f32f2164f..04e98e8963 100644
--- a/udev/udev.xml
+++ b/udev/udev.xml
@@ -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>