diff options
author | alfred <alfred@FreeBSD.org> | 2002-07-13 17:11:17 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-07-13 17:11:17 +0000 |
commit | 5d4d98d79692c9575d3e0faddb2afa86554f8d66 (patch) | |
tree | b53f88065b99292ed47c33d59eccea28a83b584d | |
parent | b349285ecb29c2c74124ad8d80895ead38472b4b (diff) | |
download | FreeBSD-src-5d4d98d79692c9575d3e0faddb2afa86554f8d66.zip FreeBSD-src-5d4d98d79692c9575d3e0faddb2afa86554f8d66.tar.gz |
Remove incorrect comment about now corrected manpage.
-rw-r--r-- | sys/kern/syscalls.master | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index beeee9c..bf41720 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -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 |