@@ -82,9 +82,9 @@ impl Events {
82
82
///
83
83
/// * source: object that wraps a file descriptor to be associated with `events`
84
84
/// * events: events to monitor on the provided `source`;
85
- /// [`EventSet::ERROR`](struct.EventSet.html#associatedconstant.ERROR) and
86
- /// [`EventSet::HANG_UP`](struct.EventSet.html#associatedconstant.HANG_UP) are
87
- /// always monitored and don't need to be explicitly added to the list.
85
+ /// [`EventSet::ERROR`](struct.EventSet.html#associatedconstant.ERROR) and
86
+ /// [`EventSet::HANG_UP`](struct.EventSet.html#associatedconstant.HANG_UP) are
87
+ /// always monitored and don't need to be explicitly added to the list.
88
88
///
89
89
/// # Example
90
90
///
@@ -105,9 +105,9 @@ impl Events {
105
105
///
106
106
/// * source: file descriptor on which to monitor the `events`
107
107
/// * events: events to monitor on the provided `source`;
108
- /// [`EventSet::ERROR`](struct.EventSet.html#associatedconstant.ERROR) and
109
- /// [`EventSet::HANG_UP`](struct.EventSet.html#associatedconstant.HANG_UP) are
110
- /// always monitored and don't need to be explicitly added to the list.
108
+ /// [`EventSet::ERROR`](struct.EventSet.html#associatedconstant.ERROR) and
109
+ /// [`EventSet::HANG_UP`](struct.EventSet.html#associatedconstant.HANG_UP) are
110
+ /// always monitored and don't need to be explicitly added to the list.
111
111
/// # Example
112
112
///
113
113
/// ```rust
@@ -128,11 +128,11 @@ impl Events {
128
128
/// # Arguments
129
129
/// * source: object that wraps a file descriptor to be associated with `events`
130
130
/// * data: custom user data associated with the file descriptor; the data can be used for
131
- /// uniquely identify monitored events instead of using the file descriptor.
131
+ /// uniquely identify monitored events instead of using the file descriptor.
132
132
/// * events: events to monitor on the provided `source`;
133
- /// [`EventSet::ERROR`](struct.EventSet.html#associatedconstant.ERROR) and
134
- /// [`EventSet::HANG_UP`](struct.EventSet.html#associatedconstant.HANG_UP) are
135
- /// always monitored and don't need to be explicitly added to the list.
133
+ /// [`EventSet::ERROR`](struct.EventSet.html#associatedconstant.ERROR) and
134
+ /// [`EventSet::HANG_UP`](struct.EventSet.html#associatedconstant.HANG_UP) are
135
+ /// always monitored and don't need to be explicitly added to the list.
136
136
///
137
137
/// # Examples
138
138
///
@@ -153,11 +153,11 @@ impl Events {
153
153
/// # Arguments
154
154
/// * source: file descriptor to be associated with `events`
155
155
/// * data: custom user data associated with the file descriptor; the data can be used for
156
- /// uniquely identify monitored events instead of using the file descriptor.
156
+ /// uniquely identify monitored events instead of using the file descriptor.
157
157
/// * events: events to monitor on the provided `source`;
158
- /// [`EventSet::ERROR`](struct.EventSet.html#associatedconstant.ERROR) and
159
- /// [`EventSet::HANG_UP`](struct.EventSet.html#associatedconstant.HANG_UP) are
160
- /// always monitored and don't need to be explicitly added to the list.
158
+ /// [`EventSet::ERROR`](struct.EventSet.html#associatedconstant.ERROR) and
159
+ /// [`EventSet::HANG_UP`](struct.EventSet.html#associatedconstant.HANG_UP) are
160
+ /// always monitored and don't need to be explicitly added to the list.
161
161
///
162
162
/// # Examples
163
163
///
0 commit comments