diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-08-07 16:46:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-08-07 16:46:59 +0000 |
commit | 0e899b1d93fdc1bd2f512468a519df445aba2d0c (patch) | |
tree | fc076811f735884c75f7ab48275b905bf91fa0ef /bin/ksh/ksh.1tbl | |
parent | b1edebcb26826a603b4b7e34812a25ebf585900e (diff) |
Document ulimit -v; mickey@ OK
Diffstat (limited to 'bin/ksh/ksh.1tbl')
-rw-r--r-- | bin/ksh/ksh.1tbl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 978cac7909a..a90873241cb 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.71 2004/08/04 20:01:44 jaredy Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.72 2004/08/07 16:46:58 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -4000,7 +4000,7 @@ Parameters (or functions) are placed in the environment of any executed commands. Exported functions are not yet implemented. .El -.It Xo Ic ulimit Op Fl acdfHlmnpsSt +.It Xo Ic ulimit Op Fl acdfHlmnpsStv .Op Ar value .Xc Display or set process limits. @@ -4065,6 +4065,10 @@ Impose a time limit of .Ar n .Tn CPU seconds to be used by each process. +.It Fl v Ar n +Impose a limit of +.Ar n +kilobytes on the amount of virtual memory used. .El .Pp As far as |