From bbfb27dc3c94ac128e2cb38309d5ce49f55e4fa6 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 30 Aug 2021 19:18:03 +0000 Subject: More doc fixes Signed-off-by: Laurent Bercot --- doc/s6-svlink.html | 2 +- doc/s6-svunlink.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/s6-svlink.html b/doc/s6-svlink.html index 4fd624e..f31e5f0 100644 --- a/doc/s6-svlink.html +++ b/doc/s6-svlink.html @@ -30,7 +30,7 @@ been spawned to manage the new service, then exits.

The point of s6-svlink is to help integrate service directories into an existing service manager sequence and -eliminating race conditions. +eliminate race conditions.

Interface

diff --git a/doc/s6-svunlink.html b/doc/s6-svunlink.html index 7ec7a4b..7c01959 100644 --- a/doc/s6-svunlink.html +++ b/doc/s6-svunlink.html @@ -29,7 +29,7 @@ supervisor process managing the service has disappeared, then exits.

The point of s6-svunlink is to help integrate service directories into an existing service manager sequence and -eliminating race conditions. +eliminate race conditions.

Interface

@@ -75,10 +75,10 @@ The default is 0, meaning no time limit..
  • Using s6-svlink to stop services is a suboptimal pattern: starting and stopping supervisors is a heavier operation than just stopping services. The simpler, more efficient pattern is to simply perform -s6-svc -dwD scandir/name, +s6-svc -dwD scandir/name, which only commands, and waits for, the death of the service, without impacting the supervisor. Nevertheless, for symmetry with -s6-svlink, this program is provided.
  • +s6-svlink, this program is provided.
  • s6-svunlink is a destructor; as is, it returns 0 even in situations that are nominally a failure. For instance, it returns 0 even if its timeout expires; the rationale is that there is no sensible action -- cgit v1.2.3