From 601393acd7fcd4446b57314cb070cfd17abda2ee Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 18 Oct 2007 16:17:32 +0000 Subject: added doc fixes provided by Michael Biebl - thanks --- ChangeLog | 1 + doc/Makefile.am | 3 +++ doc/bugs.html | 4 ++-- doc/contributors.html | 2 +- doc/features.html | 2 +- doc/generic_design.html | 12 +++++------ doc/history.html | 16 +++++++------- doc/how2help.html | 10 ++++----- doc/install.html | 10 ++++----- doc/ipv6.html | 6 +++--- doc/man_rsyslogd.html | 10 ++++----- doc/modules.html | 16 +++++++------- doc/rsconf1_allowedsender.html | 4 ++-- doc/rsconf1_controlcharacterescapeprefix.html | 4 ++-- doc/rsconf1_droptrailinglfonreception.html | 4 ++-- doc/rsconf1_escapecontrolcharactersonreceive.html | 4 ++-- doc/rsconf1_filecreatemode.html | 4 ++-- doc/rsconf1_mainmsgqueuesize.html | 6 +++--- doc/rsconf1_moddir.html | 2 +- doc/rsconf1_modload.html | 4 ++-- doc/rsyslog_conf.html | 26 +++++++++++------------ doc/rsyslog_recording_pri.html | 4 ++-- doc/status.html | 2 +- doc/syslog-protocol.html | 12 +++++------ doc/version_naming.html | 10 ++++----- 25 files changed, 91 insertions(+), 87 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41641d2d..2737af8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ Version 1.19.10 (rgerhards), 2007-10-15 - updated rsyslogd doc set man page; now in html format - undid creation of a separate thread for the main loop -- this did not turn out to be needed or useful, so reduce complexity once again. +- added doc fixes provided by Michael Biebl - thanks --------------------------------------------------------------------------- Version 1.19.9 (rgerhards), 2007-10-12 - now packaging system which again contains all components in a single diff --git a/doc/Makefile.am b/doc/Makefile.am index ed6dc2c8..74e1be69 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -7,6 +7,8 @@ html_files = \ install.html \ ipv6.html \ manual.html \ + man_rsyslogd.html \ + modules.html \ property_replacer.html \ rsyslog_conf.html \ rsyslog_mysql.html \ @@ -39,6 +41,7 @@ html_files = \ rsconf1_includeconfig.html \ rsconf1_mainmsgqueuesize.html \ rsconf1_modload.html \ + rsconf1_moddir.html \ rsconf1_repeatedmsgreduction.html \ rsconf1_resetconfigvariables.html \ rsconf1_umask.html diff --git a/doc/bugs.html b/doc/bugs.html index 41404e51..8f775600 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -29,12 +29,12 @@ single-threaded mode rsyslogd offers great performance (just think that stock sysklogd has always been using a single thread, only).

forwarding remotely received messages

Sysklogd does not forward remotely received messages to other network -destionation except when the -h option is given. This code is currently defunct. +destination except when the -h option is given. This code is currently defunct. No matter if -h is specified or not, messages are ALWAYS forwarded. It is currently under review if the sysklogd's functionality is actually needed. Please see my blog -post on this topic for futher detail.

+post on this topic for further detail.

EQUALLY-NAMED TEMPLATES

If multiple templates with the SAME name are created, all but the first definition is IGNORED. So you can NOT (yet) replace a diff --git a/doc/contributors.html b/doc/contributors.html index ebbf1a5d..713c3299 100644 --- a/doc/contributors.html +++ b/doc/contributors.html @@ -10,7 +10,7 @@ Unfortunately, I have begun this page in July of 2007, long after the project started. I try to extract all past contributor information from CVS, readme's, code etc - but I may fail. If you contributed and do not find yourself listed below, please accept my sincere apologies and drop me a line.

-

Please also note that I will do the checks for past contibutors once the +

Please also note that I will do the checks for past contributors once the current very busy development phase is over, so it may take a few weeks to fully populate this file.

Contributors are listed in alphabetical order. If I know an Alias only, that diff --git a/doc/features.html b/doc/features.html index f451c857..6f2e7e89 100644 --- a/doc/features.html +++ b/doc/features.html @@ -59,7 +59,7 @@ at some time moved back to the sourceforge tracker.