old-www/manpages/man.php

166 lines
5.9 KiB
PHP

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Linux Manual Pages -- The Linux Documentation Project
Works</title>
<meta name="description" content=
"Linux Manual Pages @ Linux Documentation Project Works" />
<style type="text/css" media="screen">
/*<![CDATA[*/
td { font-family: Helvetica, Arial, "sans-serif" }
p { font-family: Helvetica, Arial, "sans-serif" }
a { font-family: Helvetica, Arial, "sans-serif" }
h4 { font-family: Helvetica, Arial, "sans-serif" }
a { color: #003355; }
a:active { color: #ff0000; }
a:visited { color: #003355; }
body { background-color: #AAAAAA }
/*]]>*/
</style>
</head>
<body>
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr>
<td align="center" valign="top"><a href=
"../index.html"><img src="../images/ldp.gif" width="300"
height="120" align="absmiddle" border="0" alt=
"The Linux Documentation Project" /></a></td>
</tr>
<tr bgcolor="#BBCCEE">
<td align="center" valign="center">
<br />
<h3><font face="arial,helvetica">&nbsp;Linux Manual
Pages&nbsp;</font></h3>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<script language="php">
/*<![CDATA[*/
$mpver="[unknown -- internal error]";
$fp=fopen(".man-pages-latest-version", "r");
if ($fp)
{
$mpver=str_replace("\n", "", fgets($fp, 100));
}
$gz_size="";
$bz2_size="";
if (file_exists("man-pages-$mpver.tar.gz"))
{
$gz_stat=stat("man-pages-$mpver.tar.gz");
if ($gz_stat)
{
$gz_size=" (" . round($gz_stat[7] / 1024.0 / 1024.0, 1) . "Mb)";
}
}
if (file_exists("man-pages-$mpver.tar.bz2"))
{
$bz2_stat=stat("man-pages-$mpver.tar.bz2");
if ($bz2_stat)
{
$bz2_size=" (" . round($bz2_stat[7] / 1024.0 / 1024.0, 1) . "Mb)";
}
}
/*]]>*/
</script>
<p>The Linux Documentation Project maintains an archive of
snaphots of the (English language) <a href=
"http://www.kernel.org/doc/man-pages/">core Linux manual
pages</a> that are maintained by <a href=
"mailto:mtk.manpages-AT-gmail.com">Michael Kerrisk</a>.
Corrections and additions <a href=
"http://www.kernel.org/doc/man-pages/contributing.html">are
welcome</a>, but review the "<a href=
"http://www.kernel.org/doc/man-pages/missing_pages.html">Help
Wanted</a>" list, first.</p>
<p>Man pages belonging to programs are usually distributed
together with those programs. Therefore, the core Linux
<tt>man-pages</tt> mainly contains the pages for system
calls and library routines, special devices, and file
formats. However, it also contains documentation for a few
programs, in cases where the authors or maintainers of the
program do not distribute man pages themselves.</p>
<p>The latest version is <strong><script language="php">
/*<![CDATA[*/
echo "<a href=\"http://www.kernel.org/pub/linux/docs/man-pages/man-pages-$mpver.tar.gz\">man-pages-$mpver.tar.gz</a>$gz_size";
echo " <small>(<a href=\"man-pages-$mpver.tar.gz\">TLDP mirror</a>)</small>"
/*]]>*/
</script></strong>, or <strong><script language="php">
/*<![CDATA[*/
echo "<a href=\"http://www.kernel.org/pub/linux/docs/man-pages/man-pages-$mpver.tar.bz2\">man-pages-$mpver.tar.bz2</a>$bz2_size";
echo " <small>(<a href=\"man-pages-$mpver.tar.bz2\">TLDP mirror</a>)</small>"
/*]]>*/
</script></strong>. Older snapshots are archived in TLDP's
<strong><a href=".">manpages</a></strong> directory.</p>
<h2>HTML/Web versions of Linux man pages</h2>
<p>Man pages are authored using the traditional <a href=
"http://www.troff.org/">troff</a> typesetting format, which
dates back to the early days of UNIX. There are several
sources for man pages in the more modern HTML format.</p>
<p>A tarball containing an HTML-based compilation
consisting of core <tt>man-pages</tt>, and several other
sources, can be downloaded from the <a href=
"man-html">man-html</a> directory. Sam Varshavchik
maintains a browsable/searchable version of this
compilation at <a href=
"http://manpages.courier-mta.org">http://manpages.courier-mta.org</a>.</p>
<p>Other useful search and/or indexed compilations of man
pages can be found at:</p>
<ul>
<li><a href=
"http://www.kernel.org/doc/man-pages/online_pages.html">http://www.kernel.org/doc/man-pages/online_pages.html</a></li>
<li><a href=
"http://www.linuxcommand.org/superman_pages.php">http://www.linuxcommand.org/superman_pages.php</a></li>
<li><a href=
"http://www.linuxpakistan.net/man.php">http://www2.linuxpakistan.net/man.php</a></li>
<li><a href=
"http://linux.ctyme.com">http://linux.ctyme.com</a></li>
<li><a href=
"http://www.phpman.info/">http://www.phpman.info/</a></li>
<li><a href=
"http://man.he.net/">http://man.he.net/</a></li>
<li><a href=
"http://www.linuxmanpages.com/">http://www.linuxmanpages.com/</a></li>
</ul>
</td>
</tr>
<tr bgcolor="#AAAAAA">
<td align="center"><a href="../docs.html"><font face=
"arial,helvetica" color="#FFFFFF"><b>Back to the Linux
Documentation Project Works</b></font></a></td>
</tr>
<tr bgcolor="#AAAAAA">
<td align="center"><font face="arial,helvetica" size=
"-1">Maintained by <a href=
"mailto:mrsam@ibiblio.org.NOSPAM"><tt>mrsam@</tt><tt>ibiblio.org</tt></a></font></td>
</tr>
</table>
</body>
</html>