aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api.mdwn
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-11-16 11:26:01 -0500
committerThomas Harning Jr <harningt@gmail.com>2007-11-16 11:26:01 -0500
commite6cd4237c13564492e42b0bcaed8e4307be54e2b (patch)
tree0fd60468307ef9b329cb122790dd40a9fe762bc9 /doc/api.mdwn
parent73478948f9950cdca67f6ac57069bdd74ec94762 (diff)
downloadluaevent-prosody-e6cd4237c13564492e42b0bcaed8e4307be54e2b.tar.gz
luaevent-prosody-e6cd4237c13564492e42b0bcaed8e4307be54e2b.zip
docs: Refactored 'file descriptor' reference
Diffstat (limited to 'doc/api.mdwn')
-rw-r--r--doc/api.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api.mdwn b/doc/api.mdwn
index aa528d4..85d572a 100644
--- a/doc/api.mdwn
+++ b/doc/api.mdwn
@@ -7,3 +7,8 @@ Modules:
* [[modules/luaevent.core.buffer]] - Interface to libevent's evbuffer
* [[modules/luaevent.core.bufferevent]] - Interface to libevent's bufferevent
* [[modules/luaevent]] - Higher level wrapper mimicking [copas](http://www.luaforge.net/projects/copas)
+
+Note: Any reference to a "File Descriptor" may in fact be one of the following:
+* Integer value of file descriptor
+* lightuserdata 'handle' (cast to a native integer)
+* [LuaSocket](http://www.luaforge.net/projects/luasocket)-based socket handle \ No newline at end of file