aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2012-12-04 12:15:27 +0100
committerHenrik Nord <[email protected]>2012-12-04 12:16:04 +0100
commit7970cc9f8dd44fe236d38867835d874ac53ceb9c (patch)
tree7edf1df44c8f4f8e5175dd3c48d6acb90b6eb1de
parented5fe4ab12d47e18f1165b740a603741a09a3c6b (diff)
parent7095cfc46575a9163bc50b34f8333398d4d781ee (diff)
downloadotp-7970cc9f8dd44fe236d38867835d874ac53ceb9c.tar.gz
otp-7970cc9f8dd44fe236d38867835d874ac53ceb9c.tar.bz2
otp-7970cc9f8dd44fe236d38867835d874ac53ceb9c.zip
Merge branch 'lf/snmp-fix-typo'
* lf/snmp-fix-typo: Fix typo in snmpm doc OTP-10610
-rw-r--r--lib/snmp/doc/src/snmpm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/doc/src/snmpm.xml b/lib/snmp/doc/src/snmpm.xml
index 8ab3be8e18..e6e188d5d5 100644
--- a/lib/snmp/doc/src/snmpm.xml
+++ b/lib/snmp/doc/src/snmpm.xml
@@ -367,7 +367,7 @@ sec_level = noAuthNoPriv | authNoPriv | authPriv
<p>Update agent config. The function <c>update_agent_info/3</c>
should be used when several values needs to be updated atomically. </p>
<p>See function
- <seealso marker="#register_agent">register_agent</seealso>)
+ <seealso marker="#register_agent">register_agent</seealso>
for more info about what kind of items are allowed. </p>
<marker id="which_agents"></marker>