diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 08:59:43 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 08:59:43 -0500 |
commit | 66658bece384b7bd48745191955c864d8143f8c7 (patch) | |
tree | 383c750475a72a1acae261996be4811bdf31913f /builtins | |
parent | bcca1a55c06dcfbe4ecf47c4259177b7c1e1f5e6 (diff) | |
download | bash-66658bece384b7bd48745191955c864d8143f8c7.tar.gz |
commit bash-20061019 snapshot
Diffstat (limited to 'builtins')
-rw-r--r-- | builtins/ulimit.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/ulimit.def b/builtins/ulimit.def index 2d2e7b2b..0279295f 100644 --- a/builtins/ulimit.def +++ b/builtins/ulimit.def @@ -24,7 +24,7 @@ $PRODUCES ulimit.c $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: |