From d5ff7edde258d68fd17dbc1b8e3ca59133270a6f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 26 Sep 2021 11:13:19 +0000 Subject: Update doc Signed-off-by: Laurent Bercot --- NEWS | 1 + doc/mdevd.html | 5 +++-- doc/upgrade.html | 2 ++ 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.

- A semantic difference with mdev is that a * command will + A semantic difference with mdev is that a * directive will be run on every action type, not just ACTION=add and -ACTION=remove. +ACTION=remove. A & directive is in the same case (see +the paragraph below).

execline command support

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.
  • New -O nlgroups option to mdevd, rebroadcasting uevents to the netlink after handling them.
  • +
  • The * and & action directives are now +triggered by all action types.
  • in 0.1.4.0

    -- cgit 1.4.1