rsyslog/rsyslog-8.26.0-doc-update.patch
Radovan Sroka 2a544ec346 Added patch for rhbz#1436113
"rsyslog documentation manual page horribly out-of-date"
2017-04-18 14:23:52 +02:00

28 lines
898 B
Diff

From d03793d30c6120fae645daad813b61b4037ba5dd Mon Sep 17 00:00:00 2001
From: Jiri Vymazal <jvymazal@redhat.com>
Date: Thu, 13 Apr 2017 14:33:59 +0200
Subject: [PATCH] updated manpage discard section
---
tools/rsyslog.conf.5 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/rsyslog.conf.5 b/tools/rsyslog.conf.5
index 793562f..2621f24 100644
--- a/tools/rsyslog.conf.5
+++ b/tools/rsyslog.conf.5
@@ -320,11 +320,11 @@ fill your log files. To do that, place the discard actions early in your log fil
This often plays well with property-based filters, giving you great freedom in specifying
what you do not want.
-Discard is just the single tilde character with no further parameters.
+Discard is just the single 'stop' command with no further parameters.
.sp
.B Example:
.RS
-*.* ~ # discards everything.
+*.* stop # discards everything.
.RE