From: Michael Witten Date: Fri, 8 Apr 2011 17:28:58 +0000 (+0000) Subject: Docs: udev.xml: `,' -> `;' X-Git-Tag: 174~138^2~30 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c3cba32f18fc73e94975692fa1e68f1db2acf4fc Docs: udev.xml: `,' -> `;' Signed-off-by: Michael Witten --- diff --git a/udev/udev.xml b/udev/udev.xml index 3bf7ee8ec..d777570eb 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -80,8 +80,8 @@ the same name in /lib/udev/rules.d/; this can be used to ignore a default rules file if needed. - Rule files must end in .rules, other extensions - are ignored. + Rule files must have the extension .rules; other + extensions are ignored. 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 @@ - Watch the device node with inotify, when closed after being opened for + Watch the device node with inotify; when closed after being opened for writing, a change uevent is synthesised.