s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 676607fa9c6a81c79a3d11774ed3446ccb26475b
parent 9c665f120690f91d270ffda27fc0cabafed85619
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 16 Jan 2023 13:42:32 +0000

 Doc typo fixes

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mdoc/s6-fdholderd.html | 2+-
Mdoc/s6-supervise.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/s6-fdholderd.html b/doc/s6-fdholderd.html @@ -218,7 +218,7 @@ that matches this rule will be allowed to store or delete file descriptors using any identifier starting with <tt>unix:/tmp/</tt>. </li> <li> File descriptor retrieval rights. This will be checked for retrieval of individual file descriptors. This right is given if a non-empty -file named <tt>S6_FDHOLDER_RETRIEVE_REGEX</tt> is found is the <tt>env/</tt> +file named <tt>S6_FDHOLDER_RETRIEVE_REGEX</tt> is found in the <tt>env/</tt> subdirectory of one of the subdirectories checked by <a href="libs6/accessrules.html#uidgid">s6_accessrules_keycheck_uidgid</a>. This file should contain a single line, which will be interpreted as an diff --git a/doc/s6-supervise.html b/doc/s6-supervise.html @@ -172,7 +172,7 @@ to <tt>./event</tt> <em>before</em> the <tt>'D'</tt>, and it been called. This can be used to signify permanent failure to start the service. </li> <li> There is a minimum 1-second delay between two <tt>./run</tt> spawns, to avoid busylooping if <tt>./run</tt> exits too quickly. If the service has been <em>ready</em> for more -than one second, it will restart immediately, but if it not <em>ready</em> when +than one second, it will restart immediately, but if it is not <em>ready</em> when it dies, s6-supervise will always pause for 1 second before spawning it again. </li> <li> When killed or asked to exit, it waits for the service to go down one last time, then sends a <tt>'x'</tt> event to <tt>./event</tt> before exiting 0. </li>