summaryrefslogtreecommitdiff
path: root/gpsfake.xml
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.xml
parentef4dd1d635d07b5f010252ede5e52610fa34aaee (diff)
downloadgpsd-0f2fd319dd19840758662065bae13c643a615195.tar.gz
Eliminate use of fuser(1) from gpsfake.
Diffstat (limited to 'gpsfake.xml')
-rw-r--r--gpsfake.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/gpsfake.xml b/gpsfake.xml
index 4a098e6e..2eee2d48 100644
--- a/gpsfake.xml
+++ b/gpsfake.xml
@@ -24,6 +24,7 @@
<arg choice='opt'>-D <replaceable>debuglevel</replaceable></arg>
<arg choice='opt'>-l</arg>
<arg choice='opt'>-m <replaceable>monitor</replaceable></arg>
+ <arg choice='opt'>-n</arg>
<arg choice='opt'>-o <replaceable>options</replaceable></arg>
<arg choice='opt'>-p</arg>
<arg choice='opt'>-r <replaceable>initcmd</replaceable></arg>
@@ -86,9 +87,10 @@ and similar programs.</para>
<para>The -g option uses the monitor facility to run the gpsd within
gpsfake under control of gdb.</para>
-<para>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".</para>
+<para>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".</para>
<para>The -p option dumps the NMEA and GPSD notifications generated
by the log to standard output.</para>