diff options
author | ru <ru@FreeBSD.org> | 2001-01-16 09:08:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-01-16 09:08:22 +0000 |
commit | 3d8401c62e6c5841887621dcef82c2d19dcf1153 (patch) | |
tree | f80e3bd0937d82277bf64b3d4bceff95d06394bc /lib/libc/stdlib | |
parent | 081052d607543f8d7d0a33cd87104bfc5894c64f (diff) | |
download | FreeBSD-src-3d8401c62e6c5841887621dcef82c2d19dcf1153.zip FreeBSD-src-3d8401c62e6c5841887621dcef82c2d19dcf1153.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'lib/libc/stdlib')
-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 7568229..e9e4d20 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 |