From owner-p4-projects@FreeBSD.ORG Fri Aug 24 17:53:06 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 694AF16A41B; Fri, 24 Aug 2007 17:53:06 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D8CC16A418 for ; Fri, 24 Aug 2007 17:53:06 +0000 (UTC) (envelope-from cnst@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F31313C457 for ; Fri, 24 Aug 2007 17:53:06 +0000 (UTC) (envelope-from cnst@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7OHr6cL018269 for ; Fri, 24 Aug 2007 17:53:06 GMT (envelope-from cnst@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7OHr5TD018266 for perforce@freebsd.org; Fri, 24 Aug 2007 17:53:05 GMT (envelope-from cnst@FreeBSD.org) Date: Fri, 24 Aug 2007 17:53:05 GMT Message-Id: <200708241753.l7OHr5TD018266@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cnst@FreeBSD.org using -f From: "Constantine A. Murenin" To: Perforce Change Reviews Cc: Subject: PERFORCE change 125635 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 17:53:06 -0000 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