diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-23 02:31:09 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-23 02:31:09 +0100 |
commit | 4ec9c3e79771aa95586390cecff4218cc8938160 (patch) | |
tree | e26e6bd8125ebcefbdf9674739df7573d17a040a /udev/udevadm.xml | |
parent | 3c6ee190277f9d4bf39269fdb167f9c430633c9b (diff) |
use /run/udev/ if possible and fall back to /dev/.udev/
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r-- | udev/udevadm.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml index cefd7763af..be8f886fc8 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -111,6 +111,12 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--run</option></term> + <listitem> + <para>The udev runtime directory: <filename>/run/udev</filename>.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--attribute-walk</option></term> <listitem> <para>Print all sysfs properties of the specified device that can be used |