aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2010-08-19 08:16:24 +0200
committerHans Bolinder <[email protected]>2010-08-19 08:16:24 +0200
commit9bd5eae8bfae5d12a59d02d01af9288337de5f6b (patch)
treed7fa1b5e60490683ab472877b62825bdacda6522 /lib/stdlib/doc
parent1f200bbf7c8dede1863d1de9ba584bec84c81aac (diff)
parentcd84edac7b3affa023c0e3588ab36589c683126b (diff)
downloadotp-9bd5eae8bfae5d12a59d02d01af9288337de5f6b.tar.gz
otp-9bd5eae8bfae5d12a59d02d01af9288337de5f6b.tar.bz2
otp-9bd5eae8bfae5d12a59d02d01af9288337de5f6b.zip
Merge branch 'hb/type_reference/OTP-8733' into dev
* hb/type_reference/OTP-8733: reference() substituted for ref() in docs
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/dets.xml4
-rw-r--r--lib/stdlib/doc/src/io_protocol.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/stdlib/doc/src/dets.xml b/lib/stdlib/doc/src/dets.xml
index 8d1398d3b7..ad100d2cf5 100644
--- a/lib/stdlib/doc/src/dets.xml
+++ b/lib/stdlib/doc/src/dets.xml
@@ -109,7 +109,7 @@ bool() = true | false
file() = string()
int() = integer() >= 0
keypos() = integer() >= 1
-name() = atom() | ref()
+name() = atom() | reference()
no_slots() = integer() >= 0 | default
object() = tuple()
object_cont() = tuple()
@@ -759,7 +759,7 @@ ok
<fsummary>Open an existing Dets table.</fsummary>
<type>
<v>FileName = file()</v>
- <v>Reference = ref()</v>
+ <v>Reference = reference()</v>
</type>
<desc>
<p>Opens an existing table. If the table has not been properly
diff --git a/lib/stdlib/doc/src/io_protocol.xml b/lib/stdlib/doc/src/io_protocol.xml
index b52e862a5c..a97d996d98 100644
--- a/lib/stdlib/doc/src/io_protocol.xml
+++ b/lib/stdlib/doc/src/io_protocol.xml
@@ -79,7 +79,7 @@ sends the reply to.</item>
io_reply. The io-module in the Erlang standard library simply uses the pid()
of the io_server as the ReplyAs datum, but a more complicated client
could have several outstanding io-requests to the same server and
-would then use i.e. a ref() or something else to differentiate among
+would then use i.e. a reference() or something else to differentiate among
the incoming io_reply's. The ReplyAs element should be considered
opaque by the io_server. Note that the pid() of the server is not
explicitly present in the io_reply. The reply can be sent from any