summaryrefslogtreecommitdiff
path: root/gps.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-03-02 13:15:41 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-03-02 13:15:41 +0000
commit2bd66da47ff3d34be77422fd432915bdacac609d (patch)
tree87f0c54c8a349b376116f551432a03bab1ec1a78 /gps.xml
parent52654c4f02b7150b34eb5133b0ea07683711b65e (diff)
downloadgpsd-2bd66da47ff3d34be77422fd432915bdacac609d.tar.gz
Change gpxlogger so it writes to standard output.
Diffstat (limited to 'gps.xml')
-rw-r--r--gps.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gps.xml b/gps.xml
index 339ad538..2758b682 100644
--- a/gps.xml
+++ b/gps.xml
@@ -180,7 +180,7 @@ when you type Ctl-C at it. It will also terminate on 'q'</para>
<refsect2><title>cgpxlogger</title>
<para>This program connects to gpsd, polls for location, and logs
-each fix to stdout in GPX (XML) format.</para>
+each fix to standard output in GPX (XML) format.</para>
<para>The program also writes start and end messages to syslog.</para>
@@ -188,9 +188,9 @@ each fix to stdout in GPX (XML) format.</para>
<refsect2><title>gpxlogger</title>
<para>This program listens to DBUS broadcasts from gpsd (org.gpsd.fix)
-and logs each fix to a GPX file as they arrive in an XML format.</para>
+and logs each fix to standard output as they arrive in an XML format.</para>
-<para>The logfile may be composed of multiple tracks. A new track is
+<para>The output may be composed of multiple tracks. A new track is
created if there's no fix for 5 seconds.</para>
<para>The program also writes start and end messages to syslog.</para>