summaryrefslogtreecommitdiff
path: root/share/man/man9/malloc.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/malloc.9')
-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 e19e011b64f..67968dd15de 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: malloc.9,v 1.47 2012/04/06 15:42:56 jsing Exp $
+.\" $OpenBSD: malloc.9,v 1.48 2013/06/04 19:27:09 schwarze Exp $
.\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 6 2012 $
+.Dd $Mdocdate: June 4 2013 $
.Dt MALLOC 9
.Os
.Sh NAME
@@ -36,8 +36,8 @@
.Nm free
.Nd kernel memory allocator
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <sys/malloc.h>
+.In sys/types.h
+.In sys/malloc.h
.Ft void *
.Fn malloc "unsigned long size" "int type" "int flags"
.Ft void