summaryrefslogtreecommitdiff
path: root/gpsfake.1
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-23 12:12:55 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-23 12:12:55 +0000
commit1132b2985a411ee9ca683ffee67fe2c3cefd97d2 (patch)
tree61a0a172c4f5939513998bf5e8fad29b9739b91c /gpsfake.1
parentc24c9697ee4a99448cc6dff5d6818bffc1368c2e (diff)
downloadgpsd-1132b2985a411ee9ca683ffee67fe2c3cefd97d2.tar.gz
More work on the repack() function. Avoid a core dump when processing DGPSIP.
Diffstat (limited to 'gpsfake.1')
-rw-r--r--gpsfake.15
1 files changed, 4 insertions, 1 deletions
diff --git a/gpsfake.1 b/gpsfake.1
index be5225bd..43d80f5b 100644
--- a/gpsfake.1
+++ b/gpsfake.1
@@ -24,7 +24,7 @@ gpsfake \- test harness for gpsd, simulating a GPS
.ad l
.hy 0
.HP 8
-\fBgpsfake\fR [\-h] [\-b] [\-c\ \fIinterval\fR] [\-D\ \fIdebuglevel\fR] [\-l] [\-m\ \fImonitor\fR] [\-o\ \fIoptions\fR] [\-p] [\-s\ \fIspeed\fR] [\fIlogfile\fR]
+\fBgpsfake\fR [\-h] [\-b] [\-c\ \fIinterval\fR] [\-i] [\-D\ \fIdebuglevel\fR] [\-l] [\-m\ \fImonitor\fR] [\-o\ \fIoptions\fR] [\-p] [\-s\ \fIspeed\fR] [\fIlogfile\fR]
.ad
.hy
@@ -54,6 +54,9 @@ The \-c option sets the delay between sentences in seconds\&. Fractional values
The \-l option makes the program dump a line or packet number just before each sentence is fed to the daemon\&. If the sentence is textual (e\&.g\&. NMEA, the text is dumped as well)\&.
.PP
+The \-i option is for single\-stepping through logfiles\&. It dumps the line or packet number (and the sentence if the protocol is textual) followed by "? "\&. Only when the user keys Enter is the line actually fed to gpsd\&.
+
+.PP
The \-m option specifies a monitor program inside which the daemon should be run\&. This option is intended to be used with \fBvalgrind\fR(1), \fBgdb\fR(1) and similar programs\&.
.PP