diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2016-10-14 17:34:28 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2016-10-14 17:34:28 +0000 |
commit | 5dbf12f80038c0d7b35c4e82d5347ed5048877f2 (patch) | |
tree | 4ecf25bbc1bca3349e36fd1e647f5685103f1c94 /share/man | |
parent | 873619c60217e5b8a27b59511b25787996462f1a (diff) |
0xd0 -> 0xdb; ok deraadt@ millert@ tedu@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/malloc.conf.5 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man5/malloc.conf.5 b/share/man/man5/malloc.conf.5 index 6fe15cf353a..e7a22761bc2 100644 --- a/share/man/man5/malloc.conf.5 +++ b/share/man/man5/malloc.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.conf.5,v 1.7 2016/07/06 20:32:02 otto Exp $ +.\" $OpenBSD: malloc.conf.5,v 1.8 2016/10/14 17:34:27 otto Exp $ .\" .\" Copyright (c) 2012 Damien Miller <djm@openbsd.org> .\" Copyright (c) 2008, 2009, 2010, 2011 Otto Moerbeek <otto@drijf.net> @@ -17,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 6 2016 $ +.Dd $Mdocdate: October 14 2016 $ .Dt MALLOC.CONF 5 .Os .Sh NAME @@ -84,10 +84,8 @@ Increase the junk level by one if it is smaller than 2. .Dq Less junking . Decrease the junk level by one if it is larger than 0. Junking writes some junk bytes into the area allocated. -Currently junk is bytes of 0xd0 when allocating; this is pronounced -.Dq Duh . -\&:-) -Freed chunks are filled with 0xdf. +Currently junk is bytes of 0xdb when allocating; +freed chunks are filled with 0xdf. By default the junk level is 1: small chunks are always junked and the first part of pages is junked after free. After a delay (if not switched off by the F option), |