summaryrefslogtreecommitdiff
path: root/www/troubleshooting.html
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-09 21:23:52 -0700
committerGary E. Miller <gem@rellim.com>2015-04-09 21:23:52 -0700
commit5609b587d234ee3027dfcfe6ca42607f628f8f09 (patch)
treee359bc0bd5fe9ed0ae6763bd02b5ad80e886b226 /www/troubleshooting.html
parent23c81d44443af7b4b6db6264c1093a8cfb5ddebd (diff)
downloadgpsd-5609b587d234ee3027dfcfe6ca42607f628f8f09.tar.gz
Convert to html5 and utf-8. Add some SEO.
Diffstat (limited to 'www/troubleshooting.html')
-rw-r--r--www/troubleshooting.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/www/troubleshooting.html b/www/troubleshooting.html
index 812dd5a6..01d18d43 100644
--- a/www/troubleshooting.html
+++ b/www/troubleshooting.html
@@ -1,10 +1,12 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML>
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta name="Author" content="Eric S. Raymond">
<meta name="Description" content="How to bring up a GPS under GPSD">
- <meta name="Keywords" content="GPS, translator, GIS">
+ <meta name="Keywords" content="GPS, gpsd, troubleshooting">
+ <meta name="Revised" content="9 April 2015">
+ <meta name="robots" content="index,follow">
<title>Troubleshooting GPSD</title>
<link rel="stylesheet" href="main.css" type="text/css">
</head>
@@ -122,8 +124,8 @@ don't receive data check for it with <b>lsmod(8)</b>.</p>
<p>On Linux systems with module autoloading disabled or misconfigured,
it is possible you may need to load the module manually with a command
-such as <code>sudo modprobe usbserial vendor=0×1a86
-product=0×7523</code>. Do not copy those hex numbers slavishly, they
+such as <code>sudo modprobe usbserial vendor=0x1a86
+product=0x7523</code>. Do not copy those hex numbers slavishly, they
are examples. To get the right numbers, you will need to dig up the
vendor and product ID of your USB-serial converter device.</p>