Contents of /trunk/bash/patches/bash-3.2-ulimit.patch
Parent Directory | Revision Log
Revision 144 -
(show annotations)
(download)
Tue May 8 20:06:05 2007 UTC (17 years, 5 months ago) by niro
File size: 449 byte(s)
Tue May 8 20:06:05 2007 UTC (17 years, 5 months ago) by niro
File size: 449 byte(s)
-import
1 | add missing docs for -e and -r options |
2 | |
3 | --- builtins/ulimit.def |
4 | +++ builtins/ulimit.def |
5 | @@ -24,7 +24,7 @@ |
6 | $BUILTIN ulimit |
7 | $FUNCTION ulimit_builtin |
8 | $DEPENDS_ON !_MINIX |
9 | -$SHORT_DOC ulimit [-SHacdfilmnpqstuvx] [limit] |
10 | +$SHORT_DOC ulimit [-SHacdefilmnpqrstuvx] [limit] |
11 | Ulimit provides control over the resources available to processes |
12 | started by the shell, on systems that allow such control. If an |
13 | option is given, it is interpreted as follows: |