diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-04-03 09:55:40 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-04-03 09:55:40 +0000 |
commit | c34176365e805915b84654aa112b443624d3931e (patch) | |
tree | c0218da36d469b2d9fe391e6a6de42d8e5484128 /Doc/Zsh/builtins.yo | |
parent | a78bff4398871023d3913dc259d6a575701f8470 (diff) | |
download | zsh-c34176365e805915b84654aa112b443624d3931e.tar.gz zsh-c34176365e805915b84654aa112b443624d3931e.tar.xz zsh-c34176365e805915b84654aa112b443624d3931e.zip |
18431: Another attempt to fix the problems with RLIMIT definitions
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r-- | Doc/Zsh/builtins.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 67d2c11e4..bbac85e4e 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1357,7 +1357,8 @@ sitem(tt(-n))(open file descriptors.) sitem(tt(-s))(K-bytes on the size of the stack.) sitem(tt(-t))(CPU seconds to be used.) sitem(tt(-u))(processes available to the user.) -sitem(tt(-v))(K-bytes on the size of virtual memory.) +sitem(tt(-v))(K-bytes on the size of virtual memory. On some systems this +refers to the limit called `address space'.) endsitem() ) findex(umask) |