summaryrefslogtreecommitdiff
path: root/doc/s6-softlimit.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-08-30 09:42:00 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-08-30 09:42:00 +0000
commit997b02adcc8384906339ea81ece5ba7244f3ef60 (patch)
treeeed2d9fb0566cd8000b718f114e68d62a62f7c49 /doc/s6-softlimit.html
parentfd1ac9f946604eb1c6626d589c8a8c4f2e820997 (diff)
downloads6-997b02adcc8384906339ea81ece5ba7244f3ef60.tar.xz
Doc typo fixes (thanks flexibeast)
Diffstat (limited to 'doc/s6-softlimit.html')
-rw-r--r--doc/s6-softlimit.html2
1 files changed, 1 insertions, 1 deletions
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.
<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>