Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/bin/csh Pull up revision 1.37 (requested by fair in tic...



details:   https://anonhg.NetBSD.org/src/rev/4488e6cc9bd0
branches:  netbsd-1-6
changeset: 530266:4488e6cc9bd0
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Jun 15 13:10:00 2003 +0000

description:
Pull up revision 1.37 (requested by fair in ticket #1243):
Additional text & formatting for the csh "limit" command;
hopefully this satisfies PR 11658

diffstat:

 bin/csh/csh.1 |  42 +++++++++++++++++++++++++++---------------
 1 files changed, 27 insertions(+), 15 deletions(-)

diffs (57 lines):

diff -r ad5c483bd26c -r 4488e6cc9bd0 bin/csh/csh.1
--- a/bin/csh/csh.1     Sun Jun 15 13:07:57 2003 +0000
+++ b/bin/csh/csh.1     Sun Jun 15 13:10:00 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: csh.1,v 1.34 2002/02/08 01:21:56 ross Exp $
+.\"    $NetBSD: csh.1,v 1.34.2.1 2003/06/15 13:10:00 tron Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1379,21 +1379,33 @@
 the current limits.  Only the super-user 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
+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),
-.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).
+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



Home | Main Index | Thread Index | Old Index