s6

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

commit 997b02adcc8384906339ea81ece5ba7244f3ef60
parent fd1ac9f946604eb1c6626d589c8a8c4f2e820997
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sun, 30 Aug 2020 09:42:00 +0000

 Doc typo fixes (thanks flexibeast)

Diffstat:
MAUTHORS | 1+
Mdoc/s6-ftrig-listen.html | 2+-
Mdoc/s6-softlimit.html | 2+-
3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -35,3 +35,4 @@ Thanks to: Luis Ressel <aranea@aixah.de> Eric Vidal <eric@obarun.org> Jens Rehsack <rehsack@gmail.com> + Alexis <flexibeast@gmail.com> diff --git a/doc/s6-ftrig-listen.html b/doc/s6-ftrig-listen.html @@ -51,7 +51,7 @@ s6-ftrig-listen exits 0. </li> <ul> <li> <tt>-t <em>timeout</em></tt>&nbsp;: if the events on the <em>fifodir</em>s have not matched the <em>regexp</em>s after <em>timeout</em> milliseconds, print an error message on -stderr and exit 1. By default, s6-ftrig-listen1 waits indefinitely for a matching series +stderr and exit 1. By default, s6-ftrig-listen waits indefinitely for a matching series of events. </li> <li> <tt>-a</tt>&nbsp;: and (conjunction). s6-ftrig-listen will only exit when <em>all</em> the <em>fifodir-i</em> have been notified with events matching the corresponding <em>regexp-i</em>. diff --git a/doc/s6-softlimit.html b/doc/s6-softlimit.html @@ -46,7 +46,7 @@ s6-softlimit changes its process limits, then executes into another program. <li> <tt>-m&nbsp;<em>mem</em></tt>&nbsp;: limit all types of memory to <em>mem</em> bytes. </li> <li> <tt>-o&nbsp;<em>ofiles</em></tt>&nbsp;: limit the number of open fds to <em>ofiles</em>. </li> <li> <tt>-p&nbsp;<em>proc</em></tt>&nbsp;: limit the number of processes to <em>proc</em> (per user). </li> - <li> <tt>-r&nbsp;<em>allmem</em></tt>&nbsp;: limit the available physical memory to <em>res</em> bytes. </li> + <li> <tt>-r&nbsp;<em>res</em></tt>&nbsp;: limit the available physical memory to <em>res</em> bytes. </li> <li> <tt>-s&nbsp;<em>stack</em></tt>&nbsp;: limit the available stack memory to <em>stack</em> bytes. </li> <li> <tt>-t&nbsp;<em>cpusecs</em></tt>&nbsp;: limit the available CPU time to <em>cpusecs</em> seconds. </li> </ul>