Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2007 00:23:58 GMT
From:      "Constantine A. Murenin" <cnst@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 127205 for review
Message-ID:  <200710050023.l950Nwq9010003@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127205

Change 127205 by cnst@dale on 2007/10/05 00:23:54

	use .In for includes in manual pages
	
	Obtained from:	Sascha Wildner via DragonFly BSD

Affected files ...

.. //depot/projects/soc2007/cnst-sensors/lib.libc.gen/sysctl.3#6 edit
.. //depot/projects/soc2007/cnst-sensors/share.man.man4/lm.4#2 edit
.. //depot/projects/soc2007/cnst-sensors/share.man.man9/sensor_attach.9#6 edit

Differences ...

==== //depot/projects/soc2007/cnst-sensors/lib.libc.gen/sysctl.3#6 (text+ko) ====

@@ -334,7 +334,7 @@
 .Sy sensor_type
 enumeration
 are defined in
-.Aq Pa sys/sensors.h .
+.In sys/sensors.h .
 .El
 .Ss CTL_KERN
 The string and integer information available for the CTL_KERN level

==== //depot/projects/soc2007/cnst-sensors/share.man.man4/lm.4#2 (text+ko) ====

@@ -1,4 +1,4 @@
-.\"	$P4: //depot/projects/soc2007/cnst-sensors/share.man.man4/lm.4#1 $
+.\"	$P4: //depot/projects/soc2007/cnst-sensors/share.man.man4/lm.4#2 $
 .\"	$FreeBSD$
 .\"	$OpenBSD: lm.4,v 1.16 2007/05/26 22:38:55 cnst Exp $
 .\"	$NetBSD: lm.4,v 1.11 2001/09/22 01:22:49 wiz Exp $
@@ -124,7 +124,7 @@
 The driver was then ported to
 .Fx
 by
-.An Constantine A. Murenin Aq cnst@FreeBSD.org 
+.An Constantine A. Murenin Aq cnst@FreeBSD.org
 as a part of a Google Summer of Code 2007 project.
 .Sh CAVEATS
 Some vendors connect these chips to non-standard thermal diodes and

==== //depot/projects/soc2007/cnst-sensors/share.man.man9/sensor_attach.9#6 (text+ko) ====

@@ -1,4 +1,4 @@
-.\"	$P4: //depot/projects/soc2007/cnst-sensors/share.man.man9/sensor_attach.9#5 $
+.\"	$P4: //depot/projects/soc2007/cnst-sensors/share.man.man9/sensor_attach.9#6 $
 .\"	$FreeBSD$
 .\"	$OpenBSD: sensor_attach.9,v 1.4 2007/03/22 16:55:31 deraadt Exp $
 .\"
@@ -38,7 +38,7 @@
 .Nm sensor_task_unregister
 .Nd sensors framework
 .Sh SYNOPSIS
-.Fd #include <sys/sensors.h>
+.In sys/sensors.h
 .Ft void
 .Fn "sensordev_install" "struct ksensordev *sensdev"
 .Ft void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710050023.l950Nwq9010003>