aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2013-06-14 22:06:18 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2013-06-14 22:06:18 +0000
commit0c35cec686700095d734f6ea0d900778af524e74 (patch)
tree285bee1dc423bc27b22781b9b9ebf5713b51fa78 /bin
parentb6fdb9ab2f3ffa99567dbc5c42c8a809f0f151d3 (diff)
downloadsrc-0c35cec686700095d734f6ea0d900778af524e74.tar.gz
src-0c35cec686700095d734f6ea0d900778af524e74.zip
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.
Notes
Notes: svn path=/head/; revision=251763
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.15
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index be315dc942c5..174788ddc7cb 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -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