changeset 736:e7694c640f36

Update link to posix in docs (open group broke their website).
author Rob Landley <rob@landley.net>
date Thu, 06 Dec 2012 15:15:30 -0600
parents 3aaba60133c8
children dc4a38a13270
files www/roadmap.html
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/www/roadmap.html	Thu Dec 06 15:13:30 2012 -0600
+++ b/www/roadmap.html	Thu Dec 06 15:15:30 2012 -0600
@@ -9,7 +9,7 @@
 
 <p>Our current candidate list combines the commands toybox already implements,
 the development environment command list, the toolbox standard commands,
-various vendor configurations of busybox, a selected subset of the SUSv4
+various vendor configurations of busybox, a selected subset of the POSIX/SUSv4
 standard, a couple of the less-insane bits of LSB, a few outright requests,
 plus additional to-be-determined shell functionality.</p>
 
@@ -31,7 +31,7 @@
 4, and the Open Group Base Specification edition 7 are all the same standard
 from three sources.</p>
 
-<p>The <a href="http://opengroup.org/onlinepubs/9699919799/idx/utilities.html">"utilities"
+<p>The <a href="http://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html">"utilities"
 section</a>
 of these standards is devoted to the unix command line, and are the best such
 standard for our purposes.  (My earlier work on BusyBox was implemented with
@@ -100,8 +100,8 @@
 
 <p>The Linux Standard Base's failure mode is different, they respond to
 pressure by including special-case crap, such as allowing Red Hat to shoehorn
-RPM on the standard even though all sorts of distros (from Debian to Slackware)
-don't use it and probably never will. This means anything in the LSB is
+RPM on the standard even though all sorts of distros (Debian, Slackware, Arch,
+Gentoo) don't use it and probably never will. This means anything in the LSB is
 at best a suggestion: arbitrary portions of this standard are widely
 ignored.</p>