mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-16 14:41:02 +02:00
users/4951: make ulimit documentation clearer
This commit is contained in:
parent
12e6a9ad32
commit
cf00466e13
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-05-10 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* users/4951: Doc/Zsh/builtins.yo: make it clearer that ulimit
|
||||||
|
defaults to soft limits.
|
||||||
|
|
||||||
2002-05-08 Peter Stephenson <pws@csr.com>
|
2002-05-08 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 17102: Src/Modules/tcp.c: looking up TCP sessions by fd returned
|
* 17102: Src/Modules/tcp.c: looking up TCP sessions by fd returned
|
||||||
|
|
|
@ -1281,7 +1281,8 @@ cindex(limits, resource)
|
||||||
item(tt(ulimit) [ tt(-SHacdflmnpstv) [ var(limit) ] ... ])(
|
item(tt(ulimit) [ tt(-SHacdflmnpstv) [ var(limit) ] ... ])(
|
||||||
Set or display resource limits of the shell and the processes started by
|
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
|
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
|
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
|
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
|
options are used, the file size limit (tt(-f)) is assumed. If
|
||||||
|
|
Loading…
Reference in a new issue