Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2015 04:55:44 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288298 - in head: . share/man/man9
Message-ID:  <201509270455.t8R4ti42083184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Sep 27 04:55:43 2015
New Revision: 288298
URL: https://svnweb.freebsd.org/changeset/base/288298

Log:
  Remove MLINKS to more non-existent mbuf(9) macros
  
  X-MFC with: r288295
  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:54:29 2015	(r288297)
+++ head/ObsoleteFiles.inc	Sun Sep 27 04:55:43 2015	(r288298)
@@ -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

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Sun Sep 27 04:54:29 2015	(r288297)
+++ head/share/man/man9/Makefile	Sun Sep 27 04:55:43 2015	(r288298)
@@ -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 \

Modified: head/share/man/man9/mbuf.9
==============================================================================
--- head/share/man/man9/mbuf.9	Sun Sep 27 04:54:29 2015	(r288297)
+++ head/share/man/man9/mbuf.9	Sun Sep 27 04:55:43 2015	(r288298)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509270455.t8R4ti42083184>