This file is indexed.

/usr/share/doc/lua-event-dev/api.mdwn is in lua-event-dev 0.4.3-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
LuaEvent API Documentation
----

Modules:

* [[modules/luaevent.core]] - Interface to core libevent functions
	* [[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