From b1c9f8412fcf6261d84cd2043ca0b9cca680112f Mon Sep 17 00:00:00 2001
From: Anders Svensson
Date: Thu, 30 Aug 2012 09:45:31 +0200
Subject: Fix/tweak references to other applications
---
lib/diameter/doc/src/diameter.xml | 4 ++--
lib/diameter/doc/src/diameter_sctp.xml | 12 ++++++------
lib/diameter/doc/src/diameter_tcp.xml | 20 ++++++++++----------
lib/diameter/doc/src/diameter_transport.xml | 2 +-
4 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml
index 38b3cdcba5..8635399d6f 100644
--- a/lib/diameter/doc/src/diameter.xml
+++ b/lib/diameter/doc/src/diameter.xml
@@ -665,8 +665,8 @@ The name of a service as passed to start_service/2 and with which the
service is identified.
There can be at most one service with a given name on a given node.
-Note that erlang:make_ref/0 can be used to generate a service name
-that is somewhat unique.
+Note that erlang:make_ref/0
+can be used to generate a service name that is somewhat unique.
diff --git a/lib/diameter/doc/src/diameter_sctp.xml b/lib/diameter/doc/src/diameter_sctp.xml
index 7e02a07bb4..955169349c 100644
--- a/lib/diameter/doc/src/diameter_sctp.xml
+++ b/lib/diameter/doc/src/diameter_sctp.xml
@@ -4,7 +4,7 @@
-2011
+20112012
Ericsson AB. All Rights Reserved.
@@ -60,9 +60,9 @@ and implements the behaviour documented in
Type = connect | accept
Ref = diameter:transport_ref()
Svc = #diameter_service{}
-Opt = {raddr, inet:ip_address()} | {rport, integer()} | term()
+Opt = {raddr, inet:ip_address()} | {rport, integer()} | term()
Pid = pid()
-LAddr = inet:ip_address()
+LAddr = inet:ip_address()
Reason = term()
@@ -81,7 +81,7 @@ More than one raddr option can be specified, in which case the
connecting transport in question attempts each in sequence until
an association is established.
Remaining options are any accepted by gen_sctp:open/1, with the exception
+marker="kernel:gen_sctp#open-1">gen_sctp:open/1, with the exception
of options mode, binary, list, active
and sctp_events.
Note that options ip and port specify the local address
@@ -99,13 +99,13 @@ connecting transport.
An insufficiently large receive buffer may result in a peer having to
resend incoming messages: set the inet option recbuf to increase
+marker="kernel:inet">inet(3) option recbuf to increase
the buffer size.
An insufficiently large send buffer may result in outgoing messages
being discarded: set the inet option sndbuf to increase
+marker="kernel:inet">inet(3) option sndbuf to increase
the buffer size.
diff --git a/lib/diameter/doc/src/diameter_tcp.xml b/lib/diameter/doc/src/diameter_tcp.xml
index b42d65701e..3ffcebfd90 100644
--- a/lib/diameter/doc/src/diameter_tcp.xml
+++ b/lib/diameter/doc/src/diameter_tcp.xml
@@ -4,7 +4,7 @@