Date: Wed, 7 Jan 2009 11:04:57 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r186855 - stable/7/share/man/man4 Message-ID: <200901071104.n07B4vk7083826@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901071104.n07B4vk7083826>