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

Ticket #582 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Small error in tango.io.selector.EpollSelector documentation

Reported by: flithm Assigned to: larsivi
Priority: minor Milestone: 0.99.1 RC4
Component: Documentation Version: 0.99 RC3 Xammy
Keywords: Cc:

Description

The following two lines:

selector.register(conduit, Event.Read, object1); selector.register(conduit, Event.Write, object2);

should read:

selector.register(conduit1, Event.Read, object1); selector.register(conduit2, Event.Write, object2);

Change History

08/18/07 11:36:13 changed by larsivi

  • status changed from new to closed.
  • resolution set to fixed.

(In [2496]) Doc fix, closes #582, thx flithm

08/18/07 11:36:55 changed by larsivi

  • milestone changed from 1.0 to 0.99.1 RC4.