svn commit: r186855 - stable/7/share/man/man4

Alexander Motin mav at FreeBSD.org
Wed Jan 7 11:04:59 UTC 2009


Author: mav
Date: Wed Jan  7 11:04:57 2009
New Revision: 186855
URL: http://svn.freebsd.org/changeset/base/186855

Log:
  Partially MFC rev. 172658 to reduce diff.
  
  Sort.

Modified:
  stable/7/share/man/man4/Makefile

Modified: stable/7/share/man/man4/Makefile
==============================================================================
--- stable/7/share/man/man4/Makefile	Wed Jan  7 09:56:54 2009	(r186854)
+++ stable/7/share/man/man4/Makefile	Wed Jan  7 11:04:57 2009	(r186855)
@@ -299,8 +299,8 @@ MAN=	aac.4 \
 	sched_4bsd.4 \
 	sched_ule.4 \
 	screen.4 \
-	sctp.4 \
 	scsi.4 \
+	sctp.4 \
 	sem.4 \
 	ses.4 \
 	sf.4 \
@@ -330,8 +330,8 @@ MAN=	aac.4 \
 	snd_gusc.4 \
 	snd_hda.4 \
 	snd_ich.4 \
-	snd_maestro.4 \
 	snd_maestro3.4 \
+	snd_maestro.4 \
 	snd_mss.4 \
 	snd_neomagic.4 \
 	snd_sbc.4 \
@@ -542,12 +542,12 @@ MLINKS+=vge.4 if_vge.4
 MLINKS+=vlan.4 if_vlan.4
 MLINKS+=vpo.4 imm.4
 MLINKS+=vr.4 if_vr.4
+MLINKS+=watchdog.4 SW_WATCHDOG.4
 MLINKS+=wb.4 if_wb.4
 MLINKS+=wi.4 if_wi.4
 MLINKS+=${_wpi.4} ${_if_wpi.4}
 MLINKS+=xe.4 if_xe.4
 MLINKS+=xl.4 if_xl.4
-MLINKS+=watchdog.4 SW_WATCHDOG.4
 
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
 _acpi_dock.4=	acpi_dock.4
@@ -563,13 +563,13 @@ _if_nxge.4=	if_nxge.4
 _if_wpi.4=	if_wpi.4
 _ipmi.4=	ipmi.4
 _k8temp.4=	k8temp.4
-_nfsmb.4=	nfsmb.4
 _nfe.4=		nfe.4
+_nfsmb.4=	nfsmb.4
 _nve.4=		nve.4
 _nxge.4=	nxge.4
 _rr232x.4=	rr232x.4
-_spkr.4=	spkr.4
 _speaker.4=	speaker.4
+_spkr.4=	spkr.4
 _wpi.4=		wpi.4
 .endif
 


More information about the svn-src-stable mailing list