svn commit: r289964 - in stable/9: . share/man/man9
Garrett Cooper
ngie at FreeBSD.org
Sun Oct 25 22:57:07 UTC 2015
Author: ngie
Date: Sun Oct 25 22:57:05 2015
New Revision: 289964
URL: https://svnweb.freebsd.org/changeset/base/289964
Log:
MFstable/10 r289963:
MFC r288295,r288298:
r288295:
Posthumously remove all references to MFREE(9)
The macro was removed in r90227
Sponsored by: EMC / Isilon Storage Division
r288298:
Remove MLINKS to more non-existent mbuf(9) macros
Sponsored by: EMC / Isilon Storage Division
Modified:
stable/9/ObsoleteFiles.inc (contents, props changed)
stable/9/share/man/man9/Makefile
stable/9/share/man/man9/mbuf.9
Directory Properties:
stable/9/ (props changed)
stable/9/share/ (props changed)
stable/9/share/man/ (props changed)
stable/9/share/man/man9/ (props changed)
Modified: stable/9/ObsoleteFiles.inc
==============================================================================
--- stable/9/ObsoleteFiles.inc Sun Oct 25 22:55:19 2015 (r289963)
+++ stable/9/ObsoleteFiles.inc Sun Oct 25 22:57:05 2015 (r289964)
@@ -38,6 +38,12 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20151025: 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
# 20131023: remove never used iscsi directory
OLD_DIRS+=usr/share/examples/iscsi
# 20151023: unused sgsmsg utility is removed
Modified: stable/9/share/man/man9/Makefile
==============================================================================
--- stable/9/share/man/man9/Makefile Sun Oct 25 22:55:19 2015 (r289963)
+++ stable/9/share/man/man9/Makefile Sun Oct 25 22:57:05 2015 (r289964)
@@ -866,12 +866,7 @@ 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 MFREE.9 \
mbuf.9 m_free.9 \
mbuf.9 m_freem.9 \
mbuf.9 MGET.9 \
Modified: stable/9/share/man/man9/mbuf.9
==============================================================================
--- stable/9/share/man/man9/mbuf.9 Sun Oct 25 22:55:19 2015 (r289963)
+++ stable/9/share/man/man9/mbuf.9 Sun Oct 25 22:57:05 2015 (r289964)
@@ -51,8 +51,6 @@
.Fa "short flags"
.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-stable-9
mailing list