summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-25 17:52:56 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-25 17:52:56 +0200
commit9f3dfc0efe5e63af2b6b6cc44be4afd583603bd2 (patch)
tree25babdddf18452a3d27110ec67b9df7cd8e3a650 /doc
parent5de5166e44da181d042129585a2919550236a5a0 (diff)
downloadrsyslog-9f3dfc0efe5e63af2b6b6cc44be4afd583603bd2.tar.gz
rsyslog-9f3dfc0efe5e63af2b6b6cc44be4afd583603bd2.tar.xz
rsyslog-9f3dfc0efe5e63af2b6b6cc44be4afd583603bd2.zip
doc: typo fix
Diffstat (limited to 'doc')
-rw-r--r--doc/omuxsock.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/omuxsock.html b/doc/omuxsock.html
index 5fa569eb..a1c09228 100644
--- a/doc/omuxsock.html
+++ b/doc/omuxsock.html
@@ -29,7 +29,7 @@ actions and each of them should use the same template.</li>
<p><b>Sample:</b></p>
<p>The following sample writes all messages to the "/tmp/socksample" socket.
</p>
-<textarea rows="4" cols="80">$ModLoad omucsock
+<textarea rows="4" cols="80">$ModLoad omuxsock
$OMUxSockSocket /tmp/socksample
*.* :omuxsock:
</textarea>