That's not what I meant to link to
[www.git] / projects / openbsd_devtree.shtml
index 3eb7c7317d3327ede831a341db46873f45395e2c..13f8b90fac4c2340a534072c4506d795bc3f5219 100644 (file)
 <h1>Printing device trees on OpenBSD</h1>
 
 <p>
-I've written a small Perl utility that takes <tt>dmesg</tt> output on
-standard input and produces a human-friendly tree of devices on
-standard output. Since it accepts any <tt>dmesg</tt> output, you can
-use it to produce a tree of hardware on someone else's system as well
-as examine your own.
+I've written a small Perl utility for OpenBSD that takes <tt>dmesg</tt>
+output on standard input and produces a human-friendly tree of devices
+on standard output. Since it accepts any (OpenBSD) <tt>dmesg</tt>
+output, you can use it to produce a tree of hardware on someone else's
+system as well as examine your own.
 </p>
 
 <p>As an example, this is what it looks like on my Lemote Yeeloong:</p>
@@ -74,7 +74,7 @@ root<br>
 </code>
 
 <p>Source and a man page are available under the
-<a href="http://git.sjm.so/?p=openbsd-goodies.git;a=tree;f=devtree;hb=HEAD">WTFPL</a>
+<a href="http://git.sjm.so/?p=openbsd-goodies.git;a=blob;f=COPYING;hb=HEAD">WTFPL</a>
 from
 <a href="git://git.sjm.so/openbsd-goodies.git">git://git.sjm.so/openbsd-goodies.git</a>
 (or view it on <a href="http://git.sjm.so/?p=openbsd-goodies.git;a=tree;f=devtree;hb=HEAD">GitWeb</a>)