From owner-freebsd-bugs Sun Jul 27 01:30:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA23401 for bugs-outgoing; Sun, 27 Jul 1997 01:30:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA23395; Sun, 27 Jul 1997 01:30:02 -0700 (PDT) Resent-Date: Sun, 27 Jul 1997 01:30:02 -0700 (PDT) Resent-Message-Id: <199707270830.BAA23395@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, helbig@MX.BA-Stuttgart.De 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 ; 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 Reply-To: helbig@MX.BA-Stuttgart.De To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/4177: select(2) man page needs update to reflect -current Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 4177 >Category: bin >Synopsis: select(2) man page needs update to reflect -current >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 27 01:30:01 PDT 1997 >Last-Modified: >Originator: Wolfgang Helbig >Organization: >Release: FreeBSD 3.0-CURRENT i386 >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 >Audit-Trail: >Unformatted: