Re: svn commit: r249859 - head/lib/libc/sys

2013-04-29 Thread Jilles Tjoelker
On Sat, Apr 27, 2013 at 04:36:56AM +1000, Bruce Evans wrote: > On Fri, 26 Apr 2013, Jilles Tjoelker wrote: > > On Thu, Apr 25, 2013 at 09:56:01PM +1000, Bruce Evans wrote: > >> On Wed, 24 Apr 2013, Jilles Tjoelker wrote: > >>> Log: > >>> getdtablesize(2): Describe what this function actually doe

Re: svn commit: r249859 - head/lib/libc/sys

2013-04-26 Thread Bruce Evans
On Fri, 26 Apr 2013, Jilles Tjoelker wrote: On Thu, Apr 25, 2013 at 09:56:01PM +1000, Bruce Evans wrote: On Wed, 24 Apr 2013, Jilles Tjoelker wrote: Log: getdtablesize(2): Describe what this function actually does. ... .Sh NAME .Nm getdtablesize -.Nd get descriptor table size +.Nd get file

Re: svn commit: r249859 - head/lib/libc/sys

2013-04-26 Thread Jilles Tjoelker
On Thu, Apr 25, 2013 at 09:56:01PM +1000, Bruce Evans wrote: > On Wed, 24 Apr 2013, Jilles Tjoelker wrote: > > Log: > > getdtablesize(2): Describe what this function actually does. > > getdtablesize() returns the limit on new file descriptors; this > > says nothing about existing descriptors.

Re: svn commit: r249859 - head/lib/libc/sys

2013-04-25 Thread Bruce Evans
On Wed, 24 Apr 2013, Jilles Tjoelker wrote: Log: getdtablesize(2): Describe what this function actually does. getdtablesize() returns the limit on new file descriptors; this says nothing about existing descriptors. It's still quite broken. Modified: head/lib/libc/sys/getdtablesize.2

svn commit: r249859 - head/lib/libc/sys

2013-04-24 Thread Jilles Tjoelker
Author: jilles Date: Wed Apr 24 21:24:35 2013 New Revision: 249859 URL: http://svnweb.freebsd.org/changeset/base/249859 Log: getdtablesize(2): Describe what this function actually does. getdtablesize() returns the limit on new file descriptors; this says nothing about existing descriptors