summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2009-12-31 22:33:58 +0000
committerjilles <jilles@FreeBSD.org>2009-12-31 22:33:58 +0000
commit4ce9cced3fd3f56de8a72297d2a0f0939d4bb2f9 (patch)
tree20a410ceb532b17a3b1664bc4cf709e57a0d8af9 /bin
parent1612b12faf08e15003e2118e93b9287bf790f0a9 (diff)
downloadFreeBSD-src-4ce9cced3fd3f56de8a72297d2a0f0939d4bb2f9.zip
FreeBSD-src-4ce9cced3fd3f56de8a72297d2a0f0939d4bb2f9.tar.gz
sh(1): document ulimit -w (swapuse rlimit).
MFC after: 1 week
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 fd7ab13..8ec1195 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 October 24, 2009
+.Dd December 31, 2009
.Dt SH 1
.Os
.Sh NAME
@@ -2137,7 +2137,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
@@ -2201,6 +2201,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