diff options
author | 2008-11-26 12:06:54 +0000 | |
---|---|---|
committer | 2008-11-26 12:06:54 +0000 | |
commit | 24437b73a3d08658a9a89da57236ee90eb2b0d1b (patch) | |
tree | c36d341af805c3b1a3020aded874362093c86b93 /lib/libc | |
parent | Implement config reloading (still only work in progress) (diff) | |
download | wireguard-openbsd-24437b73a3d08658a9a89da57236ee90eb2b0d1b.tar.xz wireguard-openbsd-24437b73a3d08658a9a89da57236ee90eb2b0d1b.zip |
Fix typo, okay jmc@.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 79d36d61fdb..edcd748ed97 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/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. |