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=\"man.php?page=\\2%20\\1\">\\0</a>",$buffer);

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