svn commit: r212141 - stable/8/share/man/man9

Ed Schouten ed at FreeBSD.org
Thu Sep 2 07:49:46 UTC 2010


Author: ed
Date: Thu Sep  2 07:49:45 2010
New Revision: 212141
URL: http://svn.freebsd.org/changeset/base/212141

Log:
  MFC r211633:
  
    Add missing mlink for insmntque1().

Modified:
  stable/8/share/man/man9/Makefile
Directory Properties:
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/Makefile
==============================================================================
--- stable/8/share/man/man9/Makefile	Thu Sep  2 06:49:27 2010	(r212140)
+++ stable/8/share/man/man9/Makefile	Thu Sep  2 07:49:45 2010	(r212141)
@@ -699,6 +699,7 @@ MLINKS+=ieee80211_vap.9 ieee80211_vap_se
 MLINKS+=ifnet.9 ifaddr.9 \
 	ifnet.9 if_data.9 \
 	ifnet.9 ifqueue.9
+MLINKS+=insmntque.9 insmntque1.9
 MLINKS+=ithread.9 ithread_add_handler.9 \
 	ithread.9 ithread_create.9 \
 	ithread.9 ithread_destroy.9 \


More information about the svn-src-all mailing list