diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-14 11:09:40 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-04-14 11:09:40 +0000 |
commit | 6cdac30aed3d1199cbcde2c10e61691af9fc77e3 (patch) | |
tree | be782d5f890637e929b7b0f1ad39a5f33e6be394 /doc/index.html | |
parent | 30bb26f896777144eb20a620440a97fa5c2be50f (diff) | |
download | s6-linux-utils-6cdac30aed3d1199cbcde2c10e61691af9fc77e3.tar.xz |
Change s6-uevent-listener API: don't spawn, write events to stdout
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 6627d5b..2e7897d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -30,7 +30,8 @@ <h3> Requirements </h3> <ul> - <li> A Linux-based system with a standard C development environment </li> + <li> A Linux-based system with a standard C development environment. +The Linux kernel must be 3.5 or later. </li> <li> GNU make, version 3.81 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version 2.5.0.0 or later. It's a build-time requirement. It's also a run-time @@ -49,7 +50,7 @@ library. </li> <ul> <li> The current released version of s6-linux-utils is -<a href="s6-linux-utils-2.3.0.0.tar.gz">2.3.0.0</a>. </li> +<a href="s6-linux-utils-2.4.0.0.tar.gz">2.4.0.0</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="http://git.skarnet.org/cgi-bin/cgit.cgi/s6-linux-utils/">s6-linux-utils git repository</a>: |