1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99916

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