summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMathieu Sauve-Frankel <msf@cvs.openbsd.org>2005-05-10 04:38:46 +0000
committerMathieu Sauve-Frankel <msf@cvs.openbsd.org>2005-05-10 04:38:46 +0000
commit796b158857a3d96b49040462daa0a41ab72b07b9 (patch)
treebf30fe466295f9bdf9a3ff69cf80a17cde148ea1 /share
parent979989de208282ffcb05551f4f5983889d7d6f99 (diff)
- link mtod(9) to mbuf(9)
ok brad@ deraadt@ miod@
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 706dd23598b..12a491361c4 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.91 2005/04/04 12:48:42 jsg Exp $
+# $OpenBSD: Makefile,v 1.92 2005/05/10 04:38:45 msf Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -189,7 +189,7 @@ MLINKS+=mbuf.9 m_copym2.9 mbuf.9 m_copym.9 mbuf.9 m_free.9 mbuf.9 MFREE.9 \
mbuf.9 m_cat.9 mbuf.9 m_devget.9 mbuf.9 m_zero.9 mbuf.9 m_apply.9 \
mbuf.9 MEXTALLOC.9 mbuf.9 MCLGET.9 mbuf.9 MEXTADD.9 mbuf.9 M_ALIGN.9 \
mbuf.9 MH_ALIGN.9 mbuf.9 M_READONLY.9 mbuf.9 M_LEADINGSPACE.9 \
- mbuf.9 M_TRAILINGSPACE.9 mbuf.9 MCHTYPE.9
+ mbuf.9 M_TRAILINGSPACE.9 mbuf.9 MCHTYPE.9 mbuf.9 mtod.9
MLINKS+=microtime.9 getmicrotime.9 microtime.9 microuptime.9 \
microtime.9 getmicrouptime.9 microtime.9 nanotime.9 \
microtime.9 getnanotime.9 microtime.9 nanouptime.9 \