summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2000-06-25 13:46:07 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2000-06-25 13:46:07 +0000
commit0473afa6204a870a78257e976d6218f13d1858fd (patch)
treec758b1e9692904edc5bf6420ab607a86dc40920f /share/man/man9
parente7d1957ca9f95fe54e98396fbaf410beaccb0e00 (diff)
comma splice
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/malloc.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 95cf3755631..b3b117bf94b 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: malloc.9,v 1.11 2000/06/07 10:02:56 art Exp $
+.\" $OpenBSD: malloc.9,v 1.12 2000/06/25 13:46:06 pjanzen Exp $
.\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -400,8 +400,8 @@ variables.
.Va malloc_deb_type
should be set to the memory type and
.Va malloc_deb_size
-should be set to the memory size you want to debug. 0 can be used as a
-wildcard.
+should be set to the memory size you want to debug.
+0 can be used as a wildcard.
.Pp
Every call to
.Fn malloc
@@ -433,6 +433,6 @@ you have gotten an access to freed memory.
.Pp
You have to be very careful when using the
.Cm MALLOC_DEBUG
-option, the memory consumption can run away pretty quickly and there is
+option: the memory consumption can run away pretty quickly and there is
a severe performance degradation when allocating and freeing debugged memory
types.