svn commit: r288295 - in head: . share/man/man9

Garrett Cooper ngie at FreeBSD.org
Sun Sep 27 04:40:55 UTC 2015


Author: ngie
Date: Sun Sep 27 04:40:54 2015
New Revision: 288295
URL: https://svnweb.freebsd.org/changeset/base/288295

Log:
  Posthumously remove all references to MFREE(9)
  
  The macro was removed in r90227
  
  MFC after: 3 days
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/ObsoleteFiles.inc
  head/share/man/man9/Makefile
  head/share/man/man9/mbuf.9

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sun Sep 27 04:36:09 2015	(r288294)
+++ head/ObsoleteFiles.inc	Sun Sep 27 04:40:54 2015	(r288295)
@@ -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

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Sun Sep 27 04:36:09 2015	(r288294)
+++ head/share/man/man9/Makefile	Sun Sep 27 04:40:54 2015	(r288295)
@@ -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 \

Modified: head/share/man/man9/mbuf.9
==============================================================================
--- head/share/man/man9/mbuf.9	Sun Sep 27 04:36:09 2015	(r288294)
+++ head/share/man/man9/mbuf.9	Sun Sep 27 04:40:54 2015	(r288295)
@@ -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"


More information about the svn-src-head mailing list