summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-08-08 12:51:15 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-08-08 12:51:15 +0200
commitf9a45dc801bf9ef3adb53a9cf697a3d919db048b (patch)
tree2e2d97bf1ab70e7e8a4a6d7a3699de6ed69b8733
parent0fc05fff8866fd6d083fd2a09ef621b0277797f1 (diff)
downloadrsyslog-f9a45dc801bf9ef3adb53a9cf697a3d919db048b.tar.gz
rsyslog-f9a45dc801bf9ef3adb53a9cf697a3d919db048b.tar.xz
rsyslog-f9a45dc801bf9ef3adb53a9cf697a3d919db048b.zip
fixed problematic file name
it lead to invalid link on the web due to web server's rewrite rules. Thanks to Jan Korbel for spotting the problem.
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/features.html2
-rw-r--r--doc/syslog_protocol.html (renamed from doc/syslog-protocol.html)0
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index de3675de..edf3bbb5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -24,7 +24,7 @@ html_files = \
rsyslog_tls.html \
rsyslog_reliable_forwarding.html \
rsyslog_stunnel.html \
- syslog-protocol.html \
+ syslog_protocol.html \
version_naming.html \
contributors.html \
dev_queue.html \
diff --git a/doc/features.html b/doc/features.html
index 8e28daae..d221eb77 100644
--- a/doc/features.html
+++ b/doc/features.html
@@ -74,7 +74,7 @@ easy multi-host support</li>
<li> massively multi-threaded with dynamic work thread pools
that start up and shut themselves down on an as-needed basis (great for
high log volume on multicore machines)</li>
-<li>very experimental and volatile support for <a href="syslog-protocol.html">syslog-protocol</a>
+<li>very experimental and volatile support for <a href="syslog_protocol.html">syslog-protocol</a>
compliant messages (it is volatile because standardization is currently
underway and this is a proof-of-concept implementation to aid this
effort)</li>
diff --git a/doc/syslog-protocol.html b/doc/syslog_protocol.html
index 72de5c27..72de5c27 100644
--- a/doc/syslog-protocol.html
+++ b/doc/syslog_protocol.html