diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-09-05 21:34:00 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-09-05 21:34:00 +0000 |
| commit | 51e0c04817e974e30a40c8a8195dca5ec7a92f14 (patch) | |
| tree | 7344444177ede88659153b52f605b12d2d6c6924 | |
| parent | 513af5a991d45fb51f3f78e97c142c840d24aa03 (diff) | |
| download | s6-rc-51e0c04817e974e30a40c8a8195dca5ec7a92f14.tar.gz | |
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | doc/s6-rc-compile.html | 4 | ||||
| -rw-r--r-- | doc/s6-rc-set-change.html | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -7,6 +7,7 @@ Contributors: Lionel Van Bemten <lionel.van_bemten@nokia.com> Christian Hohnstaedt <christian@hohnstaedt.de> Hugo O. Barrera <hugo@whynothugo.nl> + Lennart Jablonka <humm@ljabl.com> Thanks to: Avery Payne <avery.p.payne@gmail.com> diff --git a/doc/s6-rc-compile.html b/doc/s6-rc-compile.html index d207b6c..fc4a9c6 100644 --- a/doc/s6-rc-compile.html +++ b/doc/s6-rc-compile.html @@ -209,7 +209,7 @@ lexer at compile time and the results will be stored into the compiled database in an internal form. <tt>up</tt> will be run when the service is started, <tt>down</tt> will be executed when the service is stopped, and <tt>reload</tt> will be executed when the service is -reloaded </li> +reloaded. </li> </ul> @@ -239,7 +239,7 @@ while <tt>down</tt> contains <tt>/etc/init.d/<em>service</em> stop</tt>, and <p> Don't think you have to learn all the intricacies of the execline language -just because the <tt>up</tt>, <tt>down</tt> and <tt>reload</tt>scripts get +just because the <tt>up</tt>, <tt>down</tt> and <tt>reload</tt> scripts get lexed by it. You don't. </p> diff --git a/doc/s6-rc-set-change.html b/doc/s6-rc-set-change.html index e731379..8ec2763 100644 --- a/doc/s6-rc-set-change.html +++ b/doc/s6-rc-set-change.html @@ -92,7 +92,7 @@ pulled into the change, then apply the change. </dd> <dt> 0 </dt> <dd> Success. </dd> <dt> 1 </dt> <dd> The <tt>-I</tt> option was given and dependencies prevented <em>services...</em> from being changed to <em>newrx</em>. </dd> - <dt> 3 </dt> <dd> A service in <em>services...</em> was not found in the reference database. </dt> + <dt> 3 </dt> <dd> A service in <em>services...</em> was not found in the reference database. </dd> <dt> 4 </dt> <dd> Invalid or corrupted reference database. </dd> <dt> 100 </dt> <dd> Incorrect usage. </dd> <dt> 102 </dt> <dd> Inconsistent repository. </dd> |
