aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-09-27 04:40:54 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-09-27 04:40:54 +0000
commitc91afdd4d085ab80bcbedd2df64ffd7999bc7b04 (patch)
treef113ddc7d086821e2d229cee971842b7a5200d9e /share
parentef4cd02bfa7d60a60b27402a9d1d1fc532c5ac23 (diff)
downloadsrc-c91afdd4d085ab80bcbedd2df64ffd7999bc7b04.tar.gz
src-c91afdd4d085ab80bcbedd2df64ffd7999bc7b04.zip
Posthumously remove all references to MFREE(9)
The macro was removed in r90227 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=288295
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile1
-rw-r--r--share/man/man9/mbuf.91
2 files changed, 0 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index b03e93dd23c6..637b32f6c134 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1013,7 +1013,6 @@ MLINKS+=\
mbuf.9 MEXT_IS_REF.9 \
mbuf.9 MEXT_REM_REF.9 \
mbuf.9 m_fixhdr.9 \
- mbuf.9 MFREE.9 \
mbuf.9 m_free.9 \
mbuf.9 m_freem.9 \
mbuf.9 MGET.9 \
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index ea53ab969b25..d2d5dfc37c60 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -53,7 +53,6 @@
.Fa "int type"
.Fc
.Fn MEXTFREE "struct mbuf *mbuf"
-.Fn MFREE "struct mbuf *mbuf" "struct mbuf *successor"
.\"
.Ss Mbuf utility macros
.Fn mtod "struct mbuf *mbuf" "type"