aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 22:10:14 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 22:10:14 +0000
commit94010f9bac62bf55bc02829b51aa94349375f744 (patch)
tree97a89980fb457fdf6b53463967d6471b933f5661
parent03ff9cad105bb95f205ec333cf982c92cecf62bd (diff)
downloads6-94010f9bac62bf55bc02829b51aa94349375f744.tar.gz
Doc typo fix
-rw-r--r--doc/s6-background-watch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-background-watch.html b/doc/s6-background-watch.html
index cd44633..dd42c1a 100644
--- a/doc/s6-background-watch.html
+++ b/doc/s6-background-watch.html
@@ -87,7 +87,7 @@ will accurately report the daemon's readiness. </dd>
<dt> 111 </dt> <dd> System call failed. This is generally a temporary error,
or indicates a problem with the underlying system. </dd>
<dt> 112 </dt> <dd> Functionality not supported. You cannot run
-s6-background-watch on this OS, because it lacks the necessary features. </dt>
+s6-background-watch on this OS, because it lacks the necessary features. </dd>
<dt> 128+<em>n</em> </dt> <dd> The parent daemon was killed with signal <em>n</em>.
In particular, 137 can happen if the <tt>-t</tt> option has been given and
the parent daemon times out: s6-background-watch kills it with SIGKILL. </dd>