diff options
author | Sverker Eriksson <[email protected]> | 2016-01-22 20:10:11 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-04-29 18:38:41 +0200 |
commit | e75fdd38b04896fa6a1ac7b2fdea18ef485c70b3 (patch) | |
tree | 1d3aa4114b72777b1cb357c298b9f002ed120171 /erts | |
parent | a8667f3fcdd4ee1f59f4826d148dd0838680eda9 (diff) | |
download | otp-e75fdd38b04896fa6a1ac7b2fdea18ef485c70b3.tar.gz otp-e75fdd38b04896fa6a1ac7b2fdea18ef485c70b3.tar.bz2 otp-e75fdd38b04896fa6a1ac7b2fdea18ef485c70b3.zip |
erts: Clarify docs for trace_pattern/3
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erlang.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 423ccdf98f..c7b5ea8867 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -9199,7 +9199,8 @@ timestamp() -> </item> <tag><c>true</c></tag> <item> - <p>Enables tracing for the matching functions.</p> + <p>Enables tracing for the matching functions. + Any match specification is removed.</p> </item> <tag><c><anno>MatchSpecList</anno></c></tag> <item> |