summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-14 18:57:32 +0000
committerru <ru@FreeBSD.org>2007-10-14 18:57:32 +0000
commit88e36bc180bdebe232d1c4f1bc7274bc9ba4e266 (patch)
tree70b5f8b2d3c2cd2710fcf84b908e36650325b493 /lib
parentd99df3dd9e529e9569db1d83ac3e30447598bcda (diff)
downloadFreeBSD-src-88e36bc180bdebe232d1c4f1bc7274bc9ba4e266.zip
FreeBSD-src-88e36bc180bdebe232d1c4f1bc7274bc9ba4e266.tar.gz
Fix mdoc in last commit.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.328
1 files changed, 15 insertions, 13 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 8386678..ecf5b80 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -309,29 +309,31 @@ The machine dependent architecture type.
The bytes of real memory.
.It Li HW_SENSORS
Third level comprises an array of
-.Li struct sensordev
-structures containing information about devices
-that may attach hardware monitoring sensors.
+.Vt "struct sensordev"
+structures containing information about devices
+that may attach hardware monitoring sensors.
.Pp
Third, fourth and fifth levels together comprise an array of
-.Li struct sensor
+.Vt "struct sensor"
structures containing snapshot readings of hardware monitoring sensors.
-In such usage, third level indicates the numerical representation
-of the sensor device name to which the sensor is attached
-(device's xname and number shall be matched with the help of
-.Li struct sensordev
-structure above),
-fourth level indicates sensor type and
+In such usage, third level indicates the numerical representation
+of the sensor device name to which the sensor is attached
+(device's
+.Va xname
+and number shall be matched with the help of
+.Vt "struct sensordev"
+structure above),
+fourth level indicates sensor type and
fifth level is an ordinal sensor number (unique to
the specified sensor type on the specified sensor device).
.Pp
The
-.Sy sensordev
+.Vt sensordev
and
-.Sy sensor
+.Vt sensor
structures
and
-.Sy sensor_type
+.Vt sensor_type
enumeration
are defined in
.In sys/sensors.h .
OpenPOWER on IntegriCloud