From owner-freebsd-bugs Tue Dec 28 6:55:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id DC5F315174; Tue, 28 Dec 1999 06:55:49 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id JAA57465; Tue, 28 Dec 1999 09:55:47 -0500 (EST) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.3) id JAA79223; Tue, 28 Dec 1999 09:55:47 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <199912281455.JAA79223@rtfm.newton> Subject: Re: kern/13644 In-Reply-To: from Bruce Evans at "Dec 28, 1999 05:03:47 pm" To: Bruce Evans Date: Tue, 28 Dec 1999 09:55:47 -0500 (EST) Cc: Mikhail Teterin , jasone@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG, lawlopez@cisco.com, jseger@FreeBSD.ORG X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" => If timeout is a non-nil pointer, it specifies a maximum => => interval to wait for the selection to complete. Solaris: => If timeout is not a NULL pointer, it specifies a maximum => interval to wait for the selection to complete. Linux: => timeout is an upper bound on the amount of time elapsed => before select returns. Irix (http://reality.sgi.com/cgi-bin/getman/?select): If timeout is a non-zero pointer, it specifies a maximum interval to wait for the selection to complete. BSDI (http://www.bsdi.com/bsdi-man?proto=1.1&apropos=0&msection=2&query=select): If timeout is a non-NULL pointer, it specifies a maximum interval to wait for the selection to complete. Perl 5.004 (http://man.cs.wisc.edu/cgi-bin/man?OS=alpha&command=select): TIMEOUT is the maximum amount of time to wait before returning an empty list. It seems, all of the documentation (including the FreeBSD's) agrees. The FreeBSD's implementation disagrees... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message