On 2011-12-21 00:48, Kay Sievers wrote: > On Tue, Dec 20, 2011 at 23:38, Ville Skyttä <ville.skytta@xxxxxx> wrote: >> --- >> udev/udevadm.xml | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/udev/udevadm.xml b/udev/udevadm.xml >> index 09c22c4..a1028ee 100644 >> --- a/udev/udevadm.xml >> +++ b/udev/udevadm.xml >> @@ -199,7 +199,7 @@ >> <varlistentry> >> <term><option>--action=<replaceable>action</replaceable></option></term> >> <listitem> >> - <para>Type of event to be triggered. The default value is <command>change</command>.</para> >> + <para>Type of event to be triggered. The default value is <command>add</command>.</para> > > ? > > # strace -e write udevadm trigger --subsystem-match=mem --sysname-match=null > write(3, "change", 6) = 6 Oops, I intended to fix the default value of "test" (as the subject says), not "trigger", but ended up modifying/breaking the latter as the former's default is not documented and I hit the wrong entry in the xml. Thanks for catching it. -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html