summaryrefslogtreecommitdiff
path: root/gpsd_json.xml
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2012-05-27 19:13:03 +0200
committerBernd Zeimetz <bernd@bzed.de>2012-05-27 19:13:03 +0200
commitf6017248affb97ea348d7c7733ad105f356af42a (patch)
treefc8262d5c33bdb6d6e1afe2f697999d464c2cf6d /gpsd_json.xml
parent7720ac578a7d165ff0aa81bf7daafa38e75232ec (diff)
downloadgpsd-f6017248affb97ea348d7c7733ad105f356af42a.tar.gz
Reduce the number of warning from groff on unbreakable lines.
Diffstat (limited to 'gpsd_json.xml')
-rw-r--r--gpsd_json.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/gpsd_json.xml b/gpsd_json.xml
index cf2c37c6..f326bed7 100644
--- a/gpsd_json.xml
+++ b/gpsd_json.xml
@@ -870,7 +870,10 @@ will assert the VERSION_SET bit in the top-level set member.</para>
<para>Here's an example:</para>
<programlisting>
-{"class":"VERSION","version":"2.40dev","rev":"06f62e14eae9886cde907dae61c124c53eb1101f","proto_major":3,"proto_minor":1}
+{"class":"VERSION","version":"2.40dev",
+ "rev":"06f62e14eae9886cde907dae61c124c53eb1101f",
+ "proto_major":3,"proto_minor":1
+}
</programlisting>
@@ -1828,7 +1831,10 @@ without payload fields.</para>
<para>Here's an example:</para>
<programlisting>
-{"class":"RTCM2","type":3,"station_id":652,"zcount":1657.2,"seqnum":2,"length":4,"station_health":6,"x":3878620.92,"y":670281.40,"z":5002093.59}
+{"class":"RTCM2","type":3,
+ "station_id":652,"zcount":1657.2,"seqnum":2,"length":4,"station_health":6,
+ "x":3878620.92,"y":670281.40,"z":5002093.59
+}
</programlisting>
</refsect3>