summaryrefslogtreecommitdiff
path: root/www/hacking.html.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-14 14:56:12 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-14 14:56:12 -0500
commit52e76baaaf2855711033e5276190f2412d4e6db0 (patch)
treeacb10aa69ac7bbfc8339e283dad1ee77d15131e5 /www/hacking.html.in
parent55af5afa11e65b4baddce790233117e74cb9633b (diff)
downloadgpsd-52e76baaaf2855711033e5276190f2412d4e6db0.tar.gz
Repair website markup.
Diffstat (limited to 'www/hacking.html.in')
-rw-r--r--www/hacking.html.in23
1 files changed, 12 insertions, 11 deletions
diff --git a/www/hacking.html.in b/www/hacking.html.in
index 9d72a7a7..b69853d8 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -78,16 +78,18 @@ file in the source distribution.</p>
</ol>
</li>
<li><a href="#contribution">Contribution guidelines</a>
-
- <li><a href="#verify">Verify your patch or commit</a></li>
- <li><a href="#patches">Send patches in diff -u or -c format</a></li>
- <li><a href="#license">The license on contributions</a></li>
- <li><a href="#options">Don't add invocation options!</a></li>
- <li><a href="#statics">Don't create static variables in the libraries!</a></li>
- <li><a href="#malloc">Don't use malloc!</a></li>
- <li><a href="#sizeof">Avoid use of sizeof(&lt;int type&gt;)!</a></li>
- <li><a href="#standards">C, standards and style</a></li>
- <li><a href="#asserts">Use assert(3) sparingly and carefully!</a></li>
+ <ol>
+ <li><a href="#verify">Verify your patch or commit</a></li>
+ <li><a href="#patches">Send patches in diff -u or -c format</a></li>
+ <li><a href="#license">The license on contributions</a></li>
+ <li><a href="#options">Don't add invocation options!</a></li>
+ <li><a href="#statics">Don't create static variables in the libraries!</a></li>
+ <li><a href="#malloc">Don't use malloc!</a></li>
+ <li><a href="#sizeof">Avoid use of sizeof(&lt;int type&gt;)!</a></li>
+ <li><a href="#standards">C, standards and style</a></li>
+ <li><a href="#asserts">Use assert(3) sparingly and
+ carefully!</a></li>
+ </ol>
</li>
<li><a href="#understanding">Understanding the code</a>
<ol>
@@ -1476,7 +1478,6 @@ jitter.</p>
reckons that at 4800bps the UART buffering can cause at most
about 15msec of jitter. This is, observably, swamped by other less
controllable sources of variation.</p>
-</ol>
<p>However, it turns out this is only an issue for EverMore chips. SiRF GPSes
can get the offset from the PPS or subframe data; NMEA GPSes don't