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/observer/doc/src/crashdump.xml | 6 +++--- lib/observer/doc/src/etop.xml | 8 ++++---- lib/observer/doc/src/ttb.xml | 40 +++++++++++++++++++------------------- 3 files changed, 27 insertions(+), 27 deletions(-) (limited to 'lib/observer/doc/src') diff --git a/lib/observer/doc/src/crashdump.xml b/lib/observer/doc/src/crashdump.xml index 59679d794e..62c6ff1f25 100644 --- a/lib/observer/doc/src/crashdump.xml +++ b/lib/observer/doc/src/crashdump.xml @@ -34,7 +34,7 @@ PA1 crashdump.xml - crashdump_viewer + crashdump_viewer A WxWidgets based tool for browsing Erlang crashdumps. @@ -46,7 +46,7 @@ - start() -> ok + start() -> ok start(File) -> ok Start the Crashdump Viewer. @@ -62,7 +62,7 @@ - stop() -> ok + stop() -> ok Terminate the Crashdump Viewer.

Terminates the Crashdump Viewer and closes diff --git a/lib/observer/doc/src/etop.xml b/lib/observer/doc/src/etop.xml index dcf3fe252a..f0acc7b5d8 100644 --- a/lib/observer/doc/src/etop.xml +++ b/lib/observer/doc/src/etop.xml @@ -34,7 +34,7 @@ - etop + etop Erlang Top is a tool for presenting information about Erlang processes similar to the information presented by "top" in UNIX. @@ -128,7 +128,7 @@ - config(Key,Value) -> Result + config(Key,Value) -> Result Change the configuration of the tool. Result = ok | {error,Reason} @@ -142,7 +142,7 @@ - dump(File) -> Result + dump(File) -> Result Dump the current display to a file. Result = ok | {error,Reason} @@ -153,7 +153,7 @@ - stop() -> stop + stop() -> stop Terminate etop.

Terminates etop.

diff --git a/lib/observer/doc/src/ttb.xml b/lib/observer/doc/src/ttb.xml index 2aa2b0c8a5..c42bb9c60c 100644 --- a/lib/observer/doc/src/ttb.xml +++ b/lib/observer/doc/src/ttb.xml @@ -33,7 +33,7 @@ PA1 ttb.xml - ttb + ttb A base for building trace tools for distributed systems.

The Trace Tool Builder, ttb, is a base for building trace @@ -76,7 +76,7 @@ ttb:p(all, call). - tracer() -> Result + tracer() -> Result Equivalent to tracer(node()).

Equivalent to tracer(node()).

@@ -84,7 +84,7 @@ ttb:p(all, call).
- tracer(Shortcut) -> Result + tracer(Shortcut) -> Result Handy shortcuts for common tracing settings. Shortcut = shell | dbg @@ -97,7 +97,7 @@ ttb:p(all, call). - tracer(Nodes) -> Result + tracer(Nodes) -> Result Equivalent to tracer(Nodes,[]).

Equivalent to tracer(Nodes,[]).

@@ -105,7 +105,7 @@ ttb:p(all, call).
- tracer(Nodes,Opts) -> Result + tracer(Nodes,Opts) -> Result Start a trace port on each specified node. Result = {ok, ActivatedNodes} | {error,Reason} @@ -243,7 +243,7 @@ ttb:p(all, call). - p(Item,Flags) -> Return + p(Item,Flags) -> Return Set the specified trace flags on the specified processes or ports. Return = {ok,[{Item,MatchDesc}]} @@ -338,7 +338,7 @@ ttb:p(all, call). - list_history() -> History + list_history() -> History Return all calls stored in history. History = [{N,Func,Args}] @@ -352,7 +352,7 @@ ttb:p(all, call). - run_history(N) -> ok | {error, Reason} + run_history(N) -> ok | {error, Reason} Execute one entry of the history. N = integer() | [integer()] @@ -364,7 +364,7 @@ ttb:p(all, call). - write_config(ConfigFile,Config) + write_config(ConfigFile,Config) Equivalent to write_config(ConfigFile,Config,[]).

Equivalent to write_config(ConfigFile,Config,[]).

@@ -372,7 +372,7 @@ ttb:p(all, call).
- write_config(ConfigFile,Config,Opts) -> ok | {error,Reason} + write_config(ConfigFile,Config,Opts) -> ok | {error,Reason} Create a configuration file. ConfigFile = string() @@ -405,7 +405,7 @@ ttb:p(all, call). - run_config(ConfigFile) -> ok | {error,Reason} + run_config(ConfigFile) -> ok | {error,Reason} Execute all entries in a configuration file. ConfigFile = string() @@ -418,7 +418,7 @@ ttb:p(all, call). - run_config(ConfigFile,NumList) -> ok | {error,Reason} + run_config(ConfigFile,NumList) -> ok | {error,Reason} Execute selected entries from a configuration file. ConfigFile = string() @@ -437,7 +437,7 @@ ttb:p(all, call). - list_config(ConfigFile) -> Config | {error,Reason} + list_config(ConfigFile) -> Config | {error,Reason} List all entries in a configuration file. ConfigFile = string() @@ -449,7 +449,7 @@ ttb:p(all, call). - write_trace_info(Key,Info) -> ok + write_trace_info(Key,Info) -> ok Write any information to file .ti. Key = term() @@ -465,7 +465,7 @@ ttb:p(all, call). - seq_trigger_ms() -> MatchSpec + seq_trigger_ms() -> MatchSpec Equivalent to seq_trigger_ms(all).

Equivalent to seq_trigger_ms(all).

@@ -473,7 +473,7 @@ ttb:p(all, call).
- seq_trigger_ms(Flags) -> MatchSpec + seq_trigger_ms(Flags) -> MatchSpec Return a match_spec() which starts sequential tracing. MatchSpec = match_spec() @@ -521,7 +521,7 @@ ttb:p(all, call). - stop() + stop() Equivalent to stop([]).

Equivalent to stop([]).

@@ -529,7 +529,7 @@ ttb:p(all, call).
- stop(Opts) -> stopped | {stopped, Dir} + stop(Opts) -> stopped | {stopped, Dir} Stop tracing and fetch/format logs from all nodes. Opts = Opt | [Opt] @@ -583,7 +583,7 @@ ttb:p(all, call). - format(File) + format(File) Equivalent to format(File,[]).

Equivalent to format(File,[]).

@@ -591,7 +591,7 @@ ttb:p(all, call).
- format(File,Options) -> ok | {error, Reason} + format(File,Options) -> ok | {error, Reason} Format a binary trace log. File = string() | [string()] -- cgit v1.2.3