summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/html/drivers/driver33.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/html/drivers/driver33.html')
-rw-r--r--contrib/ntp/html/drivers/driver33.html46
1 files changed, 23 insertions, 23 deletions
diff --git a/contrib/ntp/html/drivers/driver33.html b/contrib/ntp/html/drivers/driver33.html
index ea77345..f50dfb63 100644
--- a/contrib/ntp/html/drivers/driver33.html
+++ b/contrib/ntp/html/drivers/driver33.html
@@ -2,34 +2,34 @@
<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
- <title>Dumb Clock</title>
- <link href="../scripts/style.css" type="text/css" rel="stylesheet">
- </head>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+ <title>Dumb Clock</title>
+ <link href="scripts/style.css" type="text/css" rel="stylesheet">
+ </head>
- <body>
- <h3>Dumb Clock</h3>
- <hr>
- <h4>Synopsis</h4>
- <p>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>
- Features: <tt>(none)</tt></p>
- <h4>Description</h4>
- <p>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>
- <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.</p>
- <pre>
+ <body>
+ <h3>Dumb Clock</h3>
+ <hr>
+ <h4>Synopsis</h4>
+ <p>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>
+ Features: <tt>(none)</tt></p>
+ <h4>Description</h4>
+ <p>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>
+ <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.</p>
+ <pre>
Timecode format: hh:mm:ssCL
hh:mm:ss - local time
C - \r (carriage return)
L - \n (newline)
</pre>
- <hr>
- <!-- hhmts start -->Last modified: Sun Feb 14 12:07:01 EST 1999 <!-- hhmts end -->
- <hr>
- <script type="text/javascript" language="javascript" src="../scripts/footer.txt"></script>
- </body>
+ <hr>
+ <!-- hhmts start -->Last modified: Sun Feb 14 12:07:01 EST 1999 <!-- hhmts end -->
+ <hr>
+ <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
+ </body>
</html> \ No newline at end of file
OpenPOWER on IntegriCloud