[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] [PATCH 3/3] Fix attitude documentation.
From: |
Christian Gagneraud |
Subject: |
[gpsd-dev] [PATCH 3/3] Fix attitude documentation. |
Date: |
Sun, 29 Apr 2012 16:14:42 +0100 |
User-agent: |
StGIT/0.14.3 |
This patch fix some typos in the attitude structure documentaiton.
Signed-off-by: Christian Gagneraud <address@hidden>
---
gpsd_json.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gpsd_json.xml b/gpsd_json.xml
index 25c6bde..23b6993 100644
--- a/gpsd_json.xml
+++ b/gpsd_json.xml
@@ -659,7 +659,8 @@ may be reported or not depending on the specific device
type.</para>
<entry>dip</entry>
<entry>No</entry>
<entry>numeric</entry>
- <entry>Roll in degrees.</entry>
+ <entry>Local magnedic inclination, degrees, positive when the magnetic
+field points downward (into the Earth).</entry>
</row>
<row>
<entry>mag_len</entry>
@@ -686,7 +687,7 @@ may be reported or not depending on the specific device
type.</para>
<entry>Z component of magnetic field strength.</entry>
</row>
<row>
- <entry>mag_len</entry>
+ <entry>acc_len</entry>
<entry>No</entry>
<entry>numeric</entry>
<entry>Scalar acceleration.</entry>