From c26b476060353355b43d251dbb8a624c19c5ec30 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Mon, 23 Feb 2026 09:11:41 +0000
Subject: Doc typo fixes
---
doc/overview.html | 2 +-
doc/s6-frontend-helper-kill.html | 2 +-
doc/s6-frontend.conf.html | 10 +++++-----
doc/s6.html | 6 +++---
doc/s6_live.html | 1 -
doc/s6_process.html | 2 +-
doc/s6_set.html | 4 ++--
7 files changed, 13 insertions(+), 14 deletions(-)
diff --git a/doc/overview.html b/doc/overview.html
index e83b81a..c8646f8 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -158,7 +158,7 @@ the sshd upstream, but service definitions are policy not
software authors.)
Essential services, i.e. how to boot a machine and bring it to
the state where it can accept logins and run services provided by packages,
-should be provided by the distribution in a specific package.
+should be provided by the distribution in a specific package.
- systemd comes with a big list of unit files: it provides some policy
itself.
diff --git a/doc/s6-frontend-helper-kill.html b/doc/s6-frontend-helper-kill.html
index e32840c..1a3a315 100644
--- a/doc/s6-frontend-helper-kill.html
+++ b/doc/s6-frontend-helper-kill.html
@@ -22,7 +22,7 @@
s6-frontend-helper-kill is a small utility to send numerical
signals to a given list of pids. It is not meant to be called directly,
although nothing bad will happen if you do. It is used in command lines crafted by
-s6 process kill instead of the POSIX
+s6 process kill instead of the POSIX
kill
program, because the latter does not support sending arbitrary numerical signals.
diff --git a/doc/s6-frontend.conf.html b/doc/s6-frontend.conf.html
index b5ee708..938b3c0 100644
--- a/doc/s6-frontend.conf.html
+++ b/doc/s6-frontend.conf.html
@@ -30,7 +30,7 @@ are located).
For instance, this is what allows the
-s6 process restart foobar command to send
+s6 process restart foobar command to send
s6-svc -r to the
foobar service without the user needing to type, or even remember,
what the full path to the foobar service directory is.
@@ -57,27 +57,27 @@ simple key = value lines, comments permitted.
The directory where s6-svscan
is running.
The default is /run/service (possibly overridden by the --scandir build-time configure option to
- or to
+s6-linux-init or to
s6-frontend).
livedir
The directory hosting the live service database managed by
s6-rc.
The default is /run/s6-rc (possibly overridden by the --livedir build-time configure option to
- or to
+s6-rc or to
s6-frontend).
repodir
The directory hosting the repository of service sets managed by the
s6-rc repo commands.
The default is /var/lib/s6-rc/repository (possibly overridden by the --repodir build-time configure option to
- or to
+s6-rc or to
s6-frontend).
bootdb
The path to the boot-time compiled service database.
The default is /etc/s6-rc/compiled/current (possibly overridden by the --bootdb build-time configure option to
- or to
+s6-rc or to
s6-frontend).
stmpdir
diff --git a/doc/s6.html b/doc/s6.html
index 3b2a6fb..42a9cf0 100644
--- a/doc/s6.html
+++ b/doc/s6.html
@@ -90,7 +90,7 @@ Any given command or subcommand is ignored.
-V, --version
Run the s6 version command.
- Any given command or subcommand is ignored.
+Any given command or subcommand is ignored.
-s scandir, --scandir=scandir
Use scandir as scan directory (i.e. the directory where
@@ -111,7 +111,7 @@ and manipulate their service sets).
-c bootdb, --bootdb=bootdb
Use bootdb as the name of the compiled service database
used by s6-rc at boot time (i.e. the directory where
-the s6-rc reads
+s6-rc reads
information on how to start all the wanted services).
--stmpdir=stmpdir
@@ -220,7 +220,7 @@ The details are available here.
- s6 does not perform real operations itself. Instead, after
finding the path to its configuration file
-conf, it rewrites itself into
envfile -I conf -- s6-frontend
+conf, it rewrites itself into envfile -I conf -- s6-frontend
global_options... command subcommand subcommand_options... args...
- envfile reads and parses conf
diff --git a/doc/s6_live.html b/doc/s6_live.html
index dc3b299..89b99fd 100644
--- a/doc/s6_live.html
+++ b/doc/s6_live.html
@@ -193,7 +193,6 @@ milliseconds, stop waiting and don't attempt to perform the remaining
transitions. By default, timeout is 0, meaning infinite: the
command can wait forever.
-
- -D bundle, --default-bundle=bundle
- Start the bundle of services named bundle instead.
The default is default, possibly overridden by the
diff --git a/doc/s6_process.html b/doc/s6_process.html
index 9247716..0445d2d 100644
--- a/doc/s6_process.html
+++ b/doc/s6_process.html
@@ -230,7 +230,7 @@ issuing a stop followed by a start command on the targeted service(s).
- -W, --no-wait
-- Exit immediately, do not wait until the service has restarted
+
- Exit immediately, do not wait until the service has restarted.
This is the default.
- -w, --wait
diff --git a/doc/s6_set.html b/doc/s6_set.html
index c20fbd1..b29c189 100644
--- a/doc/s6_set.html
+++ b/doc/s6_set.html
@@ -224,7 +224,7 @@ make the set inconsistent.
- -f, --ignore-dependencies
-- Only change the services listed in services, don't compute dependencies
+- Only change the services listed in services, don't compute dependencies.
- -n, --dry-run
- Do not perform the change; only show what would be done and check whether the set
@@ -296,7 +296,7 @@ change B to be unmasked or enabled as well.
Interface
- s6 set commit [ -f ] [ -K ] [ -D defaultbundle [ -h fdhuser ]
+ s6 set commit [ -f ] [ -K ] [ -D defaultbundle ] [ -h fdhuser ]