From helbig@MX.BA-Stuttgart.De  Sun Jul 27 01:21:35 1997
Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA23277
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jul 1997 01:21:33 -0700 (PDT)
Received: (from helbig@localhost)
	by helbig.informatik.ba-stuttgart.de (8.8.6/8.8.5) id JAA03998;
	Sun, 27 Jul 1997 09:58:15 +0200 (MET DST)
Message-Id: <199707270758.JAA03998@helbig.informatik.ba-stuttgart.de>
Date: Sun, 27 Jul 1997 09:58:15 +0200 (MET DST)
From: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
Reply-To: helbig@MX.BA-Stuttgart.De
To: FreeBSD-gnats-submit@freebsd.org
Subject: select(2) man page needs update to reflect -current
X-Send-Pr-Version: 3.2

>Number:         4177
>Category:       bin
>Synopsis:       select(2) man page needs update to reflect -current
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    steve
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 27 01:30:01 PDT 1997
>Closed-Date:    Sun Aug 10 18:32:35 PDT 1997
>Last-Modified:  Sun Aug 10 18:33:13 PDT 1997
>Originator:     Wolfgang Helbig
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

	FD_SETSIZE is currently 1024 not 256 as still advertised in
	the man page.

>How-To-Repeat:

	Compare FD_SETSIZE in man 2 select with /usr/include/sys/types.h

>Fix:
	

Index: select.2
===================================================================
RCS file: /usr/cvsroot/src/lib/libc/sys/select.2,v
retrieving revision 1.7
diff -u -r1.7 select.2
--- select.2	1996/12/09 06:04:03	1.7
+++ select.2	1997/07/27 07:52:47
@@ -157,7 +157,7 @@
 .Sh NOTES
 The default size of
 .Dv FD_SETSIZE
-is currently 256.
+is currently 1024.
 In order to accomodate programs which might potentially 
 use a larger number of open files with
 .Fn select
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Aug 10 18:32:35 PDT 1997 
State-Changed-Why:  
Suggested patch applied in version 1.7 or select.2. 
>Unformatted:
