Hi all An update to the Unix manual pages are now available on our PEAR-channel, doc.php.net.
This update spots two fixes: - Fixed bug #46413 Weird examples in Unix manual pages. (Rudy) - Fixed installation on case-insensitive file-systems. (Hannes) Furthermore it contains all the latest updates to the documentations as of this email. If you have never used the doc.php.net channel before you first have to "discover it" by typing: pear channel-discover doc.php.net To install the pman package: pear install doc.php.net/pman To view the manual pages type: pman functionname # i.e. pman strpos To view method manual pages type: pman classname.methodname # i.e. pman datetime.format -Hannes
