summaryrefslogtreecommitdiff
path: root/gpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-01-30 20:57:20 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-01-30 20:57:20 +0000
commitfd087d97cdd7145dcf2c1cfaae3568988e244922 (patch)
tree114fc43eb390410a685828b46519dfe1040944e5 /gpsd.xml
parent72b2ec4151e08aa8f3c90daeebf317becdba6414 (diff)
downloadgpsd-fd087d97cdd7145dcf2c1cfaae3568988e244922.tar.gz
The 'g' mode switch command now requires, and returns, 'rtcm104v2'...
...rather than 'rtcm104'; this is design forward for when RTCM104v2 is fully working.
Diffstat (limited to 'gpsd.xml')
-rw-r--r--gpsd.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/gpsd.xml b/gpsd.xml
index 465403de..1cb2d0d9 100644
--- a/gpsd.xml
+++ b/gpsd.xml
@@ -315,15 +315,19 @@ client was attached, and multiple devices were not supported.)</para>
<term>g</term>
<listitem>
<para>With =, accepts a single argument which may have either of the
-values 'gps' or 'rtcm104', with case ignored. This specifies the
+values 'gps' or 'rtcm104v2', with case ignored. This specifies the
type of information the client wants and forces a device assignment.
Without =, forces a device assignment but doesn't force the type.
This command is optional; if it is not given, the client will be
bound to whatever available device the daemon finds first.</para>
<para>This command returns either '?' if no device of the specified
-type(s) could be assigned, otherwise a string ('GPS' or 'RTCM104')
-identifying the kind of information the attached device returns.</para>
+type(s) could be assigned, otherwise a string ('GPS' or 'RTCM104v2')
+identifying the kind of information the attached device
+returns.</para>
+
+<para>(Earlier versions accepted 'RTCM104' and returned 'RTCM104'
+rather than 'RTCM104v2')</para>
</listitem>
</varlistentry>