diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-04-08 17:28:58 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-04-11 05:49:33 +0000 |
commit | c3cba32f18fc73e94975692fa1e68f1db2acf4fc (patch) | |
tree | 9cc5bd8c1f588cae37a91dbd389bf5d5f0632683 | |
parent | d4a7bf2583f004e23452ca84ce2e11b7be819529 (diff) |
Docs: udev.xml: `,' -> `;'
Signed-off-by: Michael Witten <mfwitten@gmail.com>
-rw-r--r-- | udev/udev.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index 3bf7ee8ec5..d777570eb8 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -80,8 +80,8 @@ the same name in <filename>/lib/udev/rules.d/</filename>; this can be used to ignore a default rules file if needed.</para> - <para>Rule files must end in <filename>.rules</filename>, other extensions - are ignored.</para> + <para>Rule files must have the extension <filename>.rules</filename>; other + extensions are ignored.</para> <para>Every line in the rules file contains at least one key value pair. There are two kind of keys, match and assignment keys. @@ -508,7 +508,7 @@ <varlistentry> <term><option>watch</option></term> <listitem> - <para>Watch the device node with inotify, when closed after being opened for + <para>Watch the device node with inotify; when closed after being opened for writing, a change uevent is synthesised.</para> </listitem> </varlistentry> |