From 574f412da8240dca4624bacbf3506b69a619da8d Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Fri, 28 Dec 2018 15:04:59 -0800 Subject: gpsfake: Update doc for recently added options. TESTED: gpsfake.1 and gpsfake.html reflect the updates. --- man/gpsfake.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/gpsfake.xml b/man/gpsfake.xml index e8331d47..acf09b73 100644 --- a/man/gpsfake.xml +++ b/man/gpsfake.xml @@ -31,6 +31,7 @@ SPDX-License-Identifier: BSD-2-clause -l -m monitor -g + -G -n -o options -p @@ -43,6 +44,7 @@ SPDX-License-Identifier: BSD-2-clause -t -T -v + -W timeout logfile @@ -121,9 +123,12 @@ daemon should be run. This option is intended to be used with gdb1 and similar programs. -The uses the monitor facility to run the -gpsd instance within gpsfake under control -of gdb. +The and options use the +monitor facility to run the gpsd instance +within gpsfake under control of gdb or lldb, respectively. They also +disable the timeout on daemon inactivity, to allow for breakpointing. If +necessary, the timeout can be reenabled by a subsequent +. The specifies options to pass to the daemon. The -n option passes -n to start the daemon reading the GPS without waiting @@ -168,6 +173,11 @@ to pty devices is locked out. mainly useful for debugging gpsfake itself. +The ("wait") option sets the timeout on daemon +inactivity, in seconds. The default timeout is 60 seconds, and a value +of 0 suppresses the timeout altogether. Note that the actual timeout is +longer due to internal delays, typically by about 20 seconds. + The dumps packets as gpsfake gathers them. It is mainly useful for debugging gpsfake itself. -- cgit v1.2.1