diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-10-07 16:09:50 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-10-07 16:09:50 +0000 |
commit | d55ad71da34dfbfc247d3d8d9f0acf5abc28a5ac (patch) | |
tree | e87e802436526eb2f0cf3473f097cc5357bad3a0 /bin/ksh/ksh.1 | |
parent | ab02cb9cf05ddd1474672dbd28ee7cc263cff49b (diff) |
note that ulimit -m is not enforced, spotted by jmc
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 529c73f6460..40a86eecf2c 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.182 2016/09/30 17:02:55 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.183 2016/10/07 16:09:49 tedu Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: September 30 2016 $ +.Dd $Mdocdate: October 7 2016 $ .Dt KSH 1 .Os .Sh NAME @@ -4272,6 +4272,7 @@ kilobytes on the amount of locked (wired) physical memory. Impose a limit of .Ar n kilobytes on the amount of physical memory used. +This limit is not enforced. .It Fl n Ar n Impose a limit of .Ar n |