summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-02 15:53:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-02 15:53:48 +0200
commit551818e720462cc2ff7ba5a55e5ffeb138cb5aa7 (patch)
treed574c68a8c929f455695b607a932afd1f1fc6265 /doc
parenta16cbe655541421fefdcc852087219228bbc5c94 (diff)
downloadrsyslog-551818e720462cc2ff7ba5a55e5ffeb138cb5aa7.tar.gz
rsyslog-551818e720462cc2ff7ba5a55e5ffeb138cb5aa7.tar.xz
rsyslog-551818e720462cc2ff7ba5a55e5ffeb138cb5aa7.zip
doc-update: used default RELP port in sample
Diffstat (limited to 'doc')
-rw-r--r--doc/imrelp.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/imrelp.html b/doc/imrelp.html
index b6f1f2bc..bfdaad84 100644
--- a/doc/imrelp.html
+++ b/doc/imrelp.html
@@ -35,10 +35,10 @@ Starts a RELP server on selected port</li>
<li>see description</li>
</ul>
<p><b>Sample:</b></p>
-<p>This sets up a RELP server on port 2514.<br>
+<p>This sets up a RELP server on port 20514.<br>
</p>
<textarea rows="15" cols="60">$ModLoad imrelp # needs to be done just once
-$InputRELPServerRun 2514
+$InputRELPServerRun 20514
</textarea>
<p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>]
[<a href="manual.html">manual index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>
@@ -49,4 +49,4 @@ Copyright © 2008 by <a href="http://www.gerhards.net/rainer">Rainer
Gerhards</a> and
<a href="http://www.adiscon.com/">Adiscon</a>.
Released under the GNU GPL version 3 or higher.</font></p>
-</body></html> \ No newline at end of file
+</body></html>