Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2007 02:41:39 GMT
From:      "Constantine A. Murenin" <cnst@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 125378 for review
Message-ID:  <200708200241.l7K2fdWk038251@repoman.freebsd.org>

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

Change 125378 by cnst@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 \



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