diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2008-08-17 17:37:33 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2008-08-17 17:37:33 +0000 |
commit | cce65f439697627afbccf5a67035a957bb4d784a (patch) | |
tree | 16d100fbc9dae63888d48b464e471ba0e5065193 /html/driver33.htm | |
parent | 8c24a1e0ffd629427f94da1b681600008030c41a (diff) |
Flatten the dist and various 4.n.n trees in preparation of future ntp imports.
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=181800
Diffstat (limited to 'html/driver33.htm')
-rw-r--r-- | html/driver33.htm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/html/driver33.htm b/html/driver33.htm new file mode 100644 index 000000000000..768cfe72667f --- /dev/null +++ b/html/driver33.htm @@ -0,0 +1,38 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> <head> +<meta http-equiv="Content-Type" content="text/html; charset=iso8859-1"> +<title>Dumb Clock</title> +</head> + +<body> +<h3>Dumb Clock</h3> + +<hr> +<h4>Synopsis</h4> +Address: 127.127.33.<i>u</i><br> +Reference ID: <TT>DUMBCLOCK</TT><br> +Driver ID: <tt>DUMBCLOCK</tt><br> +Serial Port: <tt>/dev/dumbclock<i>u</i></tt>; 9600 bps, 8-bits, +no parity<br> +<br>Features: <tt>(none)</tt> +<h4>Description</h4> +This driver supports a dumb ASCII clock that only emits localtime at a reliable +interval. This has no provisions for leap seconds, quality codes, +etc. It assumes output in the local time zone, and that the C library +mktime()/localtime() routines will correctly convert back and forth +between local and UTC. + +<P>Most of this code is originally from refclock_wwvb.c with thanks. It +has been so mangled that wwvb is not a recognizable ancestor. +<pre> +Timecode format: hh:mm:ssCL +hh:mm:ss - local time +C - \r (carriage return) +L - \n (newline) +</pre> +<hr> +<address></address> +<!-- hhmts start --> +Last modified: Sun Feb 14 12:07:01 EST 1999 +<!-- hhmts end --> +</body> </html> |