diff options
author | eivind <eivind@FreeBSD.org> | 2004-01-26 15:20:16 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2004-01-26 15:20:16 +0000 |
commit | fe3b85111634ec6fa9e87b0b21a3af8a70093866 (patch) | |
tree | fe82e9ff4ff36d084f73e8d808368020c947f5d9 /lib/libc | |
parent | 26c8d538190aa95dde8fb1ec96fe6def7cb535a5 (diff) | |
download | FreeBSD-src-fe3b85111634ec6fa9e87b0b21a3af8a70093866.zip FreeBSD-src-fe3b85111634ec6fa9e87b0b21a3af8a70093866.tar.gz |
Xref kqueue and poll
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/select.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index 7e9434f..93b88cb 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -165,6 +165,8 @@ was invalid. .Xr connect 2 , .Xr getdtablesize 2 , .Xr gettimeofday 2 , +.Xr kqueue 2 , +.Xr poll 2 , .Xr read 2 , .Xr recv 2 , .Xr send 2 , |