diff options
author | Björn Gustavsson <[email protected]> | 2010-07-29 15:23:46 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-07-29 15:23:46 +0200 |
commit | dee1dc6e9dbb8a3c24e436a468e91e861d1a6950 (patch) | |
tree | 56065df71024f8024aec37c9071509aef19de570 /lib/erl_interface | |
parent | d7c3a2dd6bdd963fde37236bd9155d59b344f9b2 (diff) | |
parent | 205cc29241a17736ab93d82459a19fece7ba7b20 (diff) | |
download | otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.tar.gz otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.tar.bz2 otp-dee1dc6e9dbb8a3c24e436a468e91e861d1a6950.zip |
Merge branch 'cg/small-typos' into dev
Diffstat (limited to 'lib/erl_interface')
-rw-r--r-- | lib/erl_interface/doc/src/ei_connect.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_interface/doc/src/ei_connect.xml b/lib/erl_interface/doc/src/ei_connect.xml index abf705f9e2..927395d1bf 100644 --- a/lib/erl_interface/doc/src/ei_connect.xml +++ b/lib/erl_interface/doc/src/ei_connect.xml @@ -54,7 +54,7 @@ the operation, if the primitive does not complete within the time specified, the function will return an error and <c><![CDATA[erl_errno]]></c> will be set to <c><![CDATA[ETIMEDOUT]]></c>. With - communication primitive is ment an operation on the socket, like + communication primitive is meant an operation on the socket, like <c><![CDATA[connect]]></c>, <c><![CDATA[accept]]></c>, <c><![CDATA[recv]]></c> or <c><![CDATA[send]]></c>.</p> <p>Obviously the timeouts are for implementing fault tolerance, not to keep hard realtime promises. The <c><![CDATA[_tmo]]></c> functions |