summaryrefslogtreecommitdiff
path: root/gpsd_json.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-04-01 15:11:36 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-04-01 15:11:36 -0400
commitac1bc241e414d693a50def540112ffe806386fc4 (patch)
treed22b164707325a8655f0df086d0b8fc58ee94570 /gpsd_json.xml
parent81ce653b7b82168fb761e2d02b56107ad70c8dd4 (diff)
downloadgpsd-ac1bc241e414d693a50def540112ffe806386fc4.tar.gz
Cite RFC 7159 as an applicable standard where appropriate.
Diffstat (limited to 'gpsd_json.xml')
-rw-r--r--gpsd_json.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/gpsd_json.xml b/gpsd_json.xml
index a07aa689..b1f61fd3 100644
--- a/gpsd_json.xml
+++ b/gpsd_json.xml
@@ -35,9 +35,11 @@ also exist for other languages) and take appropriate care to
conditionalize their code on the major and minor protocol version
symbols.</para>
-<para>The GPSD protocol is built on top of JSON, JavaScript
-Object Notation. GPSD's use of JSON is restricted in some ways
-that make parsing it in fixed-extent languages (such as C) easier.</para>
+<para>The GPSD protocol is built on top of JSON, JavaScript Object
+Notation, as specified in RFC 7159: <citetitle>The JavaScript Object
+Notation (JSON) Data Interchange Format</citetitle>. GPSD's use of
+JSON is restricted in some ways that make parsing it in fixed-extent
+languages (such as C) easier.</para>
<para>A request line is introduced by "?" and may include multiple
commands. Commands begin with a command identifier, followed either