From ed6c460b9916f1e598869cfd76b43c57bd112137 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Tue, 15 Jan 2019 16:41:55 +0100 Subject: Fix "since" for all multi clause functions This is the result of going through all .xml files with "clause_i" attributes and make sure their "since" versions are correct. --- erts/doc/src/erlang.xml | 112 ++++++++++++++++++++++++------------------------ 1 file changed, 56 insertions(+), 56 deletions(-) (limited to 'erts/doc') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 7699f64c25..fabca87e9f 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -3339,7 +3339,7 @@ RealSystem = system + MissedSystem - + Start monitoring. @@ -4526,7 +4526,7 @@ RealSystem = system + MissedSystem - + Information about the locking of a port.

Locking is one of the following:

@@ -4547,7 +4547,7 @@ RealSystem = system + MissedSystem
- + Information about the memory size of a port.

Bytes is the total number of @@ -4565,7 +4565,7 @@ RealSystem = system + MissedSystem - + Information about the monitors of a port.

Monitors represent processes monitored by @@ -4581,7 +4581,7 @@ RealSystem = system + MissedSystem - + Which processes are monitoring this port.

Returns list of pids that are monitoring given port at the @@ -4613,7 +4613,7 @@ RealSystem = system + MissedSystem - + Information about the OS pid of a port.

OsPid is the process identifier (or equivalent) @@ -4651,7 +4651,7 @@ RealSystem = system + MissedSystem - + Information about the parallelism hint of a port.

Boolean corresponds to the port parallelism @@ -4662,7 +4662,7 @@ RealSystem = system + MissedSystem - + Information about the queue size of a port.

Bytes is the total number @@ -4782,7 +4782,7 @@ RealSystem = system + MissedSystem - + Set process flag min_bin_vheap_size for the calling process. @@ -4794,7 +4794,7 @@ RealSystem = system + MissedSystem + anchor="process_flag_max_heap_size" since="OTP 19.0"/> Set process flag max_heap_size for the calling process. @@ -4868,7 +4868,7 @@ RealSystem = system + MissedSystem + anchor="process_flag_message_queue_data" since="OTP 19.0"/> Set process flag message_queue_data for the calling process. @@ -5047,7 +5047,7 @@ RealSystem = system + MissedSystem - + Set process flags for a process.

Sets certain flags for the process Pid, @@ -6399,7 +6399,7 @@ true + anchor="statistics_active_tasks" since="OTP 18.3"/> Information about active processes and ports.

Returns the same as @@ -6414,7 +6414,7 @@ true + anchor="statistics_active_tasks_all" since="OTP 20.0"/> Information about active processes and ports.

Returns a list where each element represents the amount @@ -6503,7 +6503,7 @@ true + anchor="statistics_microstate_accounting" since="OTP 19.0"/> Information about microstate accounting.

Microstate accounting can be used to measure how much time the Erlang @@ -6682,7 +6682,7 @@ lists:map( + anchor="statistics_run_queue_lengths" since="OTP 18.3"/> Information about the run-queue lengths.

Returns the same as @@ -6697,7 +6697,7 @@ lists:map( + anchor="statistics_run_queue_lengths_all" since="OTP 20.0"/> Information about the run-queue lengths.

Returns a list where each element represents the amount @@ -6758,7 +6758,7 @@ lists:map( + anchor="statistics_scheduler_wall_time" since="OTP R15B01"/> Information about each schedulers work time.

Returns a list of tuples with @@ -6882,7 +6882,7 @@ ok + anchor="statistics_scheduler_wall_time_all" since="OTP 20.0"/> Information about each schedulers work time.

The same as @@ -6910,7 +6910,7 @@ ok + anchor="statistics_total_active_tasks" since="OTP 18.3"/> Information about active processes and ports.

The same as calling @@ -6921,7 +6921,7 @@ ok + anchor="statistics_total_active_tasks_all" since="OTP 20.0"/> Information about active processes and ports.

The same as calling @@ -6932,7 +6932,7 @@ ok + anchor="statistics_total_run_queue_lengths" since="OTP 18.3"/> Information about the run-queue lengths.

The same as calling @@ -6943,7 +6943,7 @@ ok + anchor="statistics_total_run_queue_lengths_all" since="OTP 20.0"/> Information about the run-queue lengths.

The same as calling @@ -7186,7 +7186,7 @@ ok + anchor="system_flag_dirty_cpu_schedulers_online" since="OTP 17.0"/> Set system_flag_dirty_cpu_schedulers_online.

@@ -7214,7 +7214,7 @@ ok - + Set system flag for erts_alloc.

Sets system flags for @@ -7251,7 +7251,7 @@ ok + anchor="system_flag_microstate_accounting" since="OTP 19.0"/> Set system flag microstate_accounting.

@@ -7279,7 +7279,7 @@ ok - + Set system flag min_bin_vheap_size.

Sets the default minimum binary virtual heap size for @@ -7297,7 +7297,7 @@ ok + anchor="system_flag_max_heap_size" since="OTP 19.0"/> Set system flag max_heap_size. @@ -7498,7 +7498,7 @@ ok + anchor="system_flag_scheduler_wall_time" since="OTP R15B01"/> Set system flag scheduler_wall_time.

@@ -7586,7 +7586,7 @@ Metadata = #{ pid => pid(), + anchor="system_flag_time_offset" since="OTP 18.0"/> Finalize the time offset.

@@ -7909,7 +7909,7 @@ Metadata = #{ pid => pid(), anchor="system_info_cpu_topology" since=""/> - + Information about the CPU topology of the system. @@ -8061,14 +8061,14 @@ Metadata = #{ pid => pid(), + anchor="system_info_process" since=""/> - - - - + + + + Information about the default process heap settings. @@ -8179,12 +8179,12 @@ Metadata = #{ pid => pid(), - - - - - - + + + + + + Information about various system limits. @@ -8267,7 +8267,7 @@ Metadata = #{ pid => pid(), - + Information about system time. @@ -8488,12 +8488,12 @@ Metadata = #{ pid => pid(), - - + anchor="system_info_scheduler" since="OTP 17.0"/> + + - + @@ -8789,9 +8789,9 @@ Metadata = #{ pid => pid(), - + - + Information about erlang distribution. @@ -8866,7 +8866,7 @@ Metadata = #{ pid => pid(), + anchor="system_info_misc" since="OTP R14B"/> @@ -8882,8 +8882,8 @@ Metadata = #{ pid => pid(), - - + + @@ -8905,12 +8905,12 @@ Metadata = #{ pid => pid(), - + - + @@ -10537,7 +10537,7 @@ timestamp() -> - + Set trace pattern for message sending. @@ -10608,7 +10608,7 @@ timestamp() -> - + Set trace pattern for tracing of message receiving. -- cgit v1.2.3