From cc2503f49e9fa445290740ebd11f1222431f5bd9 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Wed, 26 Oct 2016 13:46:06 +0200 Subject: erts: Correct type declaration of match specification head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug reported by Peti Gömöri . --- erts/doc/src/erlang.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'erts/doc/src/erlang.xml') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index b0d25389fd..9646953518 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -9529,6 +9529,10 @@ timestamp() -> + + + Approximation of '$1' | '$2' | '$3' | ... +

Returns trace information about a port, process, function, or event.

@@ -9660,6 +9664,10 @@ timestamp() -> + + Approximation of '$1' | '$2' | '$3' | ... + +

The same as @@ -9672,6 +9680,10 @@ timestamp() -> Set trace pattern for message sending. + + + Approximation of '$1' | '$2' | '$3' | ... +

Sets trace pattern for message sending. Must be combined with @@ -9739,6 +9751,10 @@ timestamp() -> Set trace pattern for tracing of message receiving. + + + Approximation of '$1' | '$2' | '$3' | ... +

Sets trace pattern for message receiving. Must be combined with @@ -9809,6 +9825,10 @@ timestamp() -> + + + Approximation of '$1' | '$2' | '$3' | ... +

Enables or disables call tracing for one or more functions. Must be combined with -- cgit v1.2.3