summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2007-02-13 18:14:02 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2007-02-13 18:14:02 +0000
commit203287ccbb0e74abe77aba0e7e6d3e80928632c9 (patch)
tree7d2a8387900916afea3cc2ae10f7e10a5274d666 /share/man
parent4fa38c2d2ecf73c5715db20e6dab2aeeb0b8861b (diff)
It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA.
ok brad
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/malloc.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 818fe1b93c9..99afcb4c3c3 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: malloc.9,v 1.36 2005/12/14 22:03:00 pedro Exp $
+.\" $OpenBSD: malloc.9,v 1.37 2007/02/13 18:14:01 mk Exp $
.\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -260,9 +260,9 @@ data buffers.
related credentials.
.It Dv M_PACKET_TAGS
Packet-attached information tags.
-.It Dv M1394CTL
+.It Dv M_1394CTL
IEEE 1394 control structures.
-.It Dv M1394DATA
+.It Dv M_1394DATA
IEEE 1394 data buffers.
.It Dv M_EMULDATA
Per process emulation data.