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. --- lib/mnesia/doc/src/mnesia.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/mnesia/doc/src/mnesia.xml') 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

-- cgit v1.2.3