Note commands bundled with glibc but not musl.
No idea what to do about 'em yet, but there they are.
diff --git a/www/roadmap.html b/www/roadmap.html
index 8892a3d..c4ab826 100755
--- a/www/roadmap.html
+++ b/www/roadmap.html
@@ -33,8 +33,8 @@
<li><a href=#sigh>Linux "Standard" Base</a></li>
<li><a href=#dev_env>Development Environment</a></li>
<li><a href=#android>Android Toolbox</a></li>
-<li>Miscelaneous: <a href=#klibc>klibc</a>, <a href=#sash>sash</a>,
-<a href=#sbase>sbase</a>, <a href=#s6>s6</a>...</li>
+<li>Miscelaneous: <a href=#klibc>klibc</a>, <a href=#glibc>glibc</a>,
+<a href=#sash>sash</a>, <a href=#sbase>sbase</a>, <a href=#s6>s6</a>...</li>
</ul>
<hr />
@@ -414,6 +414,20 @@
</b></blockquote>
<hr />
+<a name=glibc />
+<h2>glibc</h2>
+
+<p>Rather a lot of command line utilities come bundled with glibc:</p>
+
+<blockquote><b>
+catchsegv getconf getent iconv iconvconfig ldconfig ldd locale localedef
+mtrace nscd rpcent rpcinfo tzselect zdump zic
+</b></blockquote>
+
+<p>Of those, musl libc only implements ldd. I have no idea which of the rest
+are relevant.</p>
+
+<hr />
<a name=sash />
<h2>Stand-Alone Shell</h2>