diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-09-06 08:39:40 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-09-06 08:39:40 +0000 |
commit | 9bb06e050c6ffcf49aaa92b05e025278cce2abf2 (patch) | |
tree | df518f7771af5c3a3b624cc1cc1c653d8cbd3d21 /share/man | |
parent | bcd458df80fa646874d3ab2b6feeb21f03c71da2 (diff) |
Add a manual for ugold(4) with inputs from jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/ugold.4 | 46 |
2 files changed, 49 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 5cf68795e01..f53572d222b 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.555 2013/09/04 19:39:18 patrick Exp $ +# $OpenBSD: Makefile,v 1.556 2013/09/06 08:39:39 mpi Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -57,7 +57,8 @@ MAN= aac.4 ac97.4 acphy.4 \ tlphy.4 thmc.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \ txphy.4 uaudio.4 uark.4 uath.4 uberry.4 ubsa.4 ubsec.4 ubt.4 \ ucom.4 uchcom.4 ucycom.4 udav.4 udcf.4 udfu.4 udl.4 udp.4 udsbr.4 \ - uftdi.4 ugen.4 uguru.4 uhci.4 uhid.4 uhidev.4 uipaq.4 uk.4 ukbd.4 \ + uftdi.4 ugen.4 ugold.4 uguru.4 uhci.4 uhid.4 uhidev.4 uipaq.4 uk.4 \ + ukbd.4 \ ukphy.4 ulpt.4 umass.4 umbg.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \ unix.4 uow.4 uoaklux.4 uoakrh.4 uoakv.4 \ upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 \ diff --git a/share/man/man4/ugold.4 b/share/man/man4/ugold.4 new file mode 100644 index 00000000000..22e8193a5e1 --- /dev/null +++ b/share/man/man4/ugold.4 @@ -0,0 +1,46 @@ +.\" $OpenBSD: ugold.4,v 1.1 2013/09/06 08:39:39 mpi Exp $ +.\" +.\" Copyright (c) 2013 Takayoshi SASANO <sasano@openbsd.org> +.\" Copyright (c) 2013 Martin Pieuchot <mpi@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: September 6 2013 $ +.Dt UGOLD 4 +.Os +.Sh NAME +.Nm ugold +.Nd TEMPer gold HID thermometer +.Sh SYNOPSIS +.Cd "ugold* at uhidev?" +.Sh DESCRIPTION +The +.Nm +driver provides support for pcsensors TEMPer gold devices. +The following devices are supported by the +.Nm +driver: +.Bl -column "RDing TEMPer1V1.2" "1 Temperature" -offset indent +.It Em "Device" Ta Em "Sensors" +.It Li "RDing TEMPer1V1.2" Ta "1 Temperature" +.El +.Pp +The driver possesses a collection of sensor values which are +made available through the +.Xr sysctl 8 +interface. +.Sh SEE ALSO +.Xr intro 4 , +.Xr uhidev 4 , +.Xr sensorsd 8 , +.Xr sysctl 8 |