svn commit: r198765 - stable/8/share/man/man4

Andriy Gapon avg at FreeBSD.org
Sun Nov 1 18:10:39 UTC 2009


Author: avg
Date: Sun Nov  1 18:10:38 2009
New Revision: 198765
URL: http://svn.freebsd.org/changeset/base/198765

Log:
  MFC 198279: fix sorting of some amd* entries in some makefiles

Modified:
  stable/8/share/man/man4/   (props changed)
  stable/8/share/man/man4/Makefile

Modified: stable/8/share/man/man4/Makefile
==============================================================================
--- stable/8/share/man/man4/Makefile	Sun Nov  1 17:58:56 2009	(r198764)
+++ stable/8/share/man/man4/Makefile	Sun Nov  1 18:10:38 2009	(r198765)
@@ -30,8 +30,8 @@ MAN=	aac.4 \
 	ale.4 \
 	altq.4 \
 	amd.4 \
-	${_amdtemp.4} \
 	${_amdsmb.4} \
+	${_amdtemp.4} \
 	amr.4 \
 	an.4 \
 	arcmsr.4 \


More information about the svn-src-stable mailing list