From e7982666b831ad7996275d5b55a91f4053195d05 Mon Sep 17 00:00:00 2001 From: Ryo Fujita Date: Wed, 16 Jul 2008 08:40:22 +0200 Subject: doc bugfix: fixed some typos in rsyslog.conf man page Signed-off-by: Rainer Gerhards --- ChangeLog | 1 + rsyslog.conf.5 | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 02cb75fd..c6c0f036 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ Version 3.18.1 (rgerhards), 2008-07-?? where it was needed. This resulted in rsyslog using the default (20 minutes) in some code pathes, what looked to the user like mark messages were never written. +- doc bugfix: fixed some typos in rsyslog.conf man page --------------------------------------------------------------------------- Version 3.18.0 (rgerhards), 2008-07-11 - begun a new v3-stable based on former 3.17.4 beta plus patches to diff --git a/rsyslog.conf.5 b/rsyslog.conf.5 index 1c47f535..dd80fca0 100644 --- a/rsyslog.conf.5 +++ b/rsyslog.conf.5 @@ -28,8 +28,8 @@ file is the main configuration file for the which logs system messages on *nix systems. This file specifies rules for logging. For special features see the .BR rsyslogd (8) -manpage. Ryslog.conf is backward-compatible with sysklogd's syslog.conf file. So if you migrate -from syklogd you can rename it and it should work. +manpage. Rsyslog.conf is backward-compatible with sysklogd's syslog.conf file. So if you migrate +from sysklogd you can rename it and it should work. .B Note that this version of rsyslog ships with extensive documentation in html format. This is provided in the ./doc subdirectory and probably @@ -55,7 +55,7 @@ Output module for GSS-enabled syslog .I ommysql Output module for MySQL .TP -.I omprelp +.I omrelp Output module for the reliable RELP protocol (prevents message loss). For details, see below at imrelp and the html documentation. It can be used like this: @@ -69,7 +69,7 @@ Output module for PostgreSQL .TP .I omlibdbi Generic database output module (Firebird/Interbase, MS SQL, Sybase, -SQLLite, Ingres, Oracle, mSQL) +SQLite, Ingres, Oracle, mSQL) .TP .I imfile Input module for text files @@ -208,7 +208,7 @@ string ":omrelp:" in front of the hostname. .sp In the example above, messages are forwarded via UDP to the machine 192.168.0.1, the destination port defaults to 514. Due to the nature of UDP, you will probably lose some messages in transit. -If you expect high traffic volume, you can expect to lose a quite noticable number of messages +If you expect high traffic volume, you can expect to lose a quite noticeable number of messages (the higher the traffic, the more likely and severe is message loss). .B If you would like to prevent message loss, use RELP: -- cgit