summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-07 04:31:42 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-07 04:31:42 -0400
commit32c2572571aa1869922d4e7064d0426d8df0c225 (patch)
tree6853183811c3cf58ae5e2f1437ab3911333dcc69
parent89281bde8c9906bb4d7b44ba9ee33c196fcd4164 (diff)
downloadgpsd-32c2572571aa1869922d4e7064d0426d8df0c225.tar.gz
Documentation needs the name changes too.
-rw-r--r--www/hacking.html.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/hacking.html.in b/www/hacking.html.in
index a7449e23..083d6d23 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -551,17 +551,17 @@ resolution; iTalk and Navcom chipsets ship times with 0.001
resolution.</p>
<ol>
-<li><code>cycle_start:</code> SOR as a float quantity in seconds of
+<li><code>sor:</code> SOR as a float quantity in seconds of
Unix time.</li>
-<li><code>cycle_count:</code> Total characters transmitted between SOC
+<li><code>chars:</code> Total characters transmitted between SOC
and RTIME. Note; this could be fewer than the number of characters
in the entire cycle; the packet-sniffer might assemble later packets
which are not analyzed by the driver.</li>
<li><code>sats:</code> Number of satellites used in the cycle's fix.</li>
-<li><code>xmit_time:</code> RTIME as a float quantity in seconds of
+<li><code>rtime:</code> RTIME as a float quantity in seconds of
Unix time, when the daemon created the TPV for transmission.</li>
</ol>