PERFORCE change 125378 for review
Constantine A. Murenin
cnst at FreeBSD.org
Sun Aug 19 19:41:40 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=125378
Change 125378 by cnst at dale on 2007/08/20 02:41:29
add sensor_attach.9 manual page and connect it to the build
don't document sensordev_get() and sensor_find(), because
these functions are internal to kern_sensors.c
remove some references to things that I'm not certain are true/relevant,
and add some references to the see also section
whilst here, document the porting to FreeBSD part in the history section
Obtained from: OpenBSD + local modifications for FreeBSD
Affected files ...
.. //depot/projects/soc2007/cnst-sensors/share.man.man9/Makefile#2 edit
.. //depot/projects/soc2007/cnst-sensors/share.man.man9/sensor_attach.9#1 add
Differences ...
==== //depot/projects/soc2007/cnst-sensors/share.man.man9/Makefile#2 (text+ko) ====
@@ -209,6 +209,7 @@
securelevel_gt.9 \
selrecord.9 \
sema.9 \
+ sensor_attach.9 \
sf_buf.9 \
signal.9 \
sleep.9 \
@@ -974,6 +975,11 @@
sema.9 sema_trywait.9 \
sema.9 sema_value.9 \
sema.9 sema_wait.9
+MLINKS+=sensor_attach.9 sensordev_install.9 \
+ sensor_attach.9 sensordev_deinstall.9 \
+ sensor_attach.9 sensor_detach.9 \
+ sensor_attach.9 sensor_task_register.9 \
+ sensor_attach.9 sensor_task_unregister.9
MLINKS+=sf_buf.9 sf_buf_alloc.9 \
sf_buf.9 sf_buf_free.9 \
sf_buf.9 sf_buf_kva.9 \
More information about the p4-projects
mailing list