summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDenis OSTERLAND <denis.osterland@diehl.com>2019-01-03 13:43:00 +0000
committerGary E. Miller <gem@rellim.com>2019-01-03 20:17:20 -0800
commited9c015c2730fbe81e87ce8f598be488b267ce23 (patch)
tree0a29ceeac931b566781ca5cce0b738765880fb89 /man
parentf07a91886a213bd65b553e4f530f5834631939e1 (diff)
downloadgpsd-ed9c015c2730fbe81e87ce8f598be488b267ce23.tar.gz
ubxtool: fix some typos in docu
Add missing chars, remove duplicate ':' and duplicate VERBOSITY entry. Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'man')
-rw-r--r--man/ubxtool.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/man/ubxtool.xml b/man/ubxtool.xml
index 493f72ab..2f736ca5 100644
--- a/man/ubxtool.xml
+++ b/man/ubxtool.xml
@@ -54,7 +54,7 @@ If you do not have a u-blox GPS then can stop reading now.</para>
<para>This tool operates with your u-blox GPS at a very low level.
To understand <application>ubxtool</application> you must first be familiar
with your u-blox GPS and the documentation for the u-blox binary protocol.
-The u-blox protocol varies greatly depending o GPS model and firmware
+The u-blox protocol varies greatly depending on GPS model and firmware
revision.
</para>
<para>
@@ -168,7 +168,7 @@ is to enable the option.
<listitem>
<para>Connect to a file or device. Accepts one parameter, FILE,
the file or device to open. Files are opened read-only. Character
-devices are opened red/write, unless the -r parameter is given.
+devices are opened read/write, unless the -r parameter is given.
</para>
</listitem>
</varlistentry>
@@ -330,13 +330,6 @@ after the GPS acknowledges the command, unless the -W is given.
<term>-v VERBOSITY</term>
<listitem>
<para>Set verbosity level to VERBOSITY. Verbosity can be from 0
- (very quiet), to 4 (very noisy). Default 2.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>-v VERBOSITY</term>
- <listitem>
- <para>Set verbosity level to VERBOSITY. Verbosity can be from 0
(very quiet), 2 (decode messages), to 4 (very noisy). Default 1.</para>
</listitem>
</varlistentry>
@@ -387,7 +380,7 @@ ubxtool -r -f ublox-neo-m8n.log
</programlisting>
</para>
<para>
-Change GPS port speed of device on /dev/ttyAMA0 to 230,400 bps::
+Change GPS port speed of device on /dev/ttyAMA0 to 230,400 bps:
<programlisting>
ubxtool -S 230400 -f /dev/ttyAMA0
</programlisting>