aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-28 14:29:41 +0200
committerLoïc Hoguin <[email protected]>2015-08-28 14:29:41 +0200
commit1b8dcd4741399a9190d361bb517130163365680e (patch)
treee3c14a184ce46b97e1b61f0bdb93347a3c887c68 /erts
parent330628d6fc93a05fdfa2f7a82e16b45d984f0bcf (diff)
downloadotp-1b8dcd4741399a9190d361bb517130163365680e.tar.gz
otp-1b8dcd4741399a9190d361bb517130163365680e.tar.bz2
otp-1b8dcd4741399a9190d361bb517130163365680e.zip
Add missing behavior/behaviours to absform docs
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/absform.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/doc/src/absform.xml b/erts/doc/src/absform.xml
index 547d5e583d..df2553ced3 100644
--- a/erts/doc/src/absform.xml
+++ b/erts/doc/src/absform.xml
@@ -70,6 +70,10 @@
Rep(D) = <c><![CDATA[[Rep(F_1), ..., Rep(F_k)]]]></c>.</item>
<item>If F is an attribute <c><![CDATA[-module(Mod)]]></c>, then
Rep(F) = <c><![CDATA[{attribute,LINE,module,Mod}]]></c>.</item>
+ <item>If F is an attribute <c><![CDATA[-behavior(Behavior)]]></c>, then
+ Rep(F) = <c><![CDATA[{attribute,LINE,behavior,Behavior}]]></c>.</item>
+ <item>If F is an attribute <c><![CDATA[-behaviour(Behaviour)]]></c>, then
+ Rep(F) = <c><![CDATA[{attribute,LINE,behaviour,Behaviour}]]></c>.</item>
<item>If F is an attribute <c><![CDATA[-export([Fun_1/A_1, ..., Fun_k/A_k])]]></c>, then
Rep(F) = <c><![CDATA[{attribute,LINE,export,[{Fun_1,A_1}, ..., {Fun_k,A_k}]}]]></c>.</item>
<item>If F is an attribute <c><![CDATA[-import(Mod,[Fun_1/A_1, ..., Fun_k/A_k])]]></c>, then