diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-04 09:52:41 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-06-04 09:52:41 +0000 |
commit | 66ef516e5404c5db094b9fa2607166e65bd43556 (patch) | |
tree | 5b4375dce03898971f46b93fe626d01542a7bfc1 /share | |
parent | 2207e6f02f1e44b1fb340dc5f884b6706e793a86 (diff) |
- ntpd no longer needs the NTP identifier as part of a timedelta sensor
description.
- create the timedelta sensors as early as possible, but mark them invalid
as long as there is no real data.
- update docs accordingly
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/udcf.4 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man4/udcf.4 b/share/man/man4/udcf.4 index da9fc4e1b6a..36d741c2a5f 100644 --- a/share/man/man4/udcf.4 +++ b/share/man/man4/udcf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: udcf.4,v 1.9 2006/05/28 18:52:16 mbalmer Exp $ +.\" $OpenBSD: udcf.4,v 1.10 2006/06/04 09:52:40 mbalmer Exp $ .\" .\" Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> .\" @@ -36,15 +36,13 @@ interface. The driver automatically detects if it is receiving the German DCF77 timecode or the Swiss HBG timecode and indicates the clock type in the sensor description. -The first four bytes of the description are the NTP identifier followed -by a space and the station name (which might be the same). This value will not be changed once set, even when the receiver module is changed at runtime. -.Bl -tag -width "DCF DCFXX" -.It DCF DCF77 +.Bl -tag -width "DCFXX" +.It DCF77 German DCF77 time signal station (77.5 kHz longwave transmitter located in Mainflingen near Frankfurt) -.It HBG HBG +.It HBG Swiss HBG time signal station (75 kHz longwave transmitter located in Prangins near Geneva) .El |