summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2002-06-27 16:56:45 +0000
committersheldonh <sheldonh@FreeBSD.org>2002-06-27 16:56:45 +0000
commit8e1ca9d76cc9ee9d3534868bd69a31d6bda96ebb (patch)
tree30aab36718f2380bafe753fa3fbdefaf52e75652 /bin
parenta16892d420d24fb7b37773d6f67e758f7be0b2cc (diff)
downloadFreeBSD-src-8e1ca9d76cc9ee9d3534868bd69a31d6bda96ebb.zip
FreeBSD-src-8e1ca9d76cc9ee9d3534868bd69a31d6bda96ebb.tar.gz
Document addition of RLIMIT_VMEM support, added in rev 1.26 of miscbltin.c.
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.14
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index d7b6594..6d90667 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -1789,7 +1789,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 HSabcdflmnust Oc Op Ar limit
+.It Ic ulimit Oo Fl HSabcdflmnstuv Oc Op Ar limit
Set or display resource limits (see
.Xr getrlimit 2 ) .
If
@@ -1848,6 +1848,8 @@ The maximal size of the stack segment, in kilobytes.
The maximal amount of CPU time to be used by each process, in seconds.
.It Fl u Ar userproc
The maximal number of simultaneous processes for this user ID.
+.It Fl v Ar virtualmem
+The maximal virtual size of a process, in kilobutes.
.El
.It Ic umask Op Ar mask
Set the file creation mask (see
OpenPOWER on IntegriCloud