From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/kernel/doc/src/seq_trace.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/kernel/doc/src/seq_trace.xml') diff --git a/lib/kernel/doc/src/seq_trace.xml b/lib/kernel/doc/src/seq_trace.xml index 1a4a74419a..aa29223dd0 100644 --- a/lib/kernel/doc/src/seq_trace.xml +++ b/lib/kernel/doc/src/seq_trace.xml @@ -28,7 +28,7 @@ 1998-04-16 A - seq_trace + seq_trace Sequential tracing of messages.

Sequential tracing makes it possible to trace all messages @@ -51,7 +51,7 @@ - + Set the trace token

Sets the trace token for the calling process to Token. @@ -71,7 +71,7 @@ seq_trace:set_token(OldToken), % activate the trace token again - + Set a component of the trace token @@ -158,7 +158,7 @@ seq_trace:set_token(OldToken), % activate the trace token again - + Return the value of the trace token

Returns the value of the trace token for the calling process. @@ -169,7 +169,7 @@ seq_trace:set_token(OldToken), % activate the trace token again - + Return the value of a trace token component @@ -182,7 +182,7 @@ seq_trace:set_token(OldToken), % activate the trace token again - + Put the Erlang term TraceInfointo the sequential trace output

Puts the Erlang term TraceInfo into the sequential @@ -192,7 +192,7 @@ seq_trace:set_token(OldToken), % activate the trace token again - + Put the Erlang term TraceInfointo the sequential trace output

Same as print/1 with the additional condition that @@ -201,7 +201,7 @@ seq_trace:set_token(OldToken), % activate the trace token again - + Stop all sequential tracing on the local node

Sets the trace token to empty for all processes on the @@ -213,7 +213,7 @@ seq_trace:set_token(OldToken), % activate the trace token again - + Set the system tracer @@ -227,7 +227,7 @@ seq_trace:set_token(OldToken), % activate the trace token again - + Return the pid() or port() of the current system tracer. -- cgit v1.2.3