Date: Fri, 24 Aug 2007 17:53:05 GMT From: "Constantine A. Murenin" <cnst@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 125635 for review Message-ID: <200708241753.l7OHr5TD018266@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125635 Change 125635 by cnst@dale on 2007/08/24 17:52:05 branch coretemp(4) manual page and integrate man4/Makefile Affected files ... .. //depot/projects/soc2007/cnst-sensors/share.man.man4/Makefile#3 integrate .. //depot/projects/soc2007/cnst-sensors/share.man.man4/coretemp.4#1 branch Differences ... ==== //depot/projects/soc2007/cnst-sensors/share.man.man4/Makefile#3 (text+ko) ==== @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/18/93 -# $FreeBSD: src/share/man/man4/Makefile,v 1.391 2007/08/02 08:04:48 bz Exp $ +# $FreeBSD: src/share/man/man4/Makefile,v 1.392 2007/08/23 20:05:09 des Exp $ MAN= aac.4 \ acpi.4 \ @@ -49,6 +49,7 @@ ciss.4 \ cm.4 \ cnw.4 \ + ${_coretemp.4} \ cpufreq.4 \ crypto.4 \ cue.4 \ @@ -103,6 +104,7 @@ ${_hptmv.4} \ hwpmc.4 \ ichsmb.4 \ + ${_ichwd.4} \ icmp.4 \ icmp6.4 \ ida.4 \ @@ -538,8 +540,10 @@ .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" _acpi_dock.4= acpi_dock.4 _amdsmb.4= amdsmb.4 +_coretemp.4= coretemp.4 _hptiop.4= hptiop.4 _hptmv.4= hptmv.4 +_ichwd.4= ichwd.4 _if_nfe.4= if_nfe.4 _if_nve.4= if_nve.4 _if_nxge.4= if_nxge.4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708241753.l7OHr5TD018266>