diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-30 19:16:17 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-08-30 19:16:17 +0000 |
commit | ee67a5ed4c377e74de6ebe1b85fa6c8cc3fbd1af (patch) | |
tree | 1d51569181cbc55a2a3ef9d7af59d4f0ee4ef350 | |
parent | ac74917753983a0ac199efb21c2593d47a78973a (diff) | |
download | s6-ee67a5ed4c377e74de6ebe1b85fa6c8cc3fbd1af.tar.xz |
Doc fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | doc/s6-svlink.html | 2 | ||||
-rw-r--r-- | doc/s6-svunlink.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/s6-svlink.html b/doc/s6-svlink.html index 2e03eec..4fd624e 100644 --- a/doc/s6-svlink.html +++ b/doc/s6-svlink.html @@ -28,7 +28,7 @@ been spawned to manage the new service, then exits. </p> <p> - The point of <tt>s6-svlink</tt> is to help integrate existing + The point of <tt>s6-svlink</tt> is to help integrate service directories into an existing service manager sequence and eliminating race conditions. </p> diff --git a/doc/s6-svunlink.html b/doc/s6-svunlink.html index 3201f26..7ec7a4b 100644 --- a/doc/s6-svunlink.html +++ b/doc/s6-svunlink.html @@ -21,13 +21,13 @@ <p> <tt>s6-svunlink</tt> unlinks a <a href="servicedir.html">service directory</a> from a <a href="scandir.html">scan directory</a>, then -notify the <a href="s6-svscan.html">s6-svscan</a> that a service has +notifies <a href="s6-svscan.html">s6-svscan</a> that a service has been unregistered. It waits until the <a href="s6-supervise.html">s6-supervise</a> -supervisor process has disappeared, then exits. +supervisor process managing the service has disappeared, then exits. </p> <p> - The point of <tt>s6-svunlink</tt> is to help integrate existing + The point of <tt>s6-svunlink</tt> is to help integrate service directories into an existing service manager sequence and eliminating race conditions. </p> |