diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-05-10 09:52:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-05-10 09:52:25 +0000 |
commit | cf00466e1325441854150b306e5152a7524660c3 (patch) | |
tree | ae3832694144037bbf70200ef7c802117230bdd3 /Doc | |
parent | 12e6a9ad322ca3da580ff07f8aa9337946760eee (diff) | |
download | zsh-cf00466e1325441854150b306e5152a7524660c3.tar.gz zsh-cf00466e1325441854150b306e5152a7524660c3.tar.xz zsh-cf00466e1325441854150b306e5152a7524660c3.zip |
users/4951: make ulimit documentation clearer
Diffstat (limited to 'Doc')
-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 dadbbbca5..db7a65a2d 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1281,7 +1281,8 @@ cindex(limits, resource) item(tt(ulimit) [ tt(-SHacdflmnpstv) [ var(limit) ] ... ])( Set or display resource limits of the shell and the processes started by the shell. The value of var(limit) can be a number in the unit specified -below or the value `tt(unlimited)'. If the tt(-H) flag is given use +below or the value `tt(unlimited)'. By default, only soft limits are +manipulated. If the tt(-H) flag is given use hard limits instead of soft limits. If the tt(-S) flag is given together with the tt(-H) flag set both hard and soft limits. If no options are used, the file size limit (tt(-f)) is assumed. If |