aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 20:15:41 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 20:15:41 +0000
commit128c44443b8ac7b46c75ee84d2c92ee04ad10af3 (patch)
tree70f142957ade58c2b92141459099677fa3ea2c86
parent343812ace6d53e3b51fb20d9bc5ed20049e48fa0 (diff)
downloads6-frontend-0.0.1.0.tar.gz
version: 0.0.1.0v0.0.1.0
-rw-r--r--INSTALL2
-rw-r--r--doc/index.html23
2 files changed, 11 insertions, 14 deletions
diff --git a/INSTALL b/INSTALL
index c85357c..035dd52 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,7 +8,7 @@ Build Instructions
- GNU make version 3.81 or later
- skalibs version 2.14.5.1 or later: https://skarnet.org/software/skalibs/
- execline version 2.9.8.1 or later: https://skarnet.org/software/execline/
- - s6 version 2.14.0.0 or later: https://skarnet.org/software/s6/
+ - s6 version 2.14.0.1 or later: https://skarnet.org/software/s6/
- s6-rc version 0.6.0.0 or later: https://skarnet.org/software/s6-rc/
- optional: s6-linux-init version 1.2.0.0 or later: https://skarnet.org/software/s6-linux-init/
- optional: nsss version 0.2.1.1 or later: https://skarnet.org/software/nsss/
diff --git a/doc/index.html b/doc/index.html
index 18df7e8..f925e0b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -54,14 +54,14 @@ is often used on its own, in environments that already have an init system
(no need for s6-linux-init) and a service manager (no need for s6-rc).
For the same purpose of modularity, s6 follows an approach of "one functionality,
one tool", sometimes to the extreme: the s6-supervision package, as of
-2.14.0.0, hosts 75 binaries.
+2.14.0.1, hosts 75 binaries.
</p>
<p>
This approach is successful in that it provides comprehensive functionality
with maximum efficiency: despite its growth, s6 remains extremely
<em>lightweight</em> in run-time resource usage. However, a recurring
-pattern is that potential users are often rebuked by s6's apparent complexity.
+pattern is that potential users are often daunted by s6's apparent complexity.
</p>
<p>
@@ -154,17 +154,14 @@ the previous versions of s6-frontend and the current one. </li>
<h3> User-facing commands </h3>
<ul>
-<li> <a href="s6.html">The <tt>s6</tt> program</a> </li>
-</ul>
-
-<h3> s6 subcommands </h3>
-
-<ul>
-<li> <a href="s6_live.html">s6 live</a> </li>
-<li> <a href="s6_process.html">s6 process</a> </li>
-<li> <a href="s6_repository.html">s6 repository</a> </li>
-<li> <a href="s6_set.html">s6 set</a> </li>
-<li> <a href="s6_system.html">s6 system</a> </li>
+<li> <a href="s6.html">The <tt>s6</tt> program</a>, which contains several commands. The main ones have their own pages:
+ <ul>
+ <li> <a href="s6_live.html"><tt>s6 live</tt></a> </li>
+ <li> <a href="s6_process.html"><tt>s6 process</tt></a> </li>
+ <li> <a href="s6_repository.html"><tt>s6 repository</tt></a> </li>
+ <li> <a href="s6_set.html"><tt>s6 set</tt></a> </li>
+ <li> <a href="s6_system.html"><tt>s6 system</tt></a> </li>
+ </ul> </li>
</ul>
<h3> Internal programs </h3>