summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-01-11 13:04:32 +0000
committerLaurent Bercot <ska@appnovation.com>2023-01-11 13:04:32 +0000
commit541eea160c026a3faa5cc3fccc406ef8dc23a815 (patch)
tree6dc4adb6c07d4ffe9aadba8f4f443e65f2b519ac
parent9c69cc8af6bc8c54b42313a30c92c27fda5de318 (diff)
downloads6-541eea160c026a3faa5cc3fccc406ef8dc23a815.tar.xz
Doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/s6-supervise.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-supervise.html b/doc/s6-supervise.html
index fde1da7..71108c4 100644
--- a/doc/s6-supervise.html
+++ b/doc/s6-supervise.html
@@ -213,7 +213,7 @@ but both <em>servicedir</em><tt>/supervise</tt> and <em>servicedir</em><tt>/even
need to be read-write. </li>
<li> If <em>servicedir</em> is read-only, then the <a href="s6-svc.html">s6-svc</a>
<tt>-D</tt> and <tt>-U</tt> commands will not work properly since s6-supervise will
-be unable to create or delete a <em>servicedir<em><tt>/down</tt> file; in this case
+be unable to create or delete a <em>servicedir</em><tt>/down</tt> file; in this case
s6-supervise will print a warning on stderr, and perform the equivalent of <tt>-d</tt>
and <tt>-u</tt> instead, but will be unable to change the permanent service
configuration. </li>