Remove incorrect comment about now corrected manpage.

This commit is contained in:
Alfred Perlstein 2002-07-13 17:11:17 +00:00
parent f0eb293e88
commit 8a32e0c96f

View File

@ -160,7 +160,6 @@
92 MSTD POSIX { int fcntl(int fd, int cmd, long arg); }
; XXX should be { int fcntl(int fd, int cmd, ...); }
; but we're not ready for varargs.
; XXX man page says `int arg' too.
93 MSTD BSD { int select(int nd, fd_set *in, fd_set *ou, \
fd_set *ex, struct timeval *tv); }
94 UNIMPL BSD setdopt