diff options
author | Raimo Niskanen <[email protected]> | 2014-08-29 16:41:44 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2014-09-03 16:03:19 +0200 |
commit | fcc898b0b296376167a2a2094d0a822090cfb20e (patch) | |
tree | fe53d26e2302b207cec3b3fc73d44d5d2a021a7d /lib/snmp/doc/src/snmpm_conf.xml | |
parent | 5bd1edc7b53dbcea6f63e0a7fb57925935e6b293 (diff) | |
download | otp-fcc898b0b296376167a2a2094d0a822090cfb20e.tar.gz otp-fcc898b0b296376167a2a2094d0a822090cfb20e.tar.bz2 otp-fcc898b0b296376167a2a2094d0a822090cfb20e.zip |
Update documentation
Diffstat (limited to 'lib/snmp/doc/src/snmpm_conf.xml')
-rw-r--r-- | lib/snmp/doc/src/snmpm_conf.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/snmp/doc/src/snmpm_conf.xml b/lib/snmp/doc/src/snmpm_conf.xml index 0cc9ff3379..8635fb705b 100644 --- a/lib/snmp/doc/src/snmpm_conf.xml +++ b/lib/snmp/doc/src/snmpm_conf.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>2006</year><year>2013</year> + <year>2006</year><year>2014</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -195,14 +195,14 @@ </desc> </func> <func> - <name>agents_entry(UserId, TargetName, Comm, Ip, Port, EngineID, Timeout, MaxMessageSize, Version, SecModel, SecName, SecLevel) -> agents_entry()</name> + <name>agents_entry(UserId, TargetName, Comm, Domain, Addr, EngineID, Timeout, MaxMessageSize, Version, SecModel, SecName, SecLevel) -> agents_entry()</name> <fsummary>Create an agents entry</fsummary> <type> <v>UserId = term()</v> <v>TargetName = string()</v> <v>Comm = string()</v> - <v>Ip = string()</v> - <v>Port = integer()</v> + <v>Domain = transportDomain()</v> + <v>Addr = transportAddress()</v> <v>EngineID = string()</v> <v>Timeout = integer()</v> <v>MaxMessageSize = integer()</v> |