add pointers to git repo for drm/libpciaccess, replace & with &
diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html
index 294ddb1..c7f59bb 100644
--- a/docs/fbdev-dri.html
+++ b/docs/fbdev-dri.html
@@ -40,6 +40,19 @@
 </pre>
 
 <p>
+You can get them from the git repository with:
+</p>
+<pre>
+   git clone git://anongit.freedesktop.org/git/mesa/drm
+   git clone git://anongit.freedesktop.org/git/xorg/lib/libpciaccess
+</pre>
+
+<p>
+See the README files in those projects for build/install instructions.
+</p>
+
+
+<p>
 You'll need fbdev header files.  Check with:
 </p>
 <pre>
@@ -168,7 +181,7 @@
 start the sample_server program in the background:
 </p>
 <pre>
-   ./sample_server &
+   ./sample_server &amp;
 </pre>
 
 <p>