diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-16 09:08:22 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-16 09:08:22 +0000 |
| commit | 32f6256a49892a9f12b7d3eaa524e350c25c65b5 (patch) | |
| tree | e2502ffaa2585f7dd9afc9b56eae932be78000d5 /lib/libc/stdlib/malloc.3 | |
| parent | 55f4342b4e43b2e4dc63a705c17933f812a60f2f (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 75682295655b..e9e4d2026c56 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -71,7 +71,7 @@ for storage of any type of object. If the space is at least .Em pagesize bytes in length (see -.Xr getpagesize 3 ), +.Xr getpagesize 3 ) , the returned memory will be page boundary aligned as well. If .Fn malloc @@ -209,7 +209,7 @@ option. Rather than return failure for any allocation function, display a diagnostic message on stderr and cause the program to drop core (using -.Xr abort 3 ). +.Xr abort 3 ) . This option should be set at compile time by including the following in the source code: .Bd -literal -offset indent |
