aboutsummaryrefslogtreecommitdiff
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
parentef4cd02bfa7d60a60b27402a9d1d1fc532c5ac23 (diff)
Notes
-rw-r--r--ObsoleteFiles.inc2
-rw-r--r--share/man/man9/Makefile1
-rw-r--r--share/man/man9/mbuf.91
3 files changed, 2 insertions, 2 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 9f0e5524984e..27ad4107e8ec 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150926: posthumously (r90227) remove MFREE(9) from mbuf(9)
+OLD_FILES+=usr/share/man/man9/MFREE.9.gz
# 20150818: *allocm() are gone in jemalloc 4.0.0
OLD_FILES+=usr/share/man/man3/allocm.3.gz
OLD_FILES+=usr/share/man/man3/dallocm.3.gz
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"