aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-12-06 20:30:22 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-12-06 20:30:22 +0000
commiteab0968756493c3906e5a2b9dbfab8b9e3fb3729 (patch)
tree70592591b8eacb70458131b00442a53192615106 /doc
parenteebced901838bc638f196d93eda52d2e25594087 (diff)
downloads6-eab0968756493c3906e5a2b9dbfab8b9e3fb3729.tar.gz
Fix s6-softlimit doc
Diffstat (limited to 'doc')
-rw-r--r--doc/s6-softlimit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-softlimit.html b/doc/s6-softlimit.html
index 49a5b40..ff3782c 100644
--- a/doc/s6-softlimit.html
+++ b/doc/s6-softlimit.html
@@ -44,8 +44,8 @@ s6-softlimit changes its process limits, then executes into another program.
if you're raising the limit, and should generally <em>not</em> be used, except once at boot time.
The "hard limit" should be a system-wide setting that is never touched after being set once. </li>
<li> <tt>-h</tt>&nbsp;: set the hard limit, without touching the soft limit.
-If you're lowering the hard limit to a value that's lower than the current soft limit, it will fail
-and s6-softlimit will die. There is virtually no reason to ever use this. </li>
+If you're lowering the hard limit to a value that's lower than the current soft limit, the soft limit
+will be lowered to the new value of the hard limit. </li>
</ul>
<h3> Resource selection options </h3>