summaryrefslogtreecommitdiff
path: root/bin/csh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-06-16 20:28:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-06-16 20:28:40 +0000
commitb8b11341e95e8089b6073332e22da058c1aa3165 (patch)
tree5d5be6fc9218fa2a02c2f2e0d27c422042034b99 /bin/csh
parent8d23c41433df577e650c22cd7a844cfd93b94428 (diff)
better document "limit";
from NetBSD (Matthias Scheler); ok deraadt@ millert@
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/csh.144
1 files changed, 28 insertions, 16 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1
index 9468a25dbaf..465c630f65d 100644
--- a/bin/csh/csh.1
+++ b/bin/csh/csh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: csh.1,v 1.46 2003/06/02 23:32:06 millert Exp $
+.\" $OpenBSD: csh.1,v 1.47 2003/06/16 20:28:39 jmc Exp $
.\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -1832,21 +1832,33 @@ The hard limits impose a ceiling on the values of the current limits.
Only the superuser may raise the hard limits,
but a user may lower or raise the current limits within the legal range.
.Pp
-Resources controllable currently include
-.Ar cputime
-(the maximum
-number of CPU-seconds to be used by each process),
-.Ar filesize
-(the largest single file that can be created),
-.Ar datasize
-(the maximum growth of the data+stack region via
-.Xr sbrk 2
-beyond the end of the program text),
-.Ar stacksize
-(the maximum
-size of the automatically extended stack region), and
-.Ar coredumpsize
-(the size of the largest core dump that will be created).
+Resources controllable currently include:
+.Bl -tag -width coredumpsize
+.It Ar cputime
+the maximum number of CPU-seconds to be used by each process.
+.It Ar filesize
+the largest single file (in bytes) that can be created.
+.It Ar datasize
+the maximum growth of the data+stack region via
+.Xr sbrk 2
+beyond the end of the program text.
+.It Ar stacksize
+the maximum
+size of the automatically-extended stack region.
+.It Ar coredumpsize
+the size of the largest core dump (in bytes) that will be created.
+.It Ar memoryuse
+the maximum size (in bytes) to which a process's resident set
+size (RSS) may grow.
+.It Ar memorylocked
+The maximum size (in bytes) which a process may lock into memory using the
+.Xr mlock 2
+function.
+.It Ar maxproc
+The maximum number of simultaneous processes for this user ID.
+.It Ar openfiles
+The maximum number of simultaneous open files for this user ID.
+.El
.Pp
The
.Ar maximum-use