diff options
author | Georgi Georgiev <chutzimir@gmail.com> | 2012-12-10 16:04:08 +0900 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-27 11:20:36 +0200 |
commit | 7df62fcc24967e67287d545ddfff4a036e4b2afd (patch) | |
tree | 3ceca3f1a72ec454dd07aab3593e1e59532d717e /doc/modules.html | |
parent | eb53fdbee9c29246b0fe5587595a8b2072c5de89 (diff) | |
download | rsyslog-7df62fcc24967e67287d545ddfff4a036e4b2afd.tar.gz rsyslog-7df62fcc24967e67287d545ddfff4a036e4b2afd.tar.bz2 rsyslog-7df62fcc24967e67287d545ddfff4a036e4b2afd.zip |
Spellcheck the html docs - doc/[a-n]*.html
Spotted a few typos, started fixing them... got tired around n
Diffstat (limited to 'doc/modules.html')
-rw-r--r-- | doc/modules.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/modules.html b/doc/modules.html index 4eae6db3..0ed7d4fe 100644 --- a/doc/modules.html +++ b/doc/modules.html @@ -70,7 +70,7 @@ other internal structures). Besides security, this also greatly simplifies the job of the output module developer.</p> <h2>Action Selectors</h2> <p>Modules (and rsyslog) need to know when they are called. For this, there must -a an action identification in selector lines. There are two syntaxes: the +be an action identification in selector lines. There are two syntaxes: the single-character syntax, where a single characters identifies a module (e.g. "*" for a wall message) and the modules designator syntax, where the module name is given between colons (e.g. ":ommysql:"). The single character syntax is |