aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-11-10 16:31:58 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-11-10 16:31:58 +0000
commit79dc6f49c4f8c26cbd53f92517d82a48d9db0398 (patch)
tree47bb565142929995f0865f447685033af7b845ab
parent9c04967220922921b83827665e0ae141a43d237c (diff)
downloads6-rc-79dc6f49c4f8c26cbd53f92517d82a48d9db0398.tar.gz
Doc typo fix
-rw-r--r--doc/s6-rc-set-change.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-rc-set-change.html b/doc/s6-rc-set-change.html
index 5a0d41b..0253af4 100644
--- a/doc/s6-rc-set-change.html
+++ b/doc/s6-rc-set-change.html
@@ -70,7 +70,7 @@ what s6-rc-set-change does depends on the value of <em>action</em>:
<li> <tt>fail</tt>: print an error message and exit 1. </li>
<li> <tt>warn</tt>: print a warning message and proceed. This is the default. </li>
<li> <tt>pull</tt>: print a warning message and pull the dependencies of
-<em>services...</em> into <em>newsub</tt>. (Or the reverse dependencies, if
+<em>services...</em> into <em>newsub</em>. (Or the reverse dependencies, if
you're trying to disable or mask services. </li>
</ul>
The warning messages are not printed if <em>verbosity</em> is 0. </dd>