diff options
author | 2006-04-21 16:46:34 +0000 | |
---|---|---|
committer | 2006-04-21 16:46:34 +0000 | |
commit | 71894f10f4ad4f232689379d5d9d5e7fe935c7b6 (patch) | |
tree | 63b34825299bf5d7bc6dd96b7635fd52bc0fd88a | |
parent | Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P links (diff) | |
download | wireguard-openbsd-71894f10f4ad4f232689379d5d9d5e7fe935c7b6.tar.xz wireguard-openbsd-71894f10f4ad4f232689379d5d9d5e7fe935c7b6.zip |
Document that udcf is a time delta sensor who's value is the delta between
the time received and the local time in msec. The value can be accessed
throught the sysctl(8) interface.
-rw-r--r-- | share/man/man4/udcf.4 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man4/udcf.4 b/share/man/man4/udcf.4 index 8084dcb23d4..0cd4652419a 100644 --- a/share/man/man4/udcf.4 +++ b/share/man/man4/udcf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: udcf.4,v 1.4 2006/04/20 08:11:53 jmc Exp $ +.\" $OpenBSD: udcf.4,v 1.5 2006/04/21 16:46:34 mbalmer Exp $ .\" .\" Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> .\" @@ -27,10 +27,16 @@ The .Nm driver provides support for the Gude ADS Expert mouseCLOCK, a receiver for the German DCF77 time signal station. +.Nm +implements a time delta sensor and the delta (in msec) 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 uhub 4 , -.Xr usb 4 +.Xr usb 4 , +.Xr sysctl 8 .Sh HISTORY The .Nm |