diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-04-06 17:34:06 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-04-06 17:34:06 +0000 |
commit | bf5b6315e7a6907c6a95564e7042f90f9aed632a (patch) | |
tree | 7681b5bd2c21debaf2eca6bd319e328bae11af84 /doc/s6-rc-compile.html | |
parent | 304abe4943b430c46ce08bf74236150b5c2832d5 (diff) | |
download | s6-rc-bf5b6315e7a6907c6a95564e7042f90f9aed632a.tar.xz |
Doc typo fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-rc-compile.html')
-rw-r--r-- | doc/s6-rc-compile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-rc-compile.html b/doc/s6-rc-compile.html index 719d219..e1ad82b 100644 --- a/doc/s6-rc-compile.html +++ b/doc/s6-rc-compile.html @@ -363,7 +363,7 @@ that the pipes are not broken whenever one element in the chain dies. <p> A service can only be declared as a producer for <em>one</em> other -services, but it can be declared as a consumer for several other +service, but it can be declared as a consumer for several other services: the <em>consumer-for</em> can have several lines. This means that one service can only send its output to one consumer, but it can read its input from several producers. If there are several @@ -404,7 +404,7 @@ can be moved around in the filesystem, provided the insides remain untouched. </li> <li> Once a compiled database is live (i.e. it has services running on it, following an invocation of <a href="s6-rc-init.html">s6-rc-init</a> or -<a href="s6-rc-update.html">s6-rc-update</a>, it <em>must not move anymore</em>, +<a href="s6-rc-update.html">s6-rc-update</a>), it <em>must not move anymore</em>, and it must not be deleted. The only way to "free" such a compiled database for displacement or deletion is to replace it as the live one via another call to <a href="s6-rc-update.html">s6-rc-update</a>. </li> |