diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-01 04:04:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-01 04:04:34 +0000 |
commit | d483f59ab67f0a610b37b8a3d1a03e3202d6e61e (patch) | |
tree | 03bab5166ad67f14f245c7c8dd569c70876d022b /app-shells/bash/files | |
parent | version bump (diff) | |
download | gentoo-2-d483f59ab67f0a610b37b8a3d1a03e3202d6e61e.tar.gz gentoo-2-d483f59ab67f0a610b37b8a3d1a03e3202d6e61e.tar.bz2 gentoo-2-d483f59ab67f0a610b37b8a3d1a03e3202d6e61e.zip |
update the short help output for ulimit as well
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r-- | app-shells/bash/files/bash-3.1-ulimit.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app-shells/bash/files/bash-3.1-ulimit.patch b/app-shells/bash/files/bash-3.1-ulimit.patch index 8137b1493df1..432fb54966b8 100644 --- a/app-shells/bash/files/bash-3.1-ulimit.patch +++ b/app-shells/bash/files/bash-3.1-ulimit.patch @@ -5,6 +5,15 @@ for many other options --- builtins/ulimit.def +++ builtins/ulimit.def +@@ -24,7 +24,7 @@ + $BUILTIN ulimit + $FUNCTION ulimit_builtin + $DEPENDS_ON !_MINIX +-$SHORT_DOC ulimit [-SHacdfilmnpqstuvx] [limit] ++$SHORT_DOC ulimit [-SHacdefilmnpqrstuvx] [limit] + Ulimit provides control over the resources available to processes + started by the shell, on systems that allow such control. If an + option is given, it is interpreted as follows: @@ -34,18 +34,20 @@ -a all current limits are reported -c the maximum size of core files created |