summaryrefslogtreecommitdiff
path: root/gpsd_json.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-19 09:27:42 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-19 09:27:42 -0400
commit130c72652171ee3af48772a6cba6d6baf3b570d6 (patch)
treefeda17517aee1f46bafa9cb827cbfd8763668782 /gpsd_json.xml
parent69ddc631fae2f744d2cc99dbf5871f7c8efcc386 (diff)
downloadgpsd-130c72652171ee3af48772a6cba6d6baf3b570d6.tar.gz
Catch the documentation up with Gary's change to PPS.
Diffstat (limited to 'gpsd_json.xml')
-rw-r--r--gpsd_json.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/gpsd_json.xml b/gpsd_json.xml
index d628361a..63534b0a 100644
--- a/gpsd_json.xml
+++ b/gpsd_json.xml
@@ -1188,10 +1188,10 @@ Per Second) strobe from a device.</para>
<entry>seconds from the realtime clock</entry>
</row>
<row>
- <entry>real_musec</entry>
+ <entry>real_nsec</entry>
<entry>Yes</entry>
<entry>numeric</entry>
- <entry>microseconds from the realtime clock</entry>
+ <entry>nanoseconds from the realtime clock</entry>
</row>
<row>
<entry>clock_sec</entry>
@@ -1200,10 +1200,10 @@ Per Second) strobe from a device.</para>
<entry>seconds from the system clock</entry>
</row>
<row>
- <entry>clock_musec</entry>
+ <entry>clock_nsec</entry>
<entry>Yes</entry>
<entry>numeric</entry>
- <entry>microseconds from the system clock</entry>
+ <entry>nanoseconds from the system clock</entry>
</row>
</tbody>
</tgroup>
@@ -1231,8 +1231,8 @@ are estimates based on measured latency in other applications)</para>
<programlisting>
{"class":"PPS","device":"/dev/ttyUSB0",
- "real_sec":1330212592, "real_musec":343182,
- "clock_sec":1330212592,"clock_musec":343184}
+ "real_sec":1330212592, "real_nsec":343182,
+ "clock_sec":1330212592,"clock_nsec":343184}
</programlisting>
</listitem>