From cedfe51030470abecc325b54656098376cc70305 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 22 Jan 2021 12:12:56 +0000 Subject: More doc typo fixes (thanks flexibeast) --- doc/s6-sudoc.html | 2 +- doc/s6-sudod.html | 2 +- doc/s6-supervise.html | 2 +- doc/s6-svok.html | 2 +- doc/s6-svscan.html | 4 ++-- doc/s6-svwait.html | 2 +- doc/s6-usertree-maker.html | 4 ++-- doc/servicedir.html | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/s6-sudoc.html b/doc/s6-sudoc.html index 88e187c..ab5c1a8 100644 --- a/doc/s6-sudoc.html +++ b/doc/s6-sudoc.html @@ -33,7 +33,7 @@ variables and standard descriptors. diff --git a/doc/s6-usertree-maker.html b/doc/s6-usertree-maker.html index 4f6eef2..b62727a 100644 --- a/doc/s6-usertree-maker.html +++ b/doc/s6-usertree-maker.html @@ -20,7 +20,7 @@

s6-usertree-maker creates a service directory -implementing a service that runs a s6-svscan +implementing a service that runs an s6-svscan instance owned by a given user, on a scan directory belonging to that user. It is meant to help admins deploy systems where each user has their own supervision subtree, rooted in the main supervision @@ -157,7 +157,7 @@ variable substitution.

- The service is logged: its stderr and stdout are piped to a + The service is logged: its stderr and stdout are piped to an s6-log process running as loguser and writing to the logdir directory. This logger is the catch-all logger for the supervision tree owned by user; it is recommended to make diff --git a/doc/servicedir.html b/doc/servicedir.html index 8b6871f..0eadb4c 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -142,13 +142,13 @@ notification from the service and broadcast readiness, i.e. any triggered.

  • An optional regular file named timeout-kill. If such a file exists, it must only contain an unsigned integer t. If t -is nonzero, then on receipt of a s6-svc -d command, +is nonzero, then on receipt of an s6-svc -d command, which sends a SIGTERM (by default, see down-signal below) and a SIGCONT to the service, a timeout of t milliseconds is set; and if the service is still not dead after t milliseconds, then it is sent a SIGKILL. If timeout-kill does not exist, or contains 0 or an invalid value, then the service is never -forcibly killed (unless, of course, a s6-svc -k +forcibly killed (unless, of course, an s6-svc -k command is sent).
  • An optional regular file named timeout-finish. If such a file exists, it must only contain an unsigned integer, which is the number of -- cgit v1.2.3