summaryrefslogtreecommitdiff
path: root/libgps.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-02 04:26:01 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-03-02 04:26:01 -0500
commit66292adf95903b63d9ed01056b3f2e9ba62c61ea (patch)
tree4e75e5402c700c64973e657c1e5a253128abd70f /libgps.xml
parent8f29c48f03cd59cdf29d4da8ff75e047a63958a5 (diff)
downloadgpsd-66292adf95903b63d9ed01056b3f2e9ba62c61ea.tar.gz
Documentation tweaks.
Diffstat (limited to 'libgps.xml')
-rw-r--r--libgps.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/libgps.xml b/libgps.xml
index 959fac80..20ba319b 100644
--- a/libgps.xml
+++ b/libgps.xml
@@ -284,11 +284,12 @@ for fields associated with certain responses are combined in a
union.</para>
<para>The risky set of responses includes VERSION, DEVICELIST, RTCM2,
-RTCM3, and AIS; it may not be limited to that set. The logic of the
-daemon's watcher mode is careful to avoid dangerous sequences, but
-you should read and understand the layout of <structname>struct
-gps_data_t</structname> before using <function>gps_send()</function>
-to request any of these responses.</para>
+RTCM3, SUBFRAME, AIS, GST, and ERROR; it may not be limited to that
+set. The logic of the daemon's watcher mode is careful to avoid
+dangerous sequences, but you should read and understand the layout of
+<structname>struct gps_data_t</structname> before using
+<function>gps_send()</function> to request any of these
+responses.</para>
</refsect1>