diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-10-20 14:08:31 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-10-24 10:54:47 +0200 |
commit | 036c56d3ee969daa39c1e03de69744ba394f0fe3 (patch) | |
tree | 7ddac6b6158cacb8520729af07d6bce750b0bcd1 /lib/erl_interface/doc/src/ei_connect.xml | |
parent | 031f9ca91ade7fbb9e31c82545401b8a5531e539 (diff) | |
download | otp-036c56d3ee969daa39c1e03de69744ba394f0fe3.tar.gz otp-036c56d3ee969daa39c1e03de69744ba394f0fe3.tar.bz2 otp-036c56d3ee969daa39c1e03de69744ba394f0fe3.zip |
erl_interface: Fix editorial changes
Diffstat (limited to 'lib/erl_interface/doc/src/ei_connect.xml')
-rw-r--r-- | lib/erl_interface/doc/src/ei_connect.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/erl_interface/doc/src/ei_connect.xml b/lib/erl_interface/doc/src/ei_connect.xml index a5a020ffda..08ae3db071 100644 --- a/lib/erl_interface/doc/src/ei_connect.xml +++ b/lib/erl_interface/doc/src/ei_connect.xml @@ -303,7 +303,7 @@ if (ei_connect_init(&ec, "madonna", "cookie...", n++) < 0) { <fsummary>Publish a node name.</fsummary> <desc> <p>Used by a server process to register - with the local name server <em>epmd</em>, thereby allowing + with the local name server EPMD, thereby allowing other processes to send messages by using the registered name. Before calling either of these functions, the process should have called <c><![CDATA[bind()]]></c> and <c><![CDATA[listen()]]></c> @@ -570,7 +570,7 @@ if (ei_reg_send(&ec, fd, x.buff, x.index) < 0) call. <c><![CDATA[ei_rpc()]]></c> combines the functionality of these two functions by sending an RPC request and waiting for the results. See also <seealso marker="kernel:rpc#call/4"> - <c>rpc:call/4</c></seealso> in <c>Kernel</c>.</p> + <c>rpc:call/4</c></seealso> in Kernel.</p> <list type="bulleted"> <item> <p><c><![CDATA[ec]]></c> is the C-node structure previously |