diff options
author | mpp <mpp@FreeBSD.org> | 1999-08-15 09:51:25 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-08-15 09:51:25 +0000 |
commit | b813f67e2ad997c6f4439095f8c981701f02bf0d (patch) | |
tree | 040a252d5b33c7ebbe4533209c1aaeb7407ee1d0 /lib/libc/stdlib/malloc.3 | |
parent | 682e4187a9ea74303e5616433fac58eea2da419b (diff) | |
download | FreeBSD-src-b813f67e2ad997c6f4439095f8c981701f02bf0d.zip FreeBSD-src-b813f67e2ad997c6f4439095f8c981701f02bf0d.tar.gz |
Various man page cleanup:
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlines in mdoc(7)
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexy M. Zelkin <phantom@cris.net>
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-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 40eed26..e0f60bd 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)malloc.3 8.1 (Berkeley) 6/4/93 -.\" $Id: malloc.3,v 1.18 1999/03/28 14:16:04 phk Exp $ +.\" $Id: malloc.3,v 1.19 1999/08/14 07:33:15 chris Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 @@ -274,7 +274,7 @@ is still available and intact. The .Fn free function returns no value. -.Sh "DEBUGGING MALLOC PROBLEMS" +.Sh DEBUGGING MALLOC PROBLEMS .Pp The major difference between this implementation and other allocation implementations is that the free pages are not accessed unless allocated, @@ -333,7 +333,7 @@ would be prohibitive. There are a number of allocation implementations available on the 'Net which focus on detecting and pinpointing problems by trading performance for extra sanity checks and detailed diagnostics. -.Sh "DIAGNOSTIC MESSAGES +.Sh DIAGNOSTIC MESSAGES If .Fn malloc , .Fn calloc , |