diff options
author | 2000-06-25 13:46:06 +0000 | |
---|---|---|
committer | 2000-06-25 13:46:06 +0000 | |
commit | e320df3f0c1dfa6406d72f046c6028c694ddb962 (patch) | |
tree | 3aa633ff5c5754d73490b9aadc22e2ca7b15b8d9 | |
parent | vnd needs blowfish. Ok provos@ (diff) | |
download | wireguard-openbsd-e320df3f0c1dfa6406d72f046c6028c694ddb962.tar.xz wireguard-openbsd-e320df3f0c1dfa6406d72f046c6028c694ddb962.zip |
comma splice
-rw-r--r-- | share/man/man9/malloc.9 | 8 |
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. |