From 48b8c026e817de8c10d892fb0206e58397957b60 Mon Sep 17 00:00:00 2001 From: Marc Balmer Date: Wed, 19 Apr 2006 21:12:50 +0000 Subject: Driver to decode the DCF77 time code using a USB attached Gude Expert mouseCLOCK device; without a mechanism to pass data out. ok deraadt --- share/man/man4/udcf.4 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 share/man/man4/udcf.4 (limited to 'share/man/man4/udcf.4') diff --git a/share/man/man4/udcf.4 b/share/man/man4/udcf.4 new file mode 100644 index 00000000000..8e792c2994e --- /dev/null +++ b/share/man/man4/udcf.4 @@ -0,0 +1,38 @@ +.\" $OpenBSD: udcf.4,v 1.1 2006/04/19 21:12:49 mbalmer Exp $ +.\" +.\" Copyright (c) 2006 Marc Balmer +.\" +.\" 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 January 12, 2006 +.Dt UDCF 4 +.Os +.Sh NAME +.Nm udcf +.Nd USB support for the Gude ADS Expert mouseCLOCK +.Sh SYNOPSIS +.Cd "udcf* at uhub?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Gude ADS Expert mouseCLOCK, a receiver for the +German DCF77 time signal station. +.Sh SEE ALSO +.Xr intro 4 , +.Xr uhub 4 , +.Xr usb 4 , +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.0 . -- cgit v1.2.3