From c3a8ef7034fb2bc02f35381a8970ac026822a810 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 9 Nov 2025 18:32:14 +0100 Subject: s6-softlimit: add -P option for RLIMIT_RTPRIO Bash ulimit uses -r for this, but in s6-softlimit that was already taken. I could have used -R, but Bash uses that for RLIMIT_RTTIME, so I didn't want to claim that one and create a similarly difficult decision for somebody adding that in future. I decided to use -P (for "priority") as the least bad still-available option. --- doc/s6-softlimit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/s6-softlimit.html') diff --git a/doc/s6-softlimit.html b/doc/s6-softlimit.html index 05701ce..49a5b40 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 [ -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...
+     s6-softlimit [ -H | -h ] [ -a allmem ] [ -c core ] [ -d data ] [ -f fsize ] [ -l lock ] [ -m mem ] [ -o ofiles ] [ -P prio ] [ -p proc ] [ -r res ] [ -s stack ] [ -t cpusecs ] prog...