summaryrefslogtreecommitdiff
path: root/gpspipe.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-10-30 20:30:50 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-10-30 20:30:50 +0000
commitb062ddebc36bd50152be931deea073e1ce0eed52 (patch)
treef6c18ec96f85c741d0303b668c49c924d00e808b /gpspipe.xml
parent9ac8c5912cd4e6df8a01684b6c581cbfd165be5f (diff)
downloadgpsd-b062ddebc36bd50152be931deea073e1ce0eed52.tar.gz
Fix and document the implementation of the J switch in gpspipe.
Diffstat (limited to 'gpspipe.xml')
-rw-r--r--gpspipe.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/gpspipe.xml b/gpspipe.xml
index 9de0b4ce..1a1ed22c 100644
--- a/gpspipe.xml
+++ b/gpspipe.xml
@@ -36,7 +36,7 @@
to <application>gpsd</application> and output the received
sentences to stdout. This makes the program useful as a pipe from
<application>gpsd</application> to another program or file. Presently
-it only connect to <application>gpsd</application> on the localhost on
+it only connects to <application>gpsd</application> on the localhost on
the default port (2947). </para>
<para><application>gpspipe</application> does not require root
@@ -73,6 +73,9 @@ output.</para>
<para>-n [count] causes [count] sentences to be output.
<application>gpspipe</application> will then exit gracefully.</para>
+<para>-j makes the program send J=1 to the daeomon, requesting
+fix hold across cycles.</para>
+
<para>-V prints the version, then exits.</para>
<para>One or both or -r and -w must be specified.</para>