diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-04-02 17:42:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-04-02 17:42:44 +0000 |
commit | 780c7d1c0e0229db9df1815132a72e3f0a8fc748 (patch) | |
tree | b5ddae0eaeca05df59528edbf7dff83eb547d66e | |
parent | 0d3b53568fd1e4dc794d766f1f2ed23b4a2b2f60 (diff) | |
download | s6-rc-780c7d1c0e0229db9df1815132a72e3f0a8fc748.tar.xz |
Doc typo fix
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/s6-rc-compile.html | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -14,3 +14,4 @@ Thanks to: Jesse Young <jlyo@jlyo.org> Rasmus Villemoes <rasmus.villemoes@prevas.dk> Jan Bramkamp <crest_maintainer@rlwinm.de> + Guillermo <gdiazhartusch@gmail.com> diff --git a/doc/s6-rc-compile.html b/doc/s6-rc-compile.html index 4065689..000ea3b 100644 --- a/doc/s6-rc-compile.html +++ b/doc/s6-rc-compile.html @@ -78,7 +78,7 @@ program, which maintains the pipes for the longrun pipelines, to run as user <em>fdhuser</em>. By default, it runs as the user owning the supervision tree, i.e. most likely <tt>root</tt>. </li> <li> <tt>-b</tt> : make -<a href="s6-rc-oneshot-runner.html">s6-rc-oneshot-runner</a> +<a href="s6-rc-oneshot-run.html">s6-rc-oneshot-run</a> invocations wait instead of fail on lock contention. This should not change anything in practice, and you can ignore that option. </li> |