summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormk <mk@openbsd.org>2007-02-13 18:14:01 +0000
committermk <mk@openbsd.org>2007-02-13 18:14:01 +0000
commita7d67fa9e2e3f98f48ecc381b1bc2408da1085da (patch)
tree4d26536e582d2a773502d769c21e7abcebabf5ad
parentFix a problem with wrapped incremental searches. (diff)
downloadwireguard-openbsd-a7d67fa9e2e3f98f48ecc381b1bc2408da1085da.tar.xz
wireguard-openbsd-a7d67fa9e2e3f98f48ecc381b1bc2408da1085da.zip
It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA.
ok brad
-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.