Author: jilles
Date: Fri Jun 14 22:06:18 2013
New Revision: 251763
URL: http://svnweb.freebsd.org/changeset/base/251763

Log:
  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.

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1    Fri Jun 14 21:56:10 2013        (r251762)
+++ head/bin/sh/sh.1    Fri Jun 14 22:06:18 2013        (r251763)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to