diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-09-26 11:13:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-09-26 11:13:19 +0000 |
commit | d5ff7edde258d68fd17dbc1b8e3ca59133270a6f (patch) | |
tree | 63eb516d4836721b5b17943f9a5a3e04cc9ceda3 /doc | |
parent | 8a7427ed2a0648cb824240bcbef06218027a35b1 (diff) | |
download | mdevd-d5ff7edde258d68fd17dbc1b8e3ca59133270a6f.tar.xz |
Update doc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mdevd.html | 5 | ||||
-rw-r--r-- | doc/upgrade.html | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/mdevd.html b/doc/mdevd.html index 508fb8d..93bb54f 100644 --- a/doc/mdevd.html +++ b/doc/mdevd.html @@ -157,9 +157,10 @@ nothing else. </p> <p> - A semantic difference with <tt>mdev</tt> is that a <tt>*</tt> command will + A semantic difference with <tt>mdev</tt> is that a <tt>*</tt> directive will be run on <em>every</em> action type, not just <tt>ACTION=add</tt> and -<tt>ACTION=remove</tt>. +<tt>ACTION=remove</tt>. A <tt>&</tt> directive is in the same case (see +the paragraph below). </p> <h3> execline command support </h3> diff --git a/doc/upgrade.html b/doc/upgrade.html index 069c4ce..3ebe627 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -25,6 +25,8 @@ dependency bumped to 2.11.0.0. </li> <li> New <tt>-O nlgroups</tt> option to mdevd, rebroadcasting uevents to the netlink after handling them. </li> + <li> The <tt>*</tt> and <tt>&</tt> action directives are now +triggered by all action types. </li> </ul> <h2> in 0.1.4.0 </h2> |