summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:52:09 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:52:09 +0100
commit6b722a09d419ad2a552710260bb8e220858f17c2 (patch)
tree1a747d1f1941b548830e1c318a5463e6b86d5fa0 /doc
parent159f3cecb1b33133c906506cbb1a389a0c1e50a8 (diff)
parent4af3a1d72d658a83b6b891ef37b0cd0471ba0e15 (diff)
downloadrsyslog-6b722a09d419ad2a552710260bb8e220858f17c2.tar.gz
rsyslog-6b722a09d419ad2a552710260bb8e220858f17c2.tar.xz
rsyslog-6b722a09d419ad2a552710260bb8e220858f17c2.zip
Merge branch 'v4-devel'
Diffstat (limited to 'doc')
-rw-r--r--doc/omoracle.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/omoracle.html b/doc/omoracle.html
index cfcf277f..2bb6aa5d 100644
--- a/doc/omoracle.html
+++ b/doc/omoracle.html
@@ -13,10 +13,11 @@
<p><b>Available since: </b>: 4.3.0
<p><b>Status: </b>: contributed module, not maitained by rsyslog core authors
<p><b>Description</b>:</p>
-<p>This module provides native support for logging to Oracle databases. It offers
-superior performance over the more generic <a href="omlibdbi.html">omlibdbi</a> module.
-It also includes a number of enhancements, most importantly prepared statements and
-batching, what provides a big performance improvements.
+<p>This module provides native support for logging to Oracle
+databases. It offers superior performance over the more
+generic <a href="omlibdbi.html">omlibdbi</a> module. It also includes
+a number of enhancements, most importantly prepared statements and
+batching, what provides a big performance improvement.
</p>
<p>Note that this module is maintained by its original author. If you need assistance with it,
it is suggested to post questions to the
@@ -63,7 +64,7 @@ it is suggested to post questions to the
$OmoracleStatement \
insert into foo(hostname,message)values(:host,:message)
- Also note that identifiers to placeholders are arbitrarry. You
+ Also note that identifiers to placeholders are arbitrary. You
need to define the properties on the template in the correct order
you want them passed to the statement!
</pre>