aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/doc/src/diameter_tcp.xml
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2012-08-28 10:44:01 +0200
committerAnders Svensson <[email protected]>2012-08-29 18:21:54 +0200
commit654d3f45431e57512597792376524b56805a1829 (patch)
tree3bd2a9e1e803ec6d97fdcb51936668027200096e /lib/diameter/doc/src/diameter_tcp.xml
parent5a5b1d91c8cc913c6d049e113ceedc4746d2ba8e (diff)
downloadotp-654d3f45431e57512597792376524b56805a1829.tar.gz
otp-654d3f45431e57512597792376524b56805a1829.tar.bz2
otp-654d3f45431e57512597792376524b56805a1829.zip
Terminology and other clarifications, more references
Diameter node/peer having been the most vicious terminology blunder.
Diffstat (limited to 'lib/diameter/doc/src/diameter_tcp.xml')
-rw-r--r--lib/diameter/doc/src/diameter_tcp.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/diameter/doc/src/diameter_tcp.xml b/lib/diameter/doc/src/diameter_tcp.xml
index e6b53383c0..6ad98c8640 100644
--- a/lib/diameter/doc/src/diameter_tcp.xml
+++ b/lib/diameter/doc/src/diameter_tcp.xml
@@ -65,13 +65,13 @@ before configuring TLS capability on diameter transports.</p>
<fsummary>Start a transport process.</fsummary>
<type>
<v>Type = connect | accept</v>
-<v>Ref = reference()</v>
+<v>Ref = <seealso marker="diameter#transport_ref">diameter:transport_ref()</seealso></v>
<v>Svc = #diameter_service{}</v>
<v>Opt = OwnOpt | SslOpt | OtherOpt</v>
<v>Pid = pid()</v>
-<v>LAddr = ip_address()</v>
+<v>LAddr = inet:ip_address()</v>
<v>Reason = term()</v>
-<v>OwnOpt = {raddr, ip_address()}
+<v>OwnOpt = {raddr, inet:ip_address()}
| {rport, integer()}
| {port, integer()}</v>
<v>SslOpt = {ssl_options, true | list()}</v>
@@ -123,7 +123,7 @@ watchdog to take down the connection.</p>
<p>
If the service specifies more than one Host-IP-Address and
-option <c>ip</c> is unspecified then then the
+option <c>ip</c> is unspecified then the
first of the service's addresses is used as the local address.</p>
<p>