sh(1): A subshell environment has its own rlimits (ulimit).
This has always been the case and is intended (just like cd). This matches Austin group issue #706.
This commit is contained in:
parent
b6fdb9ab2f
commit
0c35cec686
@ -32,7 +32,7 @@
|
||||
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 5, 2013
|
||||
.Dd June 14, 2013
|
||||
.Dt SH 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -1036,6 +1036,9 @@ The current working directory as set by
|
||||
The file creation mask as set by
|
||||
.Ic umask .
|
||||
.It
|
||||
Resource limits as set by
|
||||
.Ic ulimit .
|
||||
.It
|
||||
References to open files.
|
||||
.It
|
||||
Traps as set by
|
||||
|
Loading…
Reference in New Issue
Block a user