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

John Baldwin jhb at FreeBSD.org
Tue Jan 19 20:36:15 UTC 2010


Author: jhb
Date: Tue Jan 19 20:36:15 2010
New Revision: 202650
URL: http://svn.freebsd.org/changeset/base/202650

Log:
  Sort NDHASGIANT.9 link properly.

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Tue Jan 19 20:35:44 2010	(r202649)
+++ head/share/man/man9/Makefile	Tue Jan 19 20:36:15 2010	(r202650)
@@ -903,8 +903,8 @@ MLINKS+=mutex.9 mtx_assert.9 \
 	mutex.9 mtx_unlock_spin.9 \
 	mutex.9 mtx_unlock_spin_flags.9
 MLINKS+=namei.9 NDFREE.9 \
-	namei.9 NDINIT.9 \
-	namei.9 NDHASGIANT.9
+	namei.9 NDHASGIANT.9 \
+	namei.9 NDINIT.9
 MLINKS+=pbuf.9 getpbuf.9 \
 	pbuf.9 relpbuf.9 \
 	pbuf.9 trypbuf.9


More information about the svn-src-head mailing list