From c91afdd4d085ab80bcbedd2df64ffd7999bc7b04 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 27 Sep 2015 04:40:54 +0000 Subject: [PATCH] Posthumously remove all references to MFREE(9) The macro was removed in r90227 MFC after: 3 days Sponsored by: EMC / Isilon Storage Division --- ObsoleteFiles.inc | 2 ++ share/man/man9/Makefile | 1 - share/man/man9/mbuf.9 | 1 - 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"