diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 6 | ||||
-rw-r--r-- | doc/quickstart.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/doc/index.html b/doc/index.html index 53a58dd..54a4d5c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -17,7 +17,7 @@ <h1> s6-linux-init </h1> -<h2> What is it ? </h2> +<h2> What is it? </h2> <p> s6-linux-init is a set of minimalistic tools used to create a @@ -58,7 +58,7 @@ kernel command line </li> <hr /> <ul> - <li> <a href="why.html">Why</a> s6-linux-init ? </li> + <li> <a href="why.html">Why</a> s6-linux-init? </li> <li> <a href="overview.html">An overview</a> of s6-linux-init </li> <li> <a href="quickstart.html">A quickstart guide</a> for the impatient, along with a FAQ </li> </ul> @@ -73,7 +73,7 @@ kernel command line </li> <li> A Linux-based system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.13.2.0 or later. It's a build-time requirement. It's also a run-time +2.13.1.1 or later. It's a build-time requirement. It's also a run-time requirement (for <a href="s6-linux-init-maker.html">s6-linux-init-maker</a>) as well as a boot-time requirement (i.e. a run-time requirement for the programs used when you boot a system created with diff --git a/doc/quickstart.html b/doc/quickstart.html index 4ec6a48..810adc4 100644 --- a/doc/quickstart.html +++ b/doc/quickstart.html @@ -51,7 +51,7 @@ your old init system and need to use a reboot command that matches it. </li> <h2> FAQ </h2> -<h3> How do I convert a runit setup to an s6 one ? </h3> +<h3> How do I convert a runit setup to an s6 one? </h3> <p> A runit and an s6 setup are very similar. There are just three things you diff --git a/doc/upgrade.html b/doc/upgrade.html index 6bdb29b..212842e 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,8 +21,7 @@ <h2> in 1.1.1.1 </h2> <ul> - <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> -dependency bumped to 2.13.2.0. </li> + <li> No functional changes. </li> </ul> <h2> in 1.1.1.0 </h2> |