diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-22 15:52:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-08-22 15:52:26 +0000 |
commit | 07f242ee318bbdb0badb48331d38edeac271a63d (patch) | |
tree | 7b192483fc317bd8f444716528afd2aa7cb74115 /doc | |
parent | 384e502a456fdb6606531648b2333ec4a785cd70 (diff) | |
download | s6-linux-utils-07f242ee318bbdb0badb48331d38edeac271a63d.tar.xz |
Convert to xpathexec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-uevent-listener.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-uevent-listener.html b/doc/s6-uevent-listener.html index 63e60e3..453476e 100644 --- a/doc/s6-uevent-listener.html +++ b/doc/s6-uevent-listener.html @@ -37,8 +37,8 @@ hotplug events, as the <em>udev</em> program does. </li> null characters, so a terminal will not display them correctly. To properly use s6-uevent-listener, it should be piped into a handler program such as -<a href="s6-uevent-spawner.html">s6-uevent-spawner</a> or -<a href="mdevd.html">mdevd</a>. </li> +<a href="s6-uevent-spawner.html">s6-uevent-spawner</a>. +<!-- or <a href="mdevd.html">mdevd</a>. --> </li> <li> s6-uevent-listener is a long-lived program. When it receives a SIGTERM, it stops listening; it will exit as soon as it has flushed its event queue to stdout. </li> |