From 0e899b1d93fdc1bd2f512468a519df445aba2d0c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 7 Aug 2004 16:46:59 +0000 Subject: Document ulimit -v; mickey@ OK --- bin/ksh/sh.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/ksh/sh.1') diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 1e5e73d3a3d..94f82158cca 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.48 2004/08/04 20:01:44 jaredy Exp $ +.\" $OpenBSD: sh.1,v 1.49 2004/08/07 16:46:58 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -3508,6 +3508,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 -- cgit v1.2.3