summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2018-11-08 23:19:30 +0800
committerGary E. Miller <gem@rellim.com>2018-11-08 10:45:16 -0800
commit717e1f9863afa0e267efb3438ce876e75a6987ae (patch)
tree7112fa45e3f21019894205590b0af01279e35b87
parent5ca053a71065295b6feea8896385412de859068a (diff)
downloadgpsd-717e1f9863afa0e267efb3438ce876e75a6987ae.tar.gz
Correct formatting mistakes in the XML
Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
-rw-r--r--gpspipe.xml6
1 files 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.</para>
<para>-V prints the version, then exits.</para>
- <para>-w causes native <application>gpsd</application>sentences to be
+ <para>-w causes native <application>gpsd</application> sentences to be
output.</para>
<para>-x [seconds] Exit after delay of [seconds].</para>
<para>At least one of -R, -r or -w must be specified.</para>
</refsect1>
<refsect1 id='exampletitle'>
<title>EXAMPLES</title>
- <para>When <application>gpsd is running</application>
+ <para>When <application>gpsd</application> is running,
<command>gpspipe
-r -n 100</command> will send one hundred raw NMEA sentences to
standard output, then exit.</para>
- <para>When <application>gpsd is running</application> <command>gpspipe
+ <para>When <application>gpsd</application> is running, <command>gpspipe
-x 5 -w|sed -n '/TPV/{p;q}'</command> will wait at most 5 seconds for a
TPV message, print it to stdout, then exit.</para>
</refsect1>