Daniel Önnerby - 2002-06-12

I added this line to be able to click on the other man-links.
$buffer=ereg_replace("([a-z]+)\(([0-9])\)","<a href=\&quot;man.php?page=\\2%20\\1\&quot;>\\0</a>",$buffer);

I added it just before the "echo $buffer;" -line.