mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
Document the ulimit -p option in the sh(1) manual page.
When I imported the MPSAFE TTY code, I added the -p flag to sh(1)'s ulimit, but I forgot to document it in the appropriate manual page. Requested by: stefanf
This commit is contained in:
parent
8751c5bac8
commit
331773cd07
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182489
@ -2118,7 +2118,7 @@ and not found.
|
||||
For aliases the alias expansion is printed;
|
||||
for commands and tracked aliases
|
||||
the complete pathname of the command is printed.
|
||||
.It Ic ulimit Oo Fl HSabcdflmnstuv Oc Op Ar limit
|
||||
.It Ic ulimit Oo Fl HSabcdflmnpstuv Oc Op Ar limit
|
||||
Set or display resource limits (see
|
||||
.Xr getrlimit 2 ) .
|
||||
If
|
||||
@ -2172,6 +2172,8 @@ kilobytes.
|
||||
The maximal resident set size of a process, in kilobytes.
|
||||
.It Fl n Ar nofiles
|
||||
The maximal number of descriptors that could be opened by a process.
|
||||
.It Fl p Ar pseudoterminals
|
||||
The maximal number of pseudo-terminals for this user ID.
|
||||
.It Fl s Ar stacksize
|
||||
The maximal size of the stack segment, in kilobytes.
|
||||
.It Fl t Ar time
|
||||
|
Loading…
Reference in New Issue
Block a user