diff options
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/ksh.1 | 10 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 10 |
2 files changed, 4 insertions, 16 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index d0c05b9fa3a..0e511659e0b 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1,v 1.3 1996/11/21 08:18:19 downsj Exp $ +.\" $OpenBSD: ksh.1,v 1.4 1998/01/17 18:53:46 millert Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -2343,7 +2343,7 @@ any executed commands. Exported functions are not implemented yet. T} .TE .\"}}} -.\"{{{ ulimit [-acdfHlmnpsStvw] [value] +.\"{{{ ulimit [-acdfHlmnpsSt] [value] .IP "\fBulimit\fP [\fB\-acdfHlmnpsStvw\fP] [\fIvalue\fP]" Display or set process limits. If no options are used, the file size limit (\fB\-f\fP) is assumed. @@ -2383,12 +2383,6 @@ time. Impose a size limit of \fIn\fP kbytes on the size of the stack area. .IP \fB\-t\fP Impose a time limit of \fIn\fP cpu seconds to be used by each process. -.IP \fB\-v\fP -Impose a limit of \fIn\fP kbytes on the amount of virtual memory used; -on some systems this is the maximum allowable virtual address (in bytes, -not kbytes). -.IP \fB\-w\fP -Impose a limit of \fIn\fP kbytes on the amount of swap space used. .PP As far as \fBulimit\fP is concerned, a block is 512 bytes. .RE diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 651f25fd765..3124c11ba9b 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1tbl,v 1.3 1996/11/21 08:18:19 downsj Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.4 1998/01/17 18:53:46 millert Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -2343,7 +2343,7 @@ any executed commands. Exported functions are not implemented yet. T} .TE .\"}}} -.\"{{{ ulimit [-acdfHlmnpsStvw] [value] +.\"{{{ ulimit [-acdfHlmnpsSt] [value] .IP "\fBulimit\fP [\fB\-acdfHlmnpsStvw\fP] [\fIvalue\fP]" Display or set process limits. If no options are used, the file size limit (\fB\-f\fP) is assumed. @@ -2383,12 +2383,6 @@ time. Impose a size limit of \fIn\fP kbytes on the size of the stack area. .IP \fB\-t\fP Impose a time limit of \fIn\fP cpu seconds to be used by each process. -.IP \fB\-v\fP -Impose a limit of \fIn\fP kbytes on the amount of virtual memory used; -on some systems this is the maximum allowable virtual address (in bytes, -not kbytes). -.IP \fB\-w\fP -Impose a limit of \fIn\fP kbytes on the amount of swap space used. .PP As far as \fBulimit\fP is concerned, a block is 512 bytes. .RE |