aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/doc/src/notes.xml
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2012-11-23 15:43:30 +0100
committerAnders Svensson <[email protected]>2012-11-23 15:43:30 +0100
commit744c5e4232fd010c6630831a6b15ecd19ec7ac80 (patch)
treed3da57bb2ad012f0e90f4aba34520372f4c815cf /lib/diameter/doc/src/notes.xml
parent0534391319767818b036dbce212610a7372da692 (diff)
parent3b8adac9179ea32c2f78860c621289cb4b2bb57e (diff)
downloadotp-744c5e4232fd010c6630831a6b15ecd19ec7ac80.tar.gz
otp-744c5e4232fd010c6630831a6b15ecd19ec7ac80.tar.bz2
otp-744c5e4232fd010c6630831a6b15ecd19ec7ac80.zip
Merge branch 'anders/diameter/doc/OTP-10471' into maint
* anders/diameter/doc/OTP-10471: Add missing diameter_codec(3) content Add content to diameter_codec(3) and diameter_make(3) Add reference pages diameter_codec(3) and diameter_make(3)
Diffstat (limited to 'lib/diameter/doc/src/notes.xml')
-rw-r--r--lib/diameter/doc/src/notes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml
index b89d84a4f6..7f3cdab075 100644
--- a/lib/diameter/doc/src/notes.xml
+++ b/lib/diameter/doc/src/notes.xml
@@ -428,7 +428,7 @@ Known issues or limitations:</p>
Some agent-related functionality is not entirely complete.
In particular, support for proxy agents, that advertise specific
Diameter applications but otherwise relay messages in much the same
-way as relay agents (for which a &handle_request;
+way as relay agents (for which a handle_request
callback can return a <c>relay</c> tuple), will be completed in an
upcoming release.
There may also be more explicit support for redirect agents, although
@@ -460,7 +460,7 @@ could likely be expanded upon.</p>
<item>
<p>
-The function &service_info;
+The function diameter:service_info/2
can be used to retrieve information about a started service
(statistics, information about connected peers, etc) but
this is not yet documented and both the input and output may change