aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ObsoleteFiles.inc6
-rw-r--r--share/man/man9/Makefile4
-rw-r--r--share/man/man9/mbuf.91
3 files changed, 5 insertions, 6 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 27ad4107e8ec..6263f08c6681 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,7 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
-# 20150926: posthumously (r90227) remove MFREE(9) from mbuf(9)
+# 20150926: remove links to removed/unimplemented mbuf(9) macros
+OLD_FILES+=usr/share/man/man9/MEXT_ADD_REF.9.gz
+OLD_FILES+=usr/share/man/man9/MEXTFREE.9.gz
+OLD_FILES+=usr/share/man/man9/MEXT_IS_REF.9.gz
+OLD_FILES+=usr/share/man/man9/MEXT_REM_REF.9.gz
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
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 637b32f6c134..f26123df1343 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1008,10 +1008,6 @@ MLINKS+=\
mbuf.9 m_dup.9 \
mbuf.9 m_dup_pkthdr.9 \
mbuf.9 MEXTADD.9 \
- mbuf.9 MEXT_ADD_REF.9 \
- mbuf.9 MEXTFREE.9 \
- mbuf.9 MEXT_IS_REF.9 \
- mbuf.9 MEXT_REM_REF.9 \
mbuf.9 m_fixhdr.9 \
mbuf.9 m_free.9 \
mbuf.9 m_freem.9 \
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index d2d5dfc37c60..9515cdfe5ef8 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -52,7 +52,6 @@
.Fa "short flags"
.Fa "int type"
.Fc
-.Fn MEXTFREE "struct mbuf *mbuf"
.\"
.Ss Mbuf utility macros
.Fn mtod "struct mbuf *mbuf" "type"