s6

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

commit e4beb335c144aa7d6eac978348063ab397ca1e2f
parent 042b7d0e92e4cf42506c79ab6bfe504ddb08dc86
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon,  3 Aug 2015 19:24:04 +0000

 Doc typo fixes

Diffstat:
Mdoc/s6-fdholderd.html | 2+-
Mdoc/servicedir.html | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/s6-fdholderd.html b/doc/s6-fdholderd.html @@ -31,7 +31,7 @@ and stores and retrieves file descriptors on their behalf. <h2> Interface </h2> <pre> - s6-fdholderd [ -1 ] [ -v verbosity ] [ -c <em>maxconn</em> ] [ -n <em>maxfds</em> ] [ -i <em>rulesdir</em> | -x <em>rulesfile</em> ] + s6-fdholderd [ -1 ] [ -v verbosity ] [ -c <em>maxconn</em> ] [ -n <em>maxfds</em> ] [ -t <em>clienttimeout</em> ] [ -T <em>lameducktimeout</em> ] [ -i <em>rulesdir</em> | -x <em>rulesfile</em> ] </pre> <ul> diff --git a/doc/servicedir.html b/doc/servicedir.html @@ -109,8 +109,8 @@ exists, it means that the service supports contain an unsigned integer, which is the number of the file descriptor that the service writes its readiness notification to. (For instance, it should be 1 if the daemon is <a href="s6-ipcserverd">s6-ipcserverd</a> run with the -<tt>-1</tt> option.) </li> - when a service is started, or restarted, by s6-supervise, if this file +<tt>-1</tt> option.) + When a service is started, or restarted, by s6-supervise, if this file exists and contains a valid descriptor number, s6-supervise will wait for the notification from the service and broadcast readiness, i.e. any <a href="s6-svwait.html">s6-svwait -U</a>,