1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Added information about pman availability and usage

This commit is contained in:
Philip Olson
2011-05-12 00:16:49 +00:00
parent 61f3b6dc1b
commit b27026e1ce

View File

@@ -18,6 +18,17 @@ $SIDEBAR_DATA='
from our <a href="/docs.php">documentation page</a>.
</p>
<h3>Other formats</h3>
<p>
The manual is also available via *nix style man pages. To
install and use:
</p>
<ul class="toc">
<li>Install: pear install doc.php.net/pman</li>
<li>Upgrade: pear upgrade doc.php.net/pman</li>
<li>Example usage: pman strlen</li>
</ul>
<h3>HTML Help viewers</h3>
<ul class="toc">
<li>Microsoft Windows has a reader built in.</li>