summary refs log tree commit diff
path: root/doc/index.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-03-09 17:21:12 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-03-09 17:21:12 +0000
commit496b7282f2b8fb56cc88d7113202ef0e1d9ce22c (patch)
treec8601454f83c5bc44a721a3ca687735632b046dd /doc/index.html
parentff8d077d36a666cba38bf1509e4d55d8f2fd4812 (diff)
downloads6-linux-utils-496b7282f2b8fb56cc88d7113202ef0e1d9ce22c.tar.gz
s6-linux-utils-496b7282f2b8fb56cc88d7113202ef0e1d9ce22c.tar.xz
s6-linux-utils-496b7282f2b8fb56cc88d7113202ef0e1d9ce22c.zip
- Added s6-uevent-listener and s6-uevent-spawner
 - s6-devd is now a wrapper around the former two
 - version: bump to 2.0.2.0, still missing s6-devd doc
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index a899be8..a0fe7d7 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -32,7 +32,7 @@
  <li> A Linux-based system with a standard C development environment </li>
  <li> GNU make, version 4.0 or later </li>
  <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version
-2.3.1.0 or later. It's a build-time requirement. It's also a run-time
+2.3.1.2 or later. It's a build-time requirement. It's also a run-time
 requirement if you link against the shared version of the skalibs
 library. </li>
 </ul>
@@ -47,7 +47,7 @@ library. </li>
 <h3> Download </h3>
 
 <ul>
- <li> The current released version of s6-linux-utils is <a href="s6-linux-utils-2.0.1.0.tar.gz">2.0.1.0</a>. </li>
+ <li> The current released version of s6-linux-utils is <a href="s6-linux-utils-2.0.2.0.tar.gz">2.0.2.0</a>. </li>
  <li> Alternatively, you can checkout a copy of the s6-linux-utils git repository:
 <pre> git clone git://git.skarnet.org/s6-linux-utils </pre> </li>
 </ul>
@@ -79,6 +79,8 @@ the previous versions of s6-linux-utils and the current one. </li>
 <ul>
 <li><a href="s6-chroot.html">The <tt>s6-chroot</tt> program</a></li>
 <li><a href="s6-devd.html">The <tt>s6-devd</tt> program</a></li>
+<li><a href="s6-uevent-listener.html">The <tt>s6-uevent-listener</tt> program</a></li>
+<li><a href="s6-uevent-spawner.html">The <tt>s6-uevent-spawner</tt> program</a></li>
 <li><a href="s6-freeramdisk.html">The <tt>s6-freeramdisk</tt> program</a></li>
 <li><a href="s6-halt.html">The <tt>s6-halt</tt> program</a></li>
 <li><a href="s6-hostname.html">The <tt>s6-hostname</tt> program</a></li>