diff options
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 2851a058a02..febf69a8a94 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.26 2001/08/23 05:21:51 pvalchev Exp $ +.\" $OpenBSD: sh.1,v 1.27 2001/08/25 21:26:29 heko Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -3340,7 +3340,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 acdfHlmnpsStvw +.It Xo Ic ulimit Op Fl acdfHlmnpsStv .Op Ar value .Xc Display or set process limits. @@ -3405,15 +3405,6 @@ 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 -kbytes on the amount of virtual memory used; on some systems this is the -maximum allowable virtual address (in bytes, not kbytes). -.It Fl w Ar n -Impose a limit of -.Ar n -kbytes on the amount of swap space used. .El .Pp As far as |