commit bash-20051208 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 22:42:51 -05:00
parent 0fdd7e94ff
commit af12dacd16
49 changed files with 93143 additions and 20529 deletions
+10 -1
View File
@@ -3833,7 +3833,7 @@ builtin command.
@item ulimit
@btindex ulimit
@example
ulimit [-acdflmnpstuvSH] [@var{limit}]
ulimit [-acdfilmnpqstuvxSH] [@var{limit}]
@end example
@code{ulimit} provides control over the resources available to processes
started by the shell, on systems that allow such control. If an
@@ -3857,6 +3857,9 @@ The maximum size of a process's data segment.
@item -f
The maximum size of files created by the shell.
@item -i
The maximum number of pending signals.
@item -l
The maximum size that may be locked into memory.
@@ -3869,6 +3872,9 @@ The maximum number of open file descriptors.
@item -p
The pipe buffer size.
@item -q
The maximum number of bytes in POSIX message queues.
@item -s
The maximum stack size.
@@ -3881,6 +3887,9 @@ The maximum number of processes available to a single user.
@item -v
The maximum amount of virtual memory available to the process.
@item -x
The maximum number of file locks.
@end table
If @var{limit} is given, it is the new value of the specified resource;