@@ -29,7 +29,7 @@ function syslog_help($path, $arg) {
case'admin/help#syslog':
$output='';
$output.='<h3>'.t('About').'</h3>';
$output.='<p>'.t("The Syslog module logs events by sending messages to the logging facility of your web server's operating system. Syslog is an operating system administrative logging tool that provides valuable information for use in system management and security auditing. Most suited to medium and large sites, Syslog provides filtering tools that allow messages to be routed by type and severity. For more information, see the online handbook entry for <a href='@syslog'>Syslog module</a> and PHP's <a href='@php_openlog'>openlog</a> and <a href='@php_syslog'>syslog</a> functions.",array('@syslog'=>'http://drupal.org/documentation/modules/syslog','@php_openlog'=>'http://www.php.net/manual/function.openlog.php','@php_syslog'=>'http://www.php.net/manual/function.syslog.php')).'</p>';
$output.='<p>'.t("The Syslog module logs events by sending messages to the logging facility of your web server's operating system. Syslog is an operating system administrative logging tool that provides valuable information for use in system management and security auditing. Most suited to medium and large sites, Syslog provides filtering tools that allow messages to be routed by type and severity. For more information, see the <a href='!syslog'>online documentation for the Syslog module</a>, as well as PHP's documentation pages for the <a href='!php_openlog'>openlog</a> and <a href='!php_syslog'>syslog</a> functions.",array('!syslog'=>'https://drupal.org/documentation/modules/syslog','!php_openlog'=>'http://www.php.net/manual/function.openlog.php','!php_syslog'=>'http://www.php.net/manual/function.syslog.php')).'</p>';
$output.='<h3>'.t('Uses').'</h3>';
$output.='<dl>';
$output.='<dt>'.t('Logging for UNIX, Linux, and Mac OS X').'</dt>';