diff options
author | Anders Svensson <[email protected]> | 2013-04-09 01:56:13 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-04-11 19:08:28 +0200 |
commit | b59386f5684250b823c40b7482df73afaf632bd9 (patch) | |
tree | bf0638ca13f2c8a9e84b20067a5fae1dd86985a3 /lib/diameter/doc/src | |
parent | d2bd3f357446d6d580db0fafd16377855cc81492 (diff) | |
download | otp-b59386f5684250b823c40b7482df73afaf632bd9.tar.gz otp-b59386f5684250b823c40b7482df73afaf632bd9.tar.bz2 otp-b59386f5684250b823c40b7482df73afaf632bd9.zip |
Minor doc fix
Diffstat (limited to 'lib/diameter/doc/src')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 7ea93d480b..48914abaa2 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -780,10 +780,10 @@ connections to the same peer.</p> <p> If type <c>[node()]</c> then a connection is rejected if another already exists on any of the specified nodes. -Values of type <c>false</c>, <c>node</c>, <c>nodes</c> or +Types <c>false</c>, <c>node</c>, <c>nodes</c> and &evaluable; are equivalent to -values <c>[]</c>, <c>[node()]</c>, <c>[node()|nodes()]</c> and the -evaluated value, respectively, evaluation of each expression taking +<c>[]</c>, <c>[node()]</c>, <c>[node()|nodes()]</c> and the +evaluated value respectively, evaluation of each expression taking place whenever a new connection is to be established. Note that <c>false</c> allows an unlimited number of connections to be established with the same peer.</p> |