diff options
author | Anders Svensson <[email protected]> | 2013-06-11 14:24:34 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-06-11 14:24:34 +0200 |
commit | 9cdad614c0d6e84958afd1b1d82389abfa1b9788 (patch) | |
tree | 48b02c1edd3151054a9249a465a1c01bcb43b0e5 | |
parent | 78b3dc6eea23a728a20947ccc425a7860ef39d97 (diff) | |
download | otp-9cdad614c0d6e84958afd1b1d82389abfa1b9788.tar.gz otp-9cdad614c0d6e84958afd1b1d82389abfa1b9788.tar.bz2 otp-9cdad614c0d6e84958afd1b1d82389abfa1b9788.zip |
Minor doc fix
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 161bcd33e6..eda9496e81 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -878,7 +878,8 @@ of a single Diameter node across multiple Erlang nodes.</p> <p> An options list passed to &spawn_opt; when spawning a process for an incoming Diameter request, unless the transport in question -specifies another value.</p> +specifies another value. +Options <c>monitor</c> and <c>link</c> are ignored.</p> <p> Defaults to the empty list.</p> @@ -1179,7 +1180,8 @@ transport.</p> <item> <p> An options list passed to &spawn_opt; when spawning a process for an -incoming Diameter request.</p> +incoming Diameter request. +Options <c>monitor</c> and <c>link</c> are ignored.</p> <p> Defaults to the list configured on the service if not specified.</p> |