From 09239b22803f07d9e6eb9467de57990a6aff9d79 Mon Sep 17 00:00:00 2001 From: pedro <> Date: Wed, 26 Nov 2008 12:06:54 +0000 Subject: [PATCH] Fix typo, okay jmc@. --- src/lib/libc/stdlib/malloc.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3 index 79d36d61..edcd748e 100644 --- a/src/lib/libc/stdlib/malloc.3 +++ b/src/lib/libc/stdlib/malloc.3 @@ -30,9 +30,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.57 2008/11/20 09:05:15 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.58 2008/11/26 12:06:54 pedro Exp $ .\" -.Dd $Mdocdate: November 20 2008 $ +.Dd $Mdocdate: November 26 2008 $ .Dt MALLOC 3 .Os .Sh NAME @@ -251,7 +251,7 @@ Currently junk is bytes of 0xd0 when allocating; this is pronounced Freed chunks are filled with 0xdf. .It Cm P .Dq Move allocations within a page. -Allocations larger than half a page but smaller that a page +Allocations larger than half a page but smaller than a page are aligned to the end of a page to catch buffer overruns in more cases. This is the default.