summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/umbg.449
2 files changed, 51 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index da0967ee20f..0ed5c4203f1 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.434 2007/10/30 12:32:44 jsg Exp $
+# $OpenBSD: Makefile,v 1.435 2007/11/10 13:01:11 mbalmer Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -50,7 +50,7 @@ MAN= aac.4 ac97.4 acphy.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 udp.4 udsbr.4 \
ueagle.4 uftdi.4 ugen.4 uhci.4 uhid.4 uhidev.4 uipaq.4 uk.4 ukbd.4 \
- ukphy.4 ulpt.4 umass.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \
+ ukphy.4 ulpt.4 umass.4 umbg.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \
unix.4 uow.4 upl.4 uplcom.4 urio.4 url.4 urlphy.4 usb.4 usbf.4 \
uscanner.4 uslcom.4 usscanner.4 uts.4 uvisor.4 uvscom.4 uyap.4 vga.4 \
vgafb.4 vge.4 viaenv.4 viapm.4 viasio.4 vic.4 vlan.4 vnd.4 vr.4 \
diff --git a/share/man/man4/umbg.4 b/share/man/man4/umbg.4
new file mode 100644
index 00000000000..5e8a993f39d
--- /dev/null
+++ b/share/man/man4/umbg.4
@@ -0,0 +1,49 @@
+.\" $OpenBSD: umbg.4,v 1.1 2007/11/10 13:01:11 mbalmer Exp $
+.\"
+.\" Copyright (c) 2007 Marc Balmer <mbalmer@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: November 10 2007 $
+.Dt UMBG 4
+.Os
+.Sh NAME
+.Nm umbg
+.Nd Meinberg Funkuhren USB5131 timedelta sensor
+.Sh SYNOPSIS
+.Cd "umbg* at uhub?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the Meinberg Funkuhren USB5131, a time signal
+station receiver for the German DCF77 station.
+.Nm
+implements a timedelta sensor and the delta (in nanoseconds) between the
+received time information and the local time can be accessed through the
+.Xr sysctl 8
+interface.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr usb 4 ,
+.Xr ntpd 8 ,
+.Xr sysctl 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.3 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Marc Balmer Aq mbalmer@openbsd.org .