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.
- s6-sudoc transmits its standard input, standard output and standard error
via fd-passing over a Unix socket that must be open on its descriptors 6 and 7.
- It expects a s6-sudod process to be receiving them
+ It expects an s6-sudod process to be receiving them
on the other side.
- It also transmits its command-line arguments args, and also its
environment by default. Note that s6-sudod will not necessarily accept all the
diff --git a/doc/s6-sudod.html b/doc/s6-sudod.html
index 255d946..2f91dc8 100644
--- a/doc/s6-sudod.html
+++ b/doc/s6-sudod.html
@@ -95,7 +95,7 @@ malicious or buggy clients that would uselessly consume resources.
The typical use of s6-sudod is in a
local service with a
s6-ipcserver process listening on a Unix
-socket, a s6-ipcserver-access process
+socket, an s6-ipcserver-access process
performing client authentication and access control, and possibly a
s6-envdir
process setting up the environment variables that will be accepted by
diff --git a/doc/s6-supervise.html b/doc/s6-supervise.html
index f116f99..404e896 100644
--- a/doc/s6-supervise.html
+++ b/doc/s6-supervise.html
@@ -109,7 +109,7 @@ daemon as fdmove -c 2 1 fdmove 1 3 prog... (in execline), or
- SIGTERM: bring down the service and exit, as if a
s6-svc -xd command had been received
- SIGHUP: close its own stdin and stdout, and exit as soon as the
-service stops, as if a s6-svc -x command
+service stops, as if an s6-svc -x command
had been received
- SIGQUIT: exit immediately without touching the service in any
way.
diff --git a/doc/s6-svok.html b/doc/s6-svok.html
index 0b77a06..e2564b9 100644
--- a/doc/s6-svok.html
+++ b/doc/s6-svok.html
@@ -30,7 +30,7 @@ currently supervised.
-- s6-svok checks whether a s6-supervise
+
- s6-svok checks whether an s6-supervise
process is currently monitoring servicedir.
- It exits 0 if there is one, or 1 if there is none.
diff --git a/doc/s6-svscan.html b/doc/s6-svscan.html
index 61d7553..5c031c6 100644
--- a/doc/s6-svscan.html
+++ b/doc/s6-svscan.html
@@ -168,7 +168,7 @@ cannot be run.
The reaper
- Upon receipt of a SIGCHLD, or a s6-svscanctl -z
+ Upon receipt of a SIGCHLD, or an s6-svscanctl -z
command, s6-svscan runs a reaper routine.
@@ -181,7 +181,7 @@ run as process 1.
- If the dead child is a s6-supervise process watched
+ If the dead child is an s6-supervise process watched
by s6-svscan, and the last scan flagged that process as active, then it is restarted
one second later.
diff --git a/doc/s6-svwait.html b/doc/s6-svwait.html
index fb377b9..c371787 100644
--- a/doc/s6-svwait.html
+++ b/doc/s6-svwait.html
@@ -87,7 +87,7 @@ limit.
arguments, not a scan directory. If you need to wait for a whole
scan directory, give all its contents as arguments to s6-svwait.
s6-svwait will only work on service directories that are already
-active, i.e. have a s6-supervise process
+active, i.e. have an s6-supervise process
running on them. It will not work on a service directory where
s6-supervise has not been started yet.
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