svn commit: r211633 - head/share/man/man9

Ed Schouten ed at FreeBSD.org
Sun Aug 22 16:42:47 UTC 2010


Author: ed
Date: Sun Aug 22 16:42:46 2010
New Revision: 211633
URL: http://svn.freebsd.org/changeset/base/211633

Log:
  Add missing mlink for insmntque1().
  
  MFC after:	1 week

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Sun Aug 22 16:32:59 2010	(r211632)
+++ head/share/man/man9/Makefile	Sun Aug 22 16:42:46 2010	(r211633)
@@ -700,6 +700,7 @@ MLINKS+=ieee80211_vap.9 ieee80211_vap_at
 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