aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2016-05-04 14:37:35 +0200
committerRaimo Niskanen <[email protected]>2016-05-04 14:37:35 +0200
commit2a9fbb1c76334f0211214a0aee517ec03de0e487 (patch)
tree70ae785a80975a7d1750bae6da971279a1d895df /lib/stdlib/doc
parent6a1290f534164d1a5771dba37c23124652b9f7c9 (diff)
parent1f145f8a444121fac1f15dfe4af54f2148419ac1 (diff)
downloadotp-2a9fbb1c76334f0211214a0aee517ec03de0e487.tar.gz
otp-2a9fbb1c76334f0211214a0aee517ec03de0e487.tar.bz2
otp-2a9fbb1c76334f0211214a0aee517ec03de0e487.zip
Merge branch 'raimo/polish-gen_statem/OTP-13065'
* raimo/polish-gen_statem/OTP-13065: Fix documentation Clean up terminate functions Fix callback mode after code change not used Restructure loop_* to clarify S handling
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/gen_statem.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml
index ec7f267c64..d83e17b177 100644
--- a/lib/stdlib/doc/src/gen_statem.xml
+++ b/lib/stdlib/doc/src/gen_statem.xml
@@ -396,17 +396,17 @@ handle_event(_, _, State, Data) ->
<tag><c>pid()</c><br />
<c>LocalName</c></tag>
<item>The <c>gen_statem</c> is locally registered.</item>
- <tag><c>Name, Node</c></tag>
+ <tag><c>{Name,Node}</c></tag>
<item>
The <c>gen_statem</c> is locally registered
on another node.
</item>
- <tag><c>GlobalName</c></tag>
+ <tag><c>{global,GlobalName}</c></tag>
<item>
The <c>gen_statem</c> is globally registered
in <seealso marker="kernel:global"><c>global</c></seealso>.
</item>
- <tag><c>RegMod, ViaName</c></tag>
+ <tag><c>{via,RegMod,ViaName}</c></tag>
<item>
The <c>gen_statem</c> is registered through
an alternative process registry.