summaryrefslogtreecommitdiff
path: root/gpsd.8
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-08-21 13:05:24 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-08-21 13:05:24 +0000
commit0f20d8bca5e436d6bab76fc1491f72dbd7acb924 (patch)
tree3c8b6e764ab902bbb498acf60877e11b6bb79f4f /gpsd.8
parent2e8f759c91238466bc8c20b84364996fbd10f2f8 (diff)
downloadgpsd-0f20d8bca5e436d6bab76fc1491f72dbd7acb924.tar.gz
J patch withdrawn, all regression tests pass.
Diffstat (limited to 'gpsd.8')
-rw-r--r--gpsd.89
1 files changed, 1 insertions, 8 deletions
diff --git a/gpsd.8 b/gpsd.8
index dd473f72..bc701afa 100644
--- a/gpsd.8
+++ b/gpsd.8
@@ -2,7 +2,7 @@
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
.\" Instead of manually editing it, you probably should edit the DocBook XML
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
-.TH "GPSD" "8" "08/18/2006" "9 Aug 2004" "9 Aug 2004"
+.TH "GPSD" "8" "08/21/2006" "9 Aug 2004" "9 Aug 2004"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -128,13 +128,6 @@ This command returns either '?' if no device of the specified type(s) could be a
i
Returns a text string identifying the GPS. The string may contain spaces and is terminated by CR\-LF. This command will return '?' at start of session, before the first full packet has been received from the GPS, because its type is not yet known.
.TP
-j
-Get or set buffering policy; this only matters for NMEA devices which report fix data in several separate sentences during the poll cycle (and in particular it
-\fIdoesn't\fR
-matter for SiRF chips). The default (j=0) is to clear all fix data at the start of each poll cycle, so until the sentence that reports a given piece of data arrives queries will report ?. Setting j=1 will disable this, retaining data from the previous cycle. This is a per\-user\-channel bit, not a per\-device one. The j=0 setting is hyper\-correct and never displays stale data, but may produce a jittery display; the j=1 setting allows stale data but smooths the display.
-.sp
-(At protocol level below 3, there was no J command. Note, this command is experimental and its semantics are subject to change.)
-.TP
k
Returns a line consisting of "K=" followed by an integer count of of all GPS devices known to
gpsd, followed by a space, followed by a space\-separated list of the device names. This command lists devices the daemon has been pointed at by the command\-line argument(s) or an add command via its control socket, and has successfully recognized as GPSes. Because GPSes might be unplugged at any time, the presence of a name in this list does not guarantee that the device is available.