From e9f3d2644bdbcbbbbf706f8f5fb766bbeff8bd66 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 20 Dec 2009 14:24:23 +0100 Subject: [PATCH] mbuf.9: We have neither the MFREE() nor M_COPY_PKTHDR() macros. --- share/man/man9/mbuf.9 | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 2083c4751d..a3460d40d9 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -42,13 +42,10 @@ .Fn MGET "struct mbuf *mbuf" "int how" "short type" .Fn MGETHDR "struct mbuf *mbuf" "int how" "short type" .Fn MCLGET "struct mbuf *mbuf" "int how" -.Fn MFREE "struct mbuf *mbuf" "struct mbuf *successor" .\" .Ss Mbuf utility macros .Ft void * .Fn mtod "struct mbuf *mbuf" "type" -.Ft int -.Fn M_COPY_PKTHDR "struct mbuf *to" "struct mbuf *from" .Fn M_ALIGN "struct mbuf *mbuf" "u_int len" .Fn MH_ALIGN "struct mbuf *mbuf" "u_int len" .Ft int -- 2.11.4.GIT