summaryrefslogtreecommitdiff
path: root/debian/patches/man_page_format.patch
blob: 1e1dc04a2f69bceb6613ba7ce2b1ea482bd3dd24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: rsyslog.conf.5
===================================================================
--- rsyslog.conf.5	(Revision 885)
+++ rsyslog.conf.5	(Arbeitskopie)
@@ -182,8 +182,8 @@
 Rsyslogd supports BSD-style blocks inside rsyslog.conf. Each block of lines is separated from 
 the previous block by a program or hostname specification. A block will only log messages 
 corresponding to the most recent program and hostname specifications given. Thus, a block which 
-selects ‘ppp’ as the program, directly followed by a block that selects messages from the 
-hostname ‘dialhost’, then the second block will only log messages from the ppp program on dialhost.
+selects "ppp" as the program, directly followed by a block that selects messages from the 
+hostname "dialhost", then the second block will only log messages from the ppp program on dialhost.
 
 .SS Selectors
 .B Selectors are the traditional way of filtering syslog messages.