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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.