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/rpc.xml | 56 +++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'lib/kernel/doc/src/rpc.xml') diff --git a/lib/kernel/doc/src/rpc.xml b/lib/kernel/doc/src/rpc.xml index fab616e630..c55454506e 100644 --- a/lib/kernel/doc/src/rpc.xml +++ b/lib/kernel/doc/src/rpc.xml @@ -28,7 +28,7 @@ 1996-09-10 A - rpc + rpc Remote Procedure Call services.

This module contains services similar to Remote @@ -51,7 +51,7 @@ - + Broadcast a message asynchronously to a registered process on all nodes. @@ -61,7 +61,7 @@ - + Broadcast a message asynchronously to a registered process on specific nodes. @@ -72,7 +72,7 @@ - + Evaluate a function call on a node, asynchronous version. @@ -98,7 +98,7 @@ - + Evaluate a function call on a node in the RPC server's context. @@ -115,7 +115,7 @@ - + Evaluate a function call on a node in the RPC server's context. @@ -127,7 +127,7 @@ - + Evaluate a function call on a node.

Evaluates apply(Module, Function, @@ -138,7 +138,7 @@ - + Evaluate a function call on a node.

Evaluates apply(Module, Function, @@ -158,7 +158,7 @@ - + Run a function on a node ignoring the result.

Evaluates apply(Module, Function, @@ -171,7 +171,7 @@ - + Run a function on all nodes, ignoring the result.

Equivalent to eval_everywhere([node()|nodes()], @@ -181,7 +181,7 @@ - + Run a function on specific nodes, ignoring the result. @@ -192,7 +192,7 @@ - + Interact with the servers on a number of nodes.

Equivalent to multi_server_call([node()|nodes()], @@ -201,7 +201,7 @@ - + Interact with the servers on a number of nodes.

Can be used when interacting with servers called @@ -224,7 +224,7 @@ - + Evaluate a function call on a number of nodes.

Equivalent to multicall([node()|nodes()], Module, @@ -233,7 +233,7 @@ - + Evaluate a function call on a number of nodes.

Equivalent to multicall(Nodes, Module, @@ -242,7 +242,7 @@ - + Evaluate a function call on a number of nodes.

Equivalent to multicall([node()|nodes()], Module, @@ -252,7 +252,7 @@ - + Evaluate a function call on a number of nodes.

In contrast to an RPC, a multicall is an RPC that is sent @@ -288,7 +288,7 @@ - + Deliver the result of evaluating a function call on a node (non-blocking). @@ -297,7 +297,7 @@ - + Deliver the result of evaluating a function call on a node (non-blocking). @@ -315,7 +315,7 @@ - + Evaluate many function calls on all nodes in parallel. @@ -328,7 +328,7 @@ - + Information about a process.

Location transparent version of the BIF @@ -337,8 +337,8 @@ - - + + Information about a process.

Location transparent version of the BIF @@ -347,7 +347,7 @@ - + Parallel evaluation of mapping a function over a list. @@ -360,7 +360,7 @@ - + Broadcast a message synchronously to a registered process on all nodes. @@ -370,7 +370,7 @@ - + Broadcast a message synchronously to a registered process on specific nodes. @@ -391,7 +391,7 @@ - + Interact with a server on a node.

Can be used when interacting with a server called @@ -410,7 +410,7 @@ - + Deliver the result of evaluating a function call on a node (blocking). -- cgit v1.2.3