Browse Source

Fix typo, okay jmc@.

OPENBSD_4_5
pedro 16 years ago
parent
commit
09239b2280
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/malloc.3

+ 3
- 3
src/lib/libc/stdlib/malloc.3 View File

@ -30,9 +30,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dt MALLOC 3
.Os .Os
.Sh NAME .Sh NAME
@ -251,7 +251,7 @@ Currently junk is bytes of 0xd0 when allocating; this is pronounced
Freed chunks are filled with 0xdf. Freed chunks are filled with 0xdf.
.It Cm P .It Cm P
.Dq Move allocations within a page. .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 are aligned to the end of a page to catch buffer overruns in more
cases. cases.
This is the default. This is the default.


Loading…
Cancel
Save