about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-09-26 11:13:19 +0000
committerLaurent Bercot <ska@appnovation.com>2021-09-26 11:13:19 +0000
commitd5ff7edde258d68fd17dbc1b8e3ca59133270a6f (patch)
tree63eb516d4836721b5b17943f9a5a3e04cc9ceda3
parent8a7427ed2a0648cb824240bcbef06218027a35b1 (diff)
downloadmdevd-d5ff7edde258d68fd17dbc1b8e3ca59133270a6f.tar.gz
mdevd-d5ff7edde258d68fd17dbc1b8e3ca59133270a6f.tar.xz
mdevd-d5ff7edde258d68fd17dbc1b8e3ca59133270a6f.zip
Update doc
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--NEWS1
-rw-r--r--doc/mdevd.html5
-rw-r--r--doc/upgrade.html2
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6b5ece4..205e921 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ In 0.1.5.0
 
  - Adaptation to skalibs-2.11.0.0.
  - New mdevd option: -O nlgroups, to rebroadcast uevents to netlink
+ - The * and & directives are now triggered by all action types.
 
 
 In 0.1.4.0
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>&amp;</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>&amp;</tt> action directives are now
+triggered by all action types. </li>
 </ul>
 
 <h2> in 0.1.4.0 </h2>