summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2010-01-08 14:33:03 +0000
committerjilles <jilles@FreeBSD.org>2010-01-08 14:33:03 +0000
commit2f18294fca6f1cc1a9927ae95a8fbc3444360d3e (patch)
tree5bad12bd782a91ecdd8072f21b3475d3fc96c7be /bin
parent4cf52e012401b95e6622e86b1ccb108ecef549da (diff)
downloadFreeBSD-src-2f18294fca6f1cc1a9927ae95a8fbc3444360d3e.zip
FreeBSD-src-2f18294fca6f1cc1a9927ae95a8fbc3444360d3e.tar.gz
MFC r201355: sh(1): document ulimit -w (swapuse rlimit).
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.17
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index bdf464b..e2da58f 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -32,7 +32,7 @@
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
.\" $FreeBSD$
.\"
-.Dd May 31, 2009
+.Dd January 8, 2010
.Dt SH 1
.Os
.Sh NAME
@@ -2131,7 +2131,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 HSabcdflmnpstuv Oc Op Ar limit
+.It Ic ulimit Oo Fl HSabcdflmnpstuvw Oc Op Ar limit
Set or display resource limits (see
.Xr getrlimit 2 ) .
If
@@ -2195,6 +2195,9 @@ The maximal amount of CPU time to be used by each process, in seconds.
The maximal number of simultaneous processes for this user ID.
.It Fl v Ar virtualmem
The maximal virtual size of a process, in kilobytes.
+.It Fl w Ar swapuse
+The maximum amount of swap space reserved or used for this user ID,
+in kilobytes.
.El
.It Ic umask Oo Fl S Oc Op Ar mask
Set the file creation mask (see
OpenPOWER on IntegriCloud