summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorYojiro Uo <yuo@cvs.openbsd.org>2010-03-01 07:59:17 +0000
committerYojiro Uo <yuo@cvs.openbsd.org>2010-03-01 07:59:17 +0000
commit9f0b901bb7a211f409826b810a8623d0287f738e (patch)
tree562305210ec8abc8c875dc4a9f5b87672103a564 /share/man
parent80f7f1ca6cebaa09093ae2538dd9c0890f2a41ed (diff)
add Manpage for uyurex(4)
ok deraadt@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/uyurex.451
2 files changed, 53 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 0b5586779c7..4ab55c385e2 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.502 2010/02/19 15:28:30 phessler Exp $
+# $OpenBSD: Makefile,v 1.503 2010/03/01 07:59:16 yuo Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -59,7 +59,7 @@ MAN= aac.4 ac97.4 acphy.4 \
ukphy.4 ulpt.4 umass.4 umbg.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \
unix.4 uow.4 upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 \
urtw.4 usb.4 usbf.4 uscanner.4 uslcom.4 usscanner.4 uthum.4 \
- uticom.4 utrh.4 uts.4 uvideo.4 uvisor.4 uvscom.4 uyap.4 \
+ uticom.4 utrh.4 uts.4 uvideo.4 uvisor.4 uvscom.4 uyap.4 uyurex.4 \
vether.4 vga.4 vgafb.4 vge.4 \
viaenv.4 viapm.4 viasio.4 vic.4 video.4 vlan.4 vmt.4 vnd.4 vr.4 \
vscsi.4 \
diff --git a/share/man/man4/uyurex.4 b/share/man/man4/uyurex.4
new file mode 100644
index 00000000000..9bd22937cb9
--- /dev/null
+++ b/share/man/man4/uyurex.4
@@ -0,0 +1,51 @@
+.\" $OpenBSD: uyurex.4,v 1.1 2010/03/01 07:59:16 yuo Exp $
+.\"
+.\" Copyright (c) 2010 Yojiro UO <yuo@nui.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: March 1 2010 $
+.Dt UYUREX 4
+.Os
+.Sh NAME
+.Nm uyurex
+.Nd YUREX USB twitch/jiggle of knee sensor
+.Sh SYNOPSIS
+.Cd "uyurex* at uhidev?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides the support for the Maywa-denki & KAYAC's YUREX device.
+This device has a sensor to count user's leg twitch and it
+possesses a collection of sensor values which are
+made available through the
+.Xr sysctl 8
+interface.
+The counter unit for twitch is "BBU" (BinBo-YUsuri or
+Bounding Body from Unconciousness) and the unit for BBU speed
+is "mBBU/sec" (milli BBU per second).
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr uhidev 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Rs
+.%T The YUREX Web Page
+.%O http://bbu.kayac.com/en/about/
+.Re
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Yojiro UO Aq yuo@nui.org .