diff options
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 c23d4c494863..7039a257f80f 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -69,7 +69,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 @@ -207,7 +207,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 |
