diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-23 23:56:15 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-23 23:56:15 +0100 |
commit | 864fde8a087c0edbc0ee3aca83f9289fc32cfcee (patch) | |
tree | a8eacc92566ae71b3d1b301b5b65264cfe8ce476 /udev/udevadm.xml | |
parent | 079f5697c1f00f01c2ef310c97c659444910371f (diff) |
man: remove trigger --type=failed handling
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r-- | udev/udevadm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml index be8f886fc8..7a682a68ef 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -183,7 +183,7 @@ <term><option>--type=<replaceable>type</replaceable></option></term> <listitem> <para>Trigger a specific type of devices. Valid types are: - <command>devices</command>, <command>subsystems</command>, <command>failed</command>. + <command>devices</command>, <command>subsystems</command>. The default value is <command>devices</command>.</para> </listitem> </varlistentry> |