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
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
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.
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
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