summaryrefslogtreecommitdiff
path: root/gps.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-17 04:15:24 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-17 04:15:24 -0500
commit5f82824fde8fa27a54f35f6d1b4ddbdf3fbc83e3 (patch)
treef897b05ab15b501c68dbf62a912d057de907cb7b /gps.xml
parentc14a860f317557abfd20b30cbc95023cfb90117f (diff)
downloadgpsd-5f82824fde8fa27a54f35f6d1b4ddbdf3fbc83e3.tar.gz
Implemented Gleb Smirnoff's -m option for gpxlogger.
Diffstat (limited to 'gps.xml')
-rw-r--r--gps.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/gps.xml b/gps.xml
index ba410db9..efb9715a 100644
--- a/gps.xml
+++ b/gps.xml
@@ -96,6 +96,7 @@ BSD terms apply: see the file COPYING in the distribution root for details.
<arg choice='opt'>-D <replaceable>debug-level</replaceable></arg>
<arg choice='opt'>-d </arg>
<arg choice='opt'>-f <replaceable>filename</replaceable></arg>
+ <arg choice='opt'>-m <replaceable>minmove</replaceable></arg>
<arg choice='opt'>-h </arg>
<arg choice='opt'>-V </arg>
<arg choice='opt'>-i <replaceable>track timeout</replaceable></arg>
@@ -270,11 +271,15 @@ logging.</para>
created if there's no fix for an interval specified by the
<option>-i</option> and defaulting to 5 seconds.</para>
-<para>The <para>-d</para> option tells
+<para>The <option>-d</option> option tells
<application>gpxlogger</application> to run as a daemon in background.
-It requires the <para>-f</para> option, which directs output to a
+It requires the <option>-f</option> option, which directs output to a
specified logfile.</para>
+<para>The <option>-m</option> option sets a minimum move distance in
+meters (it may include a fractional decimal part). Motions shorter
+than this will not be logged.</para>
+
<para>If D-Bus support is available on the host and GPSD is
configured to use it, this program listens to DBUS broadcasts
from <application>gpsd</application>. (org.gpsd.fix). Otherwise,