summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-10 22:31:50 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-10 22:31:50 +0000
commit956b390a7113c6a56eecd834a11087c8b2c6dac6 (patch)
tree225a619dd45ccbbe68bf533a081f632d24474e36 /app-shells
parentVersion bump. (diff)
downloadgentoo-2-956b390a7113c6a56eecd834a11087c8b2c6dac6.tar.gz
gentoo-2-956b390a7113c6a56eecd834a11087c8b2c6dac6.tar.bz2
gentoo-2-956b390a7113c6a56eecd834a11087c8b2c6dac6.zip
touchup docs some more
(Portage version: 2.0.53)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash/files/bash-3.1-ulimit.patch16
1 files changed, 12 insertions, 4 deletions
diff --git a/app-shells/bash/files/bash-3.1-ulimit.patch b/app-shells/bash/files/bash-3.1-ulimit.patch
index 3d78dd1b421d..f7add630af0f 100644
--- a/app-shells/bash/files/bash-3.1-ulimit.patch
+++ b/app-shells/bash/files/bash-3.1-ulimit.patch
@@ -5,22 +5,30 @@ for many other options
--- builtins/ulimit.def
+++ builtins/ulimit.def
-@@ -34,6 +34,7 @@
+@@ -34,18 +34,20 @@
-a all current limits are reported
-c the maximum size of core files created
-d the maximum size of a process's data segment
+ -e the maximum scheduling priority (`nice')
-f the maximum size of files created by the shell
- -i the maximum number of pending signals
+- -i the maximum number of pending signals
++ -i the maximum number of pending signals
-l the maximum size a process may lock into memory
-@@ -41,6 +42,7 @@
+ -m the maximum resident set size
-n the maximum number of open file descriptors
-p the pipe buffer size
- -q the maximum number of bytes in POSIX message queues
+- -q the maximum number of bytes in POSIX message queues
++ -q the maximum number of bytes in POSIX message queues
+ -r the maximum rt priority
-s the maximum stack size
-t the maximum amount of cpu time in seconds
-u the maximum number of user processes
+ -v the size of virtual memory
+- -x the maximum number of file locks
++ -x the maximum number of file locks
+
+ If LIMIT is given, it is the new value of the specified resource;
+ the special LIMIT values `soft', `hard', and `unlimited' stand for
@@ -202,6 +204,9 @@
#ifdef RLIMIT_DATA
{ 'd', RLIMIT_DATA, 1024, "data seg size", "kbytes" },