summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-06 09:19:04 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-06 09:19:04 -0500
commitc9c70454f443a15963a3beadc8a53b5e4df31a8d (patch)
treeb42d68b0be5eec8364abdbbafb42c4a4f1035230 /www
parent08ee51972e0a92fec3537d57ccf96cea92371a68 (diff)
downloadgpsd-c9c70454f443a15963a3beadc8a53b5e4df31a8d.tar.gz
Terminological fix.
Diffstat (limited to 'www')
-rw-r--r--www/calibrate-gpsd-ntpd-howto.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/calibrate-gpsd-ntpd-howto.txt b/www/calibrate-gpsd-ntpd-howto.txt
index f60a015e..e43e2101 100644
--- a/www/calibrate-gpsd-ntpd-howto.txt
+++ b/www/calibrate-gpsd-ntpd-howto.txt
@@ -41,7 +41,6 @@ chronyd, you *will* need to modify these, at the least.
== Measuring Offsets ==
-
=== Format of the loopstats and peerstats files ===
The following is incorporated from the ntpd website, see <<NTP-MONOPT>>
@@ -105,7 +104,7 @@ server 127.127.28.0 minpoll 4 maxpoll 4 noselect
fudge 127.127.28.0 time1 0.420 refid GPS
--------------------
-ntpd will now continue to monitor the GPS time from GPSD, but not use
+ntpd will now continue to monitor the in-band timestamps from GPSD, but not use
for its algorithm. It will write out statistics to the peerstats file.
Once ntpd is stable (a few hours or so), we can process the peerstats file.
@@ -119,7 +118,7 @@ From the 'peerstats' file, extract the lines corresponding to
grep 127.127.28.0 peerstats > peerstats.shm
-----------
-You can now examine the offset and jitter of the GPS time. <<ANDY-POST>>
+You can now examine the offset and jitter of the in-band time. <<ANDY-POST>>
suggests the following gnuplot fragment (you will need to set output
options before plotting).