From 997b02adcc8384906339ea81ece5ba7244f3ef60 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 30 Aug 2020 09:42:00 +0000 Subject: Doc typo fixes (thanks flexibeast) --- AUTHORS | 1 + doc/s6-ftrig-listen.html | 2 +- doc/s6-softlimit.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index e619bcb..edb29a6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -35,3 +35,4 @@ Thanks to: Luis Ressel Eric Vidal Jens Rehsack + Alexis diff --git a/doc/s6-ftrig-listen.html b/doc/s6-ftrig-listen.html index 3206fbc..5726fa6 100644 --- a/doc/s6-ftrig-listen.html +++ b/doc/s6-ftrig-listen.html @@ -51,7 +51,7 @@ s6-ftrig-listen exits 0.
  • -t timeout : if the events on the fifodirs have not matched the regexps after timeout 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.
  • -a : and (conjunction). s6-ftrig-listen will only exit when all the fifodir-i have been notified with events matching the corresponding regexp-i. diff --git a/doc/s6-softlimit.html b/doc/s6-softlimit.html index ad73409..7d53248 100644 --- 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.
  • -m mem : limit all types of memory to mem bytes.
  • -o ofiles : limit the number of open fds to ofiles.
  • -p proc : limit the number of processes to proc (per user).
  • -
  • -r allmem : limit the available physical memory to res bytes.
  • +
  • -r res : limit the available physical memory to res bytes.
  • -s stack : limit the available stack memory to stack bytes.
  • -t cpusecs : limit the available CPU time to cpusecs seconds.
-- cgit v1.3.1