aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-05-17 16:58:03 +0200
committerSverker Eriksson <[email protected]>2016-05-17 16:58:03 +0200
commit93effe30867d50b68504743cd5f0c851e623932c (patch)
tree4ac84581bf7d056ef797d87d9d359333ecb7f408 /lib/stdlib
parent0d6b5426898f7dd2fb099809cb171b2678a08d59 (diff)
parent6083b53606707524dbd7780175588530e37f186f (diff)
downloadotp-93effe30867d50b68504743cd5f0c851e623932c.tar.gz
otp-93effe30867d50b68504743cd5f0c851e623932c.tar.bz2
otp-93effe30867d50b68504743cd5f0c851e623932c.zip
Merge branch 'sverker/trace-send-receive-matchspec/OTP-13507'
Second merge of this branch to master with some more docs
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/ets.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index 2d69c201bc..b32638f04d 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -123,8 +123,9 @@
<p>Some of the functions uses a <em>match specification</em>,
match_spec. A brief explanation is given in
<seealso marker="#select/2">select/2</seealso>. For a detailed
- description, see the chapter "Match specifications in Erlang" in
- <em>ERTS User's Guide</em>.</p>
+ description, see chapter
+ <seealso marker="erts:match_spec">Match Specifications in Erlang</seealso>
+ in <em>ERTS User's Guide</em>.</p>
</section>
<datatypes>