aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/ulimit.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-17 23:36:57 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-17 23:36:57 +1000
commitf87178420a7b26ba27f96b6723c84f710b11a8d3 (patch)
tree49a276f419284dc73fdbfb3362affd9c55e7f735 /doc_src/ulimit.txt
parentd17f6b7ce4ec374546902064d52e058f0481e66f (diff)
Do not use RLIMIT_AS on systems that don't have it, like NetBSD
darcs-hash:20051017133657-ac50b-b27739229dfa6b3f08c2e9e7f4577cdceaf09beb.gz
Diffstat (limited to 'doc_src/ulimit.txt')
-rw-r--r--doc_src/ulimit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/ulimit.txt b/doc_src/ulimit.txt
index 26897568..ac21550c 100644
--- a/doc_src/ulimit.txt
+++ b/doc_src/ulimit.txt
@@ -30,7 +30,7 @@ value. Other options are interpreted as follows:
- <code>-s</code> or <code>--stack-size</code> The maximum stack size
- <code>-t</code> or <code>--cpu-time</code> The maximum amount of cpu time in seconds
- <code>-u</code> or <code>--process-count</code> The maximum number of processes available to a single user
-- <code>-v</code> or <code>--virtual-memory-size</code> The maximum amount of virtual memory available to the shell
+- <code>-v</code> or <code>--virtual-memory-size</code> The maximum amount of virtual memory available to the shell. If supported by OS.
If limit is given, it is the new value of the specified resource. If
no option is given, then -f is assumed. Values are in kilobytes,