summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-05-26 08:22:11 +0000
committerjmc <jmc@openbsd.org>2010-05-26 08:22:11 +0000
commitaab739ba2988e682eb700084f4d4e70c8dcc4d93 (patch)
treeb939359a50c379c5eb87e2320a24c64d09cd580c /lib/libc/stdlib/malloc.3
parentreword the 'D' dump bit to make it clear that the malloc.out file needs (diff)
downloadwireguard-openbsd-aab739ba2988e682eb700084f4d4e70c8dcc4d93.tar.xz
wireguard-openbsd-aab739ba2988e682eb700084f4d4e70c8dcc4d93.zip
oops - forgot to check for trailing whitespace;
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r--lib/libc/stdlib/malloc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 1abf18345d0..e8df26c61f3 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: malloc.3,v 1.67 2010/05/26 07:27:38 thib Exp $
+.\" $OpenBSD: malloc.3,v 1.68 2010/05/26 08:22:11 jmc Exp $
.\"
.Dd $Mdocdate: May 26 2010 $
.Dt MALLOC 3
@@ -223,7 +223,7 @@ rather than when the bogus pointer was used.
.It Cm D
.Dq Dump .
.Fn malloc
-will dump statistics to the file
+will dump statistics to the file
.Pa ./malloc.out ,
if it already exists,
at exit.