aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/ets.xml
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2016-05-12 18:25:08 +0200
committerSverker Eriksson <[email protected]>2016-05-12 18:37:05 +0200
commit6083b53606707524dbd7780175588530e37f186f (patch)
tree9c5b5383fd07a21d67da3e251ab688d5655d29c8 /lib/stdlib/doc/src/ets.xml
parent46f08788d88e61f41f34f775314444191ebe3b41 (diff)
downloadotp-6083b53606707524dbd7780175588530e37f186f.tar.gz
otp-6083b53606707524dbd7780175588530e37f186f.tar.bz2
otp-6083b53606707524dbd7780175588530e37f186f.zip
stdlib: Add link to match spec user guide
from ets docs.
Diffstat (limited to 'lib/stdlib/doc/src/ets.xml')
-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>