diff options
author | Bernard Duggan <[email protected]> | 2010-02-10 10:52:21 +1100 |
---|---|---|
committer | Bernard Duggan <[email protected]> | 2010-02-10 10:52:21 +1100 |
commit | 3cb8a8707d89ce77251061f8a5fe31528ba322e8 (patch) | |
tree | 12758ca82610885ea4f3cbd10791e0bf6abc8c29 /erts/doc | |
parent | 0af49f38886f4829a0a5df8bced3bf8815f89523 (diff) | |
download | otp-3cb8a8707d89ce77251061f8a5fe31528ba322e8.tar.gz otp-3cb8a8707d89ce77251061f8a5fe31528ba322e8.tar.bz2 otp-3cb8a8707d89ce77251061f8a5fe31528ba322e8.zip |
Fix minor documentation errors
Fix three minor typos and reorder one of a pair of lists of functions so that
the ordering is consistent.
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl.xml | 2 | ||||
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 90a3c53a37..f2f799edf9 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -252,7 +252,7 @@ run as a distributed node. Hidden nodes always establish hidden connections to all other nodes except for nodes in the same global group. Hidden connections are not published on - neither of the connected nodes, i.e. neither of the connected + either of the connected nodes, i.e. neither of the connected nodes are part of the result from <c><![CDATA[nodes/0]]></c> on the other node. See also hidden global groups, <seealso marker="kernel:global_group">global_group(3)</seealso>.</p> diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index fd4447009a..6530c6a6c9 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -4406,7 +4406,7 @@ true</pre> </desc> </func> <func> - <name>spawn_link(Node, Fun) -></name> + <name>spawn_link(Node, Fun) -> pid()</name> <fsummary>Create and link to a new process with a fun as entry point on a specified node</fsummary> <type> <v>Node = node()</v> |