From 3cb8a8707d89ce77251061f8a5fe31528ba322e8 Mon Sep 17 00:00:00 2001 From: Bernard Duggan Date: Wed, 10 Feb 2010 10:52:21 +1100 Subject: Fix minor documentation errors Fix three minor typos and reorder one of a pair of lists of functions so that the ordering is consistent. --- erts/doc/src/erl.xml | 2 +- erts/doc/src/erlang.xml | 2 +- lib/mnesia/doc/src/mnesia.xml | 6 +++--- lib/stdlib/doc/src/re.xml | 2 +- 4 files changed, 6 insertions(+), 6 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 on the other node. See also hidden global groups, global_group(3).

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 - spawn_link(Node, Fun) -> + spawn_link(Node, Fun) -> pid() Create and link to a new process with a fun as entry point on a specified node Node = node() diff --git a/lib/mnesia/doc/src/mnesia.xml b/lib/mnesia/doc/src/mnesia.xml index 3484cd104a..e730b8c23f 100644 --- a/lib/mnesia/doc/src/mnesia.xml +++ b/lib/mnesia/doc/src/mnesia.xml @@ -359,6 +359,9 @@ If a new item is inserted with the same key as

Mnesia will forward calls to the following functions:

+ +

mnesia:lock/2 (read_lock_table/1, write_lock_table/1)

+

mnesia:write/3 (write/1, s_write/1)

@@ -395,9 +398,6 @@ If a new item is inserted with the same key as

mnesia:index_read/3

- -

mnesia:lock/2 (read_lock_table/1, write_lock_table/1)

-

mnesia:table_info/2

diff --git a/lib/stdlib/doc/src/re.xml b/lib/stdlib/doc/src/re.xml index 41dce7f2a7..6c6f67811a 100644 --- a/lib/stdlib/doc/src/re.xml +++ b/lib/stdlib/doc/src/re.xml @@ -592,7 +592,7 @@ This option makes it possible to include comments inside complicated patterns. N NLSpec = cr | crlf | lf | anycrlf | any SplitList = [ RetData ] | [ GroupedRetData ] GroupedRetData = [ RetData ] - RetData = iodata() charlist() | binary() | list() + RetData = iodata() | charlist() | binary() | list()

This function splits the input into parts by finding tokens -- cgit v1.2.3