summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authorgarbled <garbled@NetBSD.org>1999-03-22 19:44:33 +0000
committergarbled <garbled@NetBSD.org>1999-03-22 19:44:33 +0000
commit38c96853cf2e356c4df10c78151c5c1e20c989cd (patch)
treea103c8fb6e14d64950a52f8c5d8af2936918d2ad /lib/libc/stdlib/malloc.3
parent2ccf15e5f39ca2c18cdc5631b003183d13bc4c07 (diff)
Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Wheee!
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 7bfc3dce7e5..6ac3172b6d1 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: malloc.3,v 1.8 1998/02/05 18:50:03 perry Exp $
+.\" $NetBSD: malloc.3,v 1.9 1999/03/22 19:44:57 garbled Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -39,7 +39,7 @@
.\"
.Dd June 4, 1993
.Dt MALLOC 3
-.Os BSD 4
+.Os
.Sh NAME
.Nm malloc
.Nd general memory allocation function