aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/io_protocol.xml
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2010-07-07 10:27:59 +0200
committerHans Bolinder <[email protected]>2010-07-08 12:30:56 +0200
commitcd84edac7b3affa023c0e3588ab36589c683126b (patch)
tree04424b116a495a356a187263af59d44c54bcf0d1 /lib/stdlib/doc/src/io_protocol.xml
parent299e223038502d4b1a7faaea096ca6efc88b5d9e (diff)
downloadotp-cd84edac7b3affa023c0e3588ab36589c683126b.tar.gz
otp-cd84edac7b3affa023c0e3588ab36589c683126b.tar.bz2
otp-cd84edac7b3affa023c0e3588ab36589c683126b.zip
reference() substituted for ref() in docs
Diffstat (limited to 'lib/stdlib/doc/src/io_protocol.xml')
-rw-r--r--lib/stdlib/doc/src/io_protocol.xml2
1 files changed, 1 insertions, 1 deletions
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