diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-05-14 23:32:19 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-05-14 23:32:19 +0200 |
commit | d4d203488826181aa4eb360ce57de138417ba680 (patch) | |
tree | 5f2939130b24381b6d8b11eec7573732eb52317a /Doc/help/limit | |
parent | 9529af723604dfe1c8152db11e1d216621c898d5 (diff) | |
parent | 73d317384c9225e46d66444f93b46f0fbe7084ef (diff) | |
download | zsh-d4d203488826181aa4eb360ce57de138417ba680.tar.gz zsh-d4d203488826181aa4eb360ce57de138417ba680.zip |
New upstream version 5.9
Diffstat (limited to 'Doc/help/limit')
-rw-r--r-- | Doc/help/limit | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Doc/help/limit b/Doc/help/limit index 342df33da..1e31b122d 100644 --- a/Doc/help/limit +++ b/Doc/help/limit @@ -1,17 +1,17 @@ limit [ -hs ] [ resource [ limit ] ] ... - Set or display resource limits. Unless the -s flag is given, - the limit applies only the children of the shell. If -s is - given without other arguments, the resource limits of the cur- - rent shell is set to the previously set resource limits of the + Set or display resource limits. Unless the -s flag is given, + the limit applies only the children of the shell. If -s is + given without other arguments, the resource limits of the cur- + rent shell is set to the previously set resource limits of the children. If limit is not specified, print the current limit placed on re- - source, otherwise set the limit to the specified value. If the + source, otherwise set the limit to the specified value. If the -h flag is given, use hard limits instead of soft limits. If no resource is given, print all limits. When looping over multiple resources, the shell will abort imme- - diately if it detects a badly formed argument. However, if it + diately if it detects a badly formed argument. However, if it fails to set a limit for some other reason it will continue try- ing to set the remaining limits. @@ -20,7 +20,7 @@ limit [ -hs ] [ resource [ limit ] ] ... addressspace Maximum amount of address space used. aiomemorylocked - Maximum amount of memory locked in RAM for AIO opera- + Maximum amount of memory locked in RAM for AIO opera- tions. aiooperations Maximum number of AIO operations. @@ -71,10 +71,10 @@ limit [ -hs ] [ resource [ limit ] ] ... for the resource by the operating system. If argument corresponds to a number which is out of the range of - the resources configured into the shell, the shell will try to + the resources configured into the shell, the shell will try to read or write the limit anyway, and will report an error if this - fails. As the shell does not store such resources internally, - an attempt to set the limit will fail unless the -s option is + fails. As the shell does not store such resources internally, + an attempt to set the limit will fail unless the -s option is present. limit is a number, with an optional scaling factor, as follows: @@ -86,6 +86,6 @@ limit [ -hs ] [ resource [ limit ] ] ... [mm:]ss minutes and seconds - The limit command is not made available by default when the - shell starts in a mode emulating another shell. It can be made + The limit command is not made available by default when the + shell starts in a mode emulating another shell. It can be made available with the command `zmodload -F zsh/rlimits b:limit'. |