From 63ae0841dcc024464290edf9080ce536a1d7905e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 03:28:56 +0000 Subject: Document s6-softlimit -H|-h Signed-off-by: Laurent Bercot --- doc/s6-softlimit.html | 15 ++++++++++++++- package/configure-snippets/configure_extra_checks | 1 + src/daemontools-extras/s6-softlimit.c | 2 +- tools/configure.template | 7 ++++++- tools/gen-configure.el | 1 + 5 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 package/configure-snippets/configure_extra_checks diff --git a/doc/s6-softlimit.html b/doc/s6-softlimit.html index 7d53248..05701ce 100644 --- a/doc/s6-softlimit.html +++ b/doc/s6-softlimit.html @@ -25,7 +25,7 @@ s6-softlimit changes its process limits, then executes into another program.

Interface

-     s6-softlimit [ -a allmem ] [ -c core ] [ -d data ] [ -f fsize ] [ -l lock ] [ -m mem ] [ -o ofiles ] [ -p proc ] [ -r res ] [ -s stack ] [ -t cpusecs ] prog...
+     s6-softlimit [ -H | -h ] [ -a allmem ] [ -c core ] [ -d data ] [ -f fsize ] [ -l lock ] [ -m mem ] [ -o ofiles ] [ -p proc ] [ -r res ] [ -s stack ] [ -t cpusecs ] prog...