diff options
author | 2007-01-11 09:17:03 +0000 | |
---|---|---|
committer | 2007-01-11 09:17:03 +0000 | |
commit | 663d039afbf332f14ece1333c0f94e9d0f46a1ef (patch) | |
tree | d06fe3f547132236e642b58f65afb3ad9f09473a | |
parent | clean up this Makefile; (diff) | |
download | wireguard-openbsd-663d039afbf332f14ece1333c0f94e9d0f46a1ef.tar.xz wireguard-openbsd-663d039afbf332f14ece1333c0f94e9d0f46a1ef.zip |
MLINKS for functions described in mbuf_tags(9);
-rw-r--r-- | share/man/man9/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 95444b1b41a..2be1ccc9aba 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.119 2007/01/11 09:10:37 jmc Exp $ +# $OpenBSD: Makefile,v 1.120 2007/01/11 09:17:03 jmc Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -198,6 +198,11 @@ MLINKS+=mbuf.9 m_copym2.9 mbuf.9 m_copym.9 mbuf.9 m_free.9 mbuf.9 MFREE.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 mtod.9 +MLINKS+=mbuf_tags.9 m_tag_get.9 mbuf_tags.9 m_tag_find.9 \ + mbuf_tags.9 m_tag_prepend.9 mbuf_tags.9 m_tag_delete.9 \ + mbuf_tags.9 m_tag_copy.9 mbuf_tags.9 m_tag_delete_chain.9 \ + mbuf_tags.9 m_tag_init.9 mbuf_tags.9 m_tag_copy_chain.9 \ + mbuf_tags.9 m_tag_first.9 mbuf_tags.9 m_tag_next.9 MLINKS+=md5.9 MD5Init.9 md5.9 MD5Transform.9 MLINKS+=microtime.9 getmicrotime.9 microtime.9 microuptime.9 \ microtime.9 getmicrouptime.9 microtime.9 nanotime.9 \ |