summaryrefslogtreecommitdiff
path: root/src/sys/select.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/select.rs')
-rw-r--r--src/sys/select.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/select.rs b/src/sys/select.rs
index 9a429103..6fe176ae 100644
--- a/src/sys/select.rs
+++ b/src/sys/select.rs
@@ -88,6 +88,7 @@ impl FdSet {
/// # References
///
/// [select(2)](http://pubs.opengroup.org/onlinepubs/9699919799/functions/select.html)
+///
/// [`FdSet::highest`]: struct.FdSet.html#method.highest
pub fn select<'a, N, R, W, E, T>(nfds: N,
readfds: R,