diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-06-13 04:54:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-06-13 04:54:36 +0000 |
commit | 01a3786f6ee6dc310ed12770180d974133ad2719 (patch) | |
tree | 126c264e6c5565196c220a84e5178257fe911c70 /www/xgps-sample.html | |
parent | c38b2c0cbeef051b21df2ebfc40f8fc94305b9b7 (diff) | |
download | gpsd-01a3786f6ee6dc310ed12770180d974133ad2719.tar.gz |
Documentation fixes and one minor splint cleanup.
Diffstat (limited to 'www/xgps-sample.html')
-rw-r--r-- | www/xgps-sample.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/xgps-sample.html b/www/xgps-sample.html index ab555f4f..e5c8d5c1 100644 --- a/www/xgps-sample.html +++ b/www/xgps-sample.html @@ -39,7 +39,7 @@ connects to a <code>gpsd</code> at any host you tell it to, and requests raw data, so that it can display the current location of all visible GPS satellites your receiver 'sees'.</p> -<p><img SRC="gpsd1.png" ALT="[image] The GPS receiver has no fix yet."/></p> +<p><img src="gpsd1.png" alt="[image] The GPS receiver has no fix yet."/></p> <p>The GPS receiver has not yet acquired a fix. The receiver has not tracked the grey satellites, but knows where they should be.</p> @@ -48,7 +48,7 @@ tracked the grey satellites, but knows where they should be.</p> as well as altitude data, and requires at least four good satellites. A 2d fix does not give altitude, but only requires 3 satellites.</p> -<p><img SRC="gpsd2.png" ALT="[image] The GPS receiver has a good 3d fix."/></p> +<p><img src="gpsd2.png" alt="[image] The GPS receiver has a good 3d fix."/></p> <p>Depending on your GPS receiver, the additional satellites may be used to determine location with better accuracy.</p> |