diff options
author | Micael Karlberg <[email protected]> | 2012-07-10 16:39:46 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-07-10 16:43:32 +0200 |
commit | 2fca4419268c38a8c68124786a9dd5c6b0643197 (patch) | |
tree | 5e19bdf0e1b84219cb7a89ebfce68d84cfa28999 /lib/snmp/doc/src/snmpm.xml | |
parent | 6cb6829ae3e7d06e2f24d50ff80a60ac1aa1e72c (diff) | |
download | otp-2fca4419268c38a8c68124786a9dd5c6b0643197.tar.gz otp-2fca4419268c38a8c68124786a9dd5c6b0643197.tar.bz2 otp-2fca4419268c38a8c68124786a9dd5c6b0643197.zip |
Fixed pdf text "overflow" problems in the documentation
Diffstat (limited to 'lib/snmp/doc/src/snmpm.xml')
-rw-r--r-- | lib/snmp/doc/src/snmpm.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/snmp/doc/src/snmpm.xml b/lib/snmp/doc/src/snmpm.xml index 9bbb6cdbdb..8ab3be8e18 100644 --- a/lib/snmp/doc/src/snmpm.xml +++ b/lib/snmp/doc/src/snmpm.xml @@ -173,16 +173,16 @@ sec_level() = noAuthNoPriv | authNoPriv | authPriv </type> <desc> <p>Register the manager entity (=user) responsible for specific - agent(s). </p> + agent(s). </p> <p><c>Module</c> is the callback module (snmpm_user behaviour) which - will be called whenever something happens (detected - agent, incoming reply or incoming trap/notification). - Note that this could have already been done as a - consequence of the node config. (see users.conf).</p> + will be called whenever something happens (detected + agent, incoming reply or incoming trap/notification). + Note that this could have already been done as a + consequence of the node config. (see users.conf).</p> - <p>The argument <c>DefaultAgentConfig</c> is used as default values when - this user register agents.</p> + <p>The argument <c>DefaultAgentConfig</c> is used as default + values when this user register agents.</p> <p>The type of <c>Val</c> depends on <c>Item</c>: </p> <code type="none"><![CDATA[ |