summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-08-15 09:51:25 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-08-15 09:51:25 +0000
commit74804d58a06fddb5364973f0c91a5cbd324cc451 (patch)
tree3d4167070f13f14e0fab0f6fe2c140f41497586e /lib/libc/stdlib/malloc.3
parentbd3a53203f8d6209cd012ea447ce8838afd8431f (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r--lib/libc/stdlib/malloc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 40eed263292c..e0f60bdca146 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 ,