summaryrefslogtreecommitdiff
path: root/gpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-07-23 14:23:33 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-07-23 14:23:33 +0000
commit0f043739b12151e1772cf80c0f64b27f984de484 (patch)
tree6da373d692f95900fc1f546e4be7004ecd08affb /gpsd.xml
parent70c089a339f8b3c4300f09264ffe4785aab7b121 (diff)
downloadgpsd-0f043739b12151e1772cf80c0f64b27f984de484.tar.gz
Add AIS as a supported type for the 'G' command.
(Note, this is not actually implemented yet, that's the next step.
Diffstat (limited to 'gpsd.xml')
-rw-r--r--gpsd.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/gpsd.xml b/gpsd.xml
index 21071452..b33207b7 100644
--- a/gpsd.xml
+++ b/gpsd.xml
@@ -394,16 +394,16 @@ client was attached, and multiple devices were not supported.)</para>
<varlistentry>
<term>g</term>
<listitem>
-<para>With =, accepts a single argument which may have either of the
-values 'gps' or 'rtcm104v2', with case ignored. This specifies the
+<para>With =, accepts a single argument which may have any of the
+values 'gps', 'ais', 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 'RTCM104v2')
-identifying the kind of information the attached device
+type(s) could be assigned, otherwise a string ('GPS', 'AIS' or
+'RTCM104v2') identifying the kind of information the attached device
returns.</para>
<para>(Earlier versions accepted 'RTCM104' and returned 'RTCM104'