From 05489f37025413b766ed5e028bafab4baae4b84f Mon Sep 17 00:00:00 2001 From: Heikki Korpela Date: Sat, 25 Aug 2001 21:26:30 +0000 Subject: OpenBSD doesn't have RLIMIT_VMEM or RLIMIT_SWAP, so we don't have ulimit -v or -w either. ok millert@ --- bin/ksh/ksh.1 | 13 ++----------- bin/ksh/ksh.1tbl | 13 ++----------- bin/ksh/sh.1 | 13 ++----------- bin/ksh/sh.1tbl | 13 ++----------- 4 files changed, 8 insertions(+), 44 deletions(-) (limited to 'bin/ksh') diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 4da2f984d5c..84ab371c12f 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.44 2001/08/23 05:21:51 pvalchev Exp $ +.\" $OpenBSD: ksh.1,v 1.45 2001/08/25 21:26:29 heko Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -3955,7 +3955,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 acdfHlmnpsSt .Op Ar value .Xc Display or set process limits. @@ -4020,15 +4020,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 diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index e4570cc1c05..aaacf7ae69a 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.44 2001/08/23 05:21:51 pvalchev Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.45 2001/08/25 21:26:29 heko Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -3955,7 +3955,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 acdfHlmnpsSt .Op Ar value .Xc Display or set process limits. @@ -4020,15 +4020,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 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 diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index af535f5a248..6c2683decd1 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1tbl,v 1.26 2001/08/23 05:21:51 pvalchev Exp $ +.\" $OpenBSD: sh.1tbl,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 -- cgit v1.2.3