PERFORCE change 127205 for review
Constantine A. Murenin
cnst at FreeBSD.org
Thu Oct 4 17:23:58 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=127205
Change 127205 by cnst at 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 at FreeBSD.org
+.An Constantine A. Murenin Aq cnst at 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
More information about the p4-projects
mailing list