From 717e1f9863afa0e267efb3438ce876e75a6987ae Mon Sep 17 00:00:00 2001 From: Sanjeev Gupta Date: Thu, 8 Nov 2018 23:19:30 +0800 Subject: Correct formatting mistakes in the XML Signed-off-by: Sanjeev Gupta Signed-off-by: Gary E. Miller --- gpspipe.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpspipe.xml b/gpspipe.xml index 1a98652b..9c5da4f3 100644 --- a/gpspipe.xml +++ b/gpspipe.xml @@ -122,18 +122,18 @@ into a file or a pipe. By default the spinner is advanced with every messages written; specifying -v more than once will double the number of messages required to rotate the spinner. -V prints the version, then exits. - -w causes native gpsdsentences to be + -w causes native gpsd sentences to be output. -x [seconds] Exit after delay of [seconds]. At least one of -R, -r or -w must be specified. EXAMPLES - When gpsd is running + When gpsd is running, gpspipe -r -n 100 will send one hundred raw NMEA sentences to standard output, then exit. - When gpsd is running gpspipe + When gpsd is running, gpspipe -x 5 -w|sed -n '/TPV/{p;q}' will wait at most 5 seconds for a TPV message, print it to stdout, then exit. -- cgit v1.2.1