summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-12-19 22:02:27 +0000
committerJoshua Colp <jcolp@digium.com>2006-12-19 22:02:27 +0000
commit5275efbae562a516dae6659236287c8761cd6534 (patch)
treef89ae4fe8ef4d45a734a01ffc1d4c9597a2a95ad
parent3830f08dc5970655a5917ed171380462938043b9 (diff)
Merged revisions 48592 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48592 | file | 2006-12-19 17:00:57 -0500 (Tue, 19 Dec 2006) | 2 lines find is not the same as bind when it comes to documentation. (issue #8626 reported by johann8384) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--doc/snmp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snmp.txt b/doc/snmp.txt
index cf0977cc4..f1667ee15 100644
--- a/doc/snmp.txt
+++ b/doc/snmp.txt
@@ -17,7 +17,7 @@ libraries. The packages may include the following:
SNMP support comes in two varieties -- as a sub-agent to a running SNMP
daemon using the AgentX protocol, or as a full standalone agent. If
you wish to run a full standalone agent, Asterisk must run as root in
-order to find to port 161.
+order to bind to port 161.
Configuring access when running as a full agent is something that is
left as an exercise to the reader.