From ded312bcc44704ea16fdfe9fb9f2b46bfd0f537b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 27 Mar 2017 14:05:21 +0000 Subject: Clarify permanent failure API for s6-svwait -r and friends; update doc --- doc/s6-svlisten.html | 13 ++++++++++++- doc/s6-svlisten1.html | 12 +++++++++++- doc/s6-svwait.html | 13 ++++++++++++- doc/upgrade.html | 13 +++++++------ 4 files changed, 42 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/s6-svlisten.html b/doc/s6-svlisten.html index 0a3f427..192b351 100644 --- a/doc/s6-svlisten.html +++ b/doc/s6-svlisten.html @@ -51,7 +51,18 @@ directories given as arguments in the first block and monitor their state changes.
  • It spawns prog... as a child right after getting the initial state of all the monitored services.
  • -
  • It then blocks until the wanted state happens, then exits 0.
  • +
  • It then blocks until the wanted state happens.
  • + + +

    Exit codes

    + +

    Options

    diff --git a/doc/s6-svlisten1.html b/doc/s6-svlisten1.html index 762c3ff..902e0be 100644 --- a/doc/s6-svlisten1.html +++ b/doc/s6-svlisten1.html @@ -39,7 +39,17 @@ supervised service, and blocks until said service goes up, or down. state changes.
  • It spawns prog... as a child right after getting the initial state of the service.
  • -
  • It then blocks until the wanted state happens, then exits 0.
  • +
  • It then blocks until the wanted state happens.
  • + + +

    Exit codes

    + +

    Options

    diff --git a/doc/s6-svwait.html b/doc/s6-svwait.html index 681dd8f..36b1835 100644 --- a/doc/s6-svwait.html +++ b/doc/s6-svwait.html @@ -35,9 +35,20 @@ s6-svwait only waits for notifications; it never polls.

    s6-svwait monitors one or more service directories given as its arguments, waiting for a state (ready, up or down) to -happen. It exits 0 when the wanted condition becomes true. +happen.

    +

    Exit codes

    + + +

    Options