summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-04-07 15:10:21 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-04-07 15:10:21 +0200
commitc64203c7f2c886712c33c21de7e0e53b7939a883 (patch)
treeec46ee2f3f19b5b883a5d4b306abbc7db164eb7c /doc
parentd53016962da179c52ad22600bd54ffd58f86a81c (diff)
downloadrsyslog-c64203c7f2c886712c33c21de7e0e53b7939a883.tar.gz
rsyslog-c64203c7f2c886712c33c21de7e0e53b7939a883.tar.xz
rsyslog-c64203c7f2c886712c33c21de7e0e53b7939a883.zip
permit size modifiers (k,m,g,...) in integer config parameters
Thanks to Jo Rhett for the suggestion.
Diffstat (limited to 'doc')
-rw-r--r--doc/rsyslog_conf_global.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsyslog_conf_global.html b/doc/rsyslog_conf_global.html
index e24b0c15..8cfdd303 100644
--- a/doc/rsyslog_conf_global.html
+++ b/doc/rsyslog_conf_global.html
@@ -317,7 +317,7 @@ not be reset.
</li>
<li><a href="rsconf1_umask.html">$UMASK</a></li>
</ul>
-<p><b>Where &lt;size_nbr&gt; is specified above,</b>
+<p><b>Where &lt;size_nbr&gt; or integers are specified above,</b>
modifiers can be used after the number part. For example, 1k means
1024. Supported are k(ilo), m(ega), g(iga), t(era), p(eta) and e(xa).
Lower case letters refer to the traditional binary defintion (e.g. 1m
@@ -325,7 +325,7 @@ equals 1,048,576) whereas upper case letters refer to their new
1000-based definition (e.g 1M equals 1,000,000).</p>
<p>Numbers may include '.' and ',' for readability. So you can
for example specify either "1000" or "1,000" with the same result.
-Please note that rsyslogd simply ignores the punctuation. Form it's
+Please note that rsyslogd simply ignores the punctuation. From it's
point of view, "1,,0.0.,.,0" also has the value 1000. </p>
<p>[<a href="manual.html">manual index</a>]