diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-09-04 19:06:48 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-09-04 19:06:48 +0000 |
| commit | db2afe7d532652400b28af7b7f3367ef8ad3d7d5 (patch) | |
| tree | 073845f125dc0e98fa62bca135860ac861b46f6e | |
| parent | 4ea3aea9f7c7096e20b774cebbdf7d16f122e464 (diff) | |
| download | s6-db2afe7d532652400b28af7b7f3367ef8ad3d7d5.tar.gz | |
Doc typo fixes
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | doc/s6-svscan-not-1.html | 2 | ||||
| -rw-r--r-- | doc/s6-svscanboot.html | 2 | ||||
| -rw-r--r-- | doc/why.html | 2 |
4 files changed, 4 insertions, 3 deletions
@@ -15,6 +15,7 @@ Contributors: Mira Ressel <aranea@aixah.de> Jan Kämpe <jkampe68@gmail.com> Alyssa Ross <hi@alyssa.is> + Lennart Jablonka <humm@ljabl.com> Thanks to: Dan J. Bernstein <djb@cr.yp.to> diff --git a/doc/s6-svscan-not-1.html b/doc/s6-svscan-not-1.html index 632dab2..b5ff279 100644 --- a/doc/s6-svscan-not-1.html +++ b/doc/s6-svscan-not-1.html @@ -51,7 +51,7 @@ of by the logging tools. </li> 1 output logging trick</a> so the supervision tree's messages are logged via a service that's maintained by the supervision tree itself. Then your init system should not launch s6-svscan directly, but a wrapper script, or a binary, - that performs the proper redirections. The +that performs the proper redirections. The <a href="s6-svscanboot.html">s6-svscanboot</a> binary is an example of such a program, and it is recommended that you use it. </li> </ul> diff --git a/doc/s6-svscanboot.html b/doc/s6-svscanboot.html index 5b2f225..16a8268 100644 --- a/doc/s6-svscanboot.html +++ b/doc/s6-svscanboot.html @@ -41,7 +41,7 @@ from either flooding the upper service manager or being lost entirely. <h2> Interface </h2> <pre> - s6-svscanboot [ -c <em>devconsole</em> ] [ -D <em>catchalldir</em> ] [ -m <em>catchallmode</em> ] [ -l <em>catchalluser</em> ] [ -o <em>catchalloptions</em> ] [ -d <em>notif</em> ] [ -X <em>consoleholder</em> ] [ -C <em>services_max</em> ] [ -L <em>name_max</em> ] [ -t <em>rescan</em> ] <em>scandir</em> + s6-svscanboot [ -c <em>devconsole</em> ] [ -D <em>catchalldir</em> ] [ -m <em>catchallmode</em> ] [ -l <em>catchalluser</em> ] [ -o <em>catchalloptions</em> ] [ -d <em>notif</em> ] [ -C <em>services_max</em> ] [ -L <em>name_max</em> ] [ -t <em>rescan</em> ] <em>scandir</em> </pre> <ul> diff --git a/doc/why.html b/doc/why.html index c75dda0..8016948 100644 --- a/doc/why.html +++ b/doc/why.html @@ -32,7 +32,7 @@ developers is using <tt>/etc/ttys</tt> to this purpose, so I won't consider BSD <li> <a href="http://smarden.org/runit/">runit</a>, Gerrit Pape's suite, well-integrated with Debian </li> <li> <a href="http://b0llix.net/perp/">perp</a>, Wayne Marshall's take on supervision </li> <li> Integrated init systems providing a lot of features, process supervision being one of them. -For instance, <a href="https://wiki.ubuntu.com/Upstart">Upstart</a>, MacOS X's +For instance, <a href="https://wiki.ubuntu.com/Upstart">Upstart</a>, MacOS X's <a href="https://www.launchd.info/">launchd</a>, and Fedora's <a href="https://systemd.io/">systemd</a>. </li> </ul> |
