aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-09-05 21:34:00 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-09-05 21:34:00 +0000
commit51e0c04817e974e30a40c8a8195dca5ec7a92f14 (patch)
tree7344444177ede88659153b52f605b12d2d6c6924 /doc
parent513af5a991d45fb51f3f78e97c142c840d24aa03 (diff)
downloads6-rc-51e0c04817e974e30a40c8a8195dca5ec7a92f14.tar.gz
Doc typo fixesHEADmain
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-rc-compile.html4
-rw-r--r--doc/s6-rc-set-change.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-rc-compile.html b/doc/s6-rc-compile.html
index d207b6c..fc4a9c6 100644
--- a/doc/s6-rc-compile.html
+++ b/doc/s6-rc-compile.html
@@ -209,7 +209,7 @@ lexer at compile time and the results will be stored into the
compiled database in an internal form. <tt>up</tt> will be run when
the service is started, <tt>down</tt> will be executed when the service
is stopped, and <tt>reload</tt> will be executed when the service is
-reloaded </li>
+reloaded. </li>
</ul>
@@ -239,7 +239,7 @@ while <tt>down</tt> contains <tt>/etc/init.d/<em>service</em> stop</tt>, and
<p>
Don't think you have to learn all the intricacies of the execline language
-just because the <tt>up</tt>, <tt>down</tt> and <tt>reload</tt>scripts get
+just because the <tt>up</tt>, <tt>down</tt> and <tt>reload</tt> scripts get
lexed by it. You don't.
</p>
diff --git a/doc/s6-rc-set-change.html b/doc/s6-rc-set-change.html
index e731379..8ec2763 100644
--- a/doc/s6-rc-set-change.html
+++ b/doc/s6-rc-set-change.html
@@ -92,7 +92,7 @@ pulled into the change, then apply the change. </dd>
<dt> 0 </dt> <dd> Success. </dd>
<dt> 1 </dt> <dd> The <tt>-I</tt> option was given and dependencies prevented <em>services...</em>
from being changed to <em>newrx</em>. </dd>
- <dt> 3 </dt> <dd> A service in <em>services...</em> was not found in the reference database. </dt>
+ <dt> 3 </dt> <dd> A service in <em>services...</em> was not found in the reference database. </dd>
<dt> 4 </dt> <dd> Invalid or corrupted reference database. </dd>
<dt> 100 </dt> <dd> Incorrect usage. </dd>
<dt> 102 </dt> <dd> Inconsistent repository. </dd>