Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 2496

Show
Ignore:
Timestamp:
08/18/07 11:36:11 (1 year ago)
Author:
larsivi
Message:

Doc fix, closes #582, thx flithm

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/io/selector/EpollSelector.d

    r1776 r2496  
    4949     * selector.open(10, 3); 
    5050     * 
    51      * selector.register(conduit, Event.Read, object1); 
    52      * selector.register(conduit, Event.Write, object2); 
     51     * selector.register(conduit1, Event.Read, object1); 
     52     * selector.register(conduit2, Event.Write, object2); 
    5353     * 
    5454     * eventCount = selector.select();