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 | |
parent | b1edebcb26826a603b4b7e34812a25ebf585900e (diff) |
Document ulimit -v; mickey@ OK
-rw-r--r-- | bin/ksh/ksh.1 | 8 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 8 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 6 | ||||
-rw-r--r-- | bin/ksh/sh.1tbl | 6 |
4 files changed, 22 insertions, 6 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index d46f78f10a3..baba60f46ef 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.71 2004/08/04 20:01:44 jaredy Exp $ +.\" $OpenBSD: ksh.1,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 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 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 diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index 3ff0772e483..61633d05bb3 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1tbl,v 1.48 2004/08/04 20:01:44 jaredy Exp $ +.\" $OpenBSD: sh.1tbl,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 |