Posthumously remove all references to MFREE(9)

The macro was removed in r90227

MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-09-27 04:40:54 +00:00
parent ef4cd02bfa
commit c91afdd4d0
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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"