summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2019-03-22 20:44:27 -0700
committerFred Wright <fw@fwright.net>2019-03-27 20:25:06 -0700
commitbf485971bc2d6387e3abb8b1856e817b74b6c6a4 (patch)
tree74e4192668499c1688053a2fc8e756902a82e848 /man
parent6b1d7f41bd97b343701f6a6c4d230101fc2a684c (diff)
downloadgpsd-bf485971bc2d6387e3abb8b1856e817b74b6c6a4.tar.gz
ubxtool: Fixes some decode bugs and some text.
Some decodes weren't allowing the zero-length poll case. The NAVX5 decode was overwriting part of the result. The USB decode was completely broken. The TP5 decode was completely broken. A few comments were obviously wrong. A couple of manpage lines had a typo and an omission. A few -p items were missing from the manpage. TESTED: Tested on LEA-6S, LEA-M8F, LEA-M8T, and LEA-M8N
Diffstat (limited to 'man')
-rw-r--r--man/ubxtool.xml28
1 files changed, 26 insertions, 2 deletions
diff --git a/man/ubxtool.xml b/man/ubxtool.xml
index 2f736ca5..9342385d 100644
--- a/man/ubxtool.xml
+++ b/man/ubxtool.xml
@@ -236,7 +236,25 @@ after the GPS acknowledges the command, unless the -W is given.
<varlistentry>
<term>NAV5</term>
<listitem>
- <para>Poll the Nav Engines settings (UBX-CFG-NAV6.</para>
+ <para>Poll the Nav Engines Settings (UBX-CFG-NAV5).</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>PMS</term>
+ <listitem>
+ <para>Poll power management settings (UBX-CFG-PMS).</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>PRT</term>
+ <listitem>
+ <para>Poll I/O port settings (UBX-CFG-PRT).</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>RESET</term>
+ <listitem>
+ <para>Reset config to defaults (UBX-CFG-CFG).</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -282,9 +300,15 @@ after the GPS acknowledges the command, unless the -W is given.
</listitem>
</varlistentry>
<varlistentry>
+ <term>USB</term>
+ <listitem>
+ <para>Poll USB config (UBX-CFG-USB).</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>VER</term>
<listitem>
- <para>Poll GPS version.</para>
+ <para>Poll GPS version (UBX-MON-VER).</para>
</listitem>
</varlistentry>
<varlistentry>