From 676607fa9c6a81c79a3d11774ed3446ccb26475b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 16 Jan 2023 13:42:32 +0000 Subject: Doc typo fixes Signed-off-by: Laurent Bercot --- doc/s6-fdholderd.html | 2 +- doc/s6-supervise.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/s6-fdholderd.html b/doc/s6-fdholderd.html index cb8f667..80f77a7 100644 --- 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 unix:/tmp/.
  • File descriptor retrieval rights. This will be checked for retrieval of individual file descriptors. This right is given if a non-empty -file named S6_FDHOLDER_RETRIEVE_REGEX is found is the env/ +file named S6_FDHOLDER_RETRIEVE_REGEX is found in the env/ subdirectory of one of the subdirectories checked by s6_accessrules_keycheck_uidgid. 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 index d15e769..2cafba1 100644 --- a/doc/s6-supervise.html +++ b/doc/s6-supervise.html @@ -172,7 +172,7 @@ to ./event before the 'D', and it been called. This can be used to signify permanent failure to start the service.
  • There is a minimum 1-second delay between two ./run spawns, to avoid busylooping if ./run exits too quickly. If the service has been ready for more -than one second, it will restart immediately, but if it not ready when +than one second, it will restart immediately, but if it is not ready when it dies, s6-supervise will always pause for 1 second before spawning it again.
  • When killed or asked to exit, it waits for the service to go down one last time, then sends a 'x' event to ./event before exiting 0.
  • -- cgit v1.2.3