summaryrefslogtreecommitdiffstats
path: root/doc/dev_oplugins.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-19 09:24:03 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-19 09:24:03 +0200
commitcb0fa751b7e18ffe71aec84bccfeaf04fca7ff13 (patch)
treeb985c583bca6486cdf628a56a24c13c37288f2c8 /doc/dev_oplugins.html
parentfe5bea77ac2533faab3b7b73bc253c4dc7d702bc (diff)
parent55714cdb440b4baa32f88d55316755555ef93607 (diff)
downloadrsyslog-cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13.tar.gz
rsyslog-cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13.tar.xz
rsyslog-cb0fa751b7e18ffe71aec84bccfeaf04fca7ff13.zip
Merge branch 'master' into tmp
Conflicts: tests/Makefile.am
Diffstat (limited to 'doc/dev_oplugins.html')
-rw-r--r--doc/dev_oplugins.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev_oplugins.html b/doc/dev_oplugins.html
index 2e195028..63c186a3 100644
--- a/doc/dev_oplugins.html
+++ b/doc/dev_oplugins.html
@@ -47,7 +47,7 @@ copying omtemplate. Then, the basic steps you need to do are:
<li>mv omtemplate.c your-plugin.c
<li>cd ../..
<li>vi Makefile.am configure.ac
-<br>serach for omtemplate, copy and modify (follow comments)
+<br>search for omtemplate, copy and modify (follow comments)
</ul>
<p>Basically, this is all you need to do ... Well, except, of course, coding
your plugin ;). For testing, you need rsyslog's debugging support. Some useful