summaryrefslogtreecommitdiff
path: root/gpsfake.1
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-07-29 14:51:35 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-07-29 14:51:35 +0000
commit0f2fd319dd19840758662065bae13c643a615195 (patch)
tree64665abe54f529be48d99c0a1eca734a3afb0976 /gpsfake.1
parentef4dd1d635d07b5f010252ede5e52610fa34aaee (diff)
downloadgpsd-0f2fd319dd19840758662065bae13c643a615195.tar.gz
Eliminate use of fuser(1) from gpsfake.
Diffstat (limited to 'gpsfake.1')
-rw-r--r--gpsfake.16
1 files changed, 3 insertions, 3 deletions
diff --git a/gpsfake.1 b/gpsfake.1
index c330c92d..a6192f3e 100644
--- a/gpsfake.1
+++ b/gpsfake.1
@@ -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 "GPSFAKE" "1" "07/25/2006" "12 Feb 2005" "12 Feb 2005"
+.TH "GPSFAKE" "1" "07/28/2006" "12 Feb 2005" "12 Feb 2005"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -11,7 +11,7 @@
gpsfake \- test harness for gpsd, simulating a GPS
.SH "SYNOPSIS"
.HP 8
-\fBgpsfake\fR [\-1] [\-h] [\-b] [\-c\ \fIinterval\fR] [\-i] [\-D\ \fIdebuglevel\fR] [\-l] [\-m\ \fImonitor\fR] [\-o\ \fIoptions\fR] [\-p] [\-r\ \fIinitcmd\fR] [\-s\ \fIspeed\fR] [\-v] \fIlogfile\fR
+\fBgpsfake\fR [\-1] [\-h] [\-b] [\-c\ \fIinterval\fR] [\-i] [\-D\ \fIdebuglevel\fR] [\-l] [\-m\ \fImonitor\fR] [\-n] [\-o\ \fIoptions\fR] [\-p] [\-r\ \fIinitcmd\fR] [\-s\ \fIspeed\fR] [\-v] \fIlogfile\fR
.SH "DESCRIPTION"
.PP
gpsfake
@@ -51,7 +51,7 @@ and similar programs.
.PP
The \-g option uses the monitor facility to run the gpsd within gpsfake under control of gdb.
.PP
-The \-o option specifies options to pass to the daemon. Passing "\-n" is often useful. The \-D option passes a \-D option to the daemon: thus \-D 4 is shorthand for \-o "\-D 4".
+The \-o option specifies options to pass to the daemon. The \-n option passes \-n to start the daemon reading the GPS without waiting for a client (equivalent to \-o "\-n"). The \-D option passes a \-D option to the daemon: thus \-D 4 is shorthand for \-o "\-D 4".
.PP
The \-p option dumps the NMEA and GPSD notifications generated by the log to standard output.
.PP