s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit ee67a5ed4c377e74de6ebe1b85fa6c8cc3fbd1af
parent ac74917753983a0ac199efb21c2593d47a78973a
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 30 Aug 2021 19:16:17 +0000

 Doc fixes

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mdoc/s6-svlink.html | 2+-
Mdoc/s6-svunlink.html | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 @@ -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>