diff options
author | 2005-08-21 17:40:42 +0000 | |
---|---|---|
committer | 2005-08-21 17:40:42 +0000 | |
commit | ce0e5c5f3b5bbfcd4e5db646acba513a61282bc5 (patch) | |
tree | da2a65272c15172cca8067907ca2c69a294b95ce | |
parent | Some devices go berserk when asked for mode sense pages they don't (diff) | |
download | wireguard-openbsd-ce0e5c5f3b5bbfcd4e5db646acba513a61282bc5.tar.xz wireguard-openbsd-ce0e5c5f3b5bbfcd4e5db646acba513a61282bc5.zip |
Comment out description for 'ulimit -v' since we don't support
RLIMIT_VMEM / RLIMIT_AS at the moment. Support for those may
go in post-3.8.
-rw-r--r-- | bin/ksh/ksh.1 | 12 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 7064786f31b..99dd7b05884 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.101 2005/08/01 19:29:57 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.102 2005/08/21 17:40:42 millert Exp $ .\" .\" Public Domain .\" @@ -4183,7 +4183,7 @@ except zero padding is used instead of space padding. .Pp .It Xo .Ic ulimit -.Op Fl acdfHlmnpSstv +.Op Fl acdfHlmnpSst .Op Ar value .Xc Display or set process limits. @@ -4247,10 +4247,10 @@ kilobytes on the size of the stack area. Impose a time limit of .Ar n CPU seconds spent in user mode 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. +.\".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 ec765b89ffd..180f538623c 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.67 2005/06/01 03:32:05 jaredy Exp $ +.\" $OpenBSD: sh.1,v 1.68 2005/08/21 17:40:42 millert Exp $ .\" .\" Public Domain .\" @@ -3375,7 +3375,7 @@ except zero padding is used instead of space padding. .Pp .It Xo .Ic ulimit -.Op Fl acdfHlmnpSstv +.Op Fl acdfHlmnpSst .Op Ar value .Xc Display or set process limits. @@ -3439,10 +3439,10 @@ kilobytes on the size of the stack area. Impose a time limit of .Ar n CPU seconds spent in user mode 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. +.\".It Fl v Ar n +.\"Impose a limit of +.\".Ar n +.\"kilobytes on the amount of virtual memory used. .El .Pp As far as |