diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-12-11 15:32:04 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-12-11 15:32:04 +0100 |
commit | 671470f1a1880865bc1175414b0e5000713556d1 (patch) | |
tree | a06a61d39d36a47d357f9d74095e4e05d0277894 | |
parent | 9372467ab71dad3542ff6c6bd80da110109e4d16 (diff) | |
download | rsyslog-671470f1a1880865bc1175414b0e5000713556d1.tar.gz rsyslog-671470f1a1880865bc1175414b0e5000713556d1.tar.xz rsyslog-671470f1a1880865bc1175414b0e5000713556d1.zip |
doc bugfix: broken intra-doc link
-rw-r--r-- | doc/rsyslog_conf_modules.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rsyslog_conf_modules.html b/doc/rsyslog_conf_modules.html index 805894e7..a246d0ca 100644 --- a/doc/rsyslog_conf_modules.html +++ b/doc/rsyslog_conf_modules.html @@ -66,7 +66,7 @@ permits rsyslog to alert folks by mail if something important happens</li> <a name="pm"></a><h2>Parser Modules</h2> <p>Parser modules are used to parse message content, once the message has been received. They can be used to process custom message formats or invalidly formatted -messages. For details, please see the <a href="rsyslog_messageparser.html">rsyslog +messages. For details, please see the <a href="messageparser.html">rsyslog message parser documentation</a>. <p>The current modules are currently provided as part of rsyslog: <ul> |