summaryrefslogtreecommitdiff
path: root/gps.xml
diff options
context:
space:
mode:
authorBeat Bolli <dev@drbeat.li>2016-02-06 22:32:57 +0100
committerEric S. Raymond <esr@thyrsus.com>2016-02-09 16:56:31 -0500
commitb92619d9f6eaa1ca51fa80aa5217eb8348bf01bf (patch)
tree6593deeb2bac22a2da3f5958bf54c8166bf39d71 /gps.xml
parente9d8f073e724647f2f95275f905e19ddb2ffd1cd (diff)
downloadgpsd-b92619d9f6eaa1ca51fa80aa5217eb8348bf01bf.tar.gz
Documentation updates due to gpxlogger changes.
Signed-off-by: Beat Bolli <dev@drbeat.li>
Diffstat (limited to 'gps.xml')
-rw-r--r--gps.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/gps.xml b/gps.xml
index 05f8542f..75f32ded 100644
--- a/gps.xml
+++ b/gps.xml
@@ -281,7 +281,7 @@ and logs them to standard output in GPX, an XML profile for track
logging.</para>
<para>The output may be composed of multiple tracks. A new track is
-created if there's no fix for an interval specified by the
+created if there's no fix written for an interval specified by the
<option>-i</option> and defaulting to 5 seconds.</para>
<para>The <option>-d</option> option tells
@@ -293,6 +293,11 @@ specified logfile.</para>
meters (it may include a fractional decimal part). Motions shorter
than this will not be logged.</para>
+<para>The <option>-r</option> option tells
+<application>gpxlogger</application> to retry when GPSd loses the fix.
+Without <option>-r</option>, <application>gpxlogger</application>
+would quit in this case.</para>
+
<para><application>gpxlogger</application> can use any of the
export methods that <application>gpsd</application> supports.
For a list of these methods, use the <option>-l</option>.