From archie@whistle.com  Tue Aug 18 13:57:06 1998
Received: from whistle.com (s205m131.whistle.com [207.76.205.131])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24450
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Aug 1998 13:57:06 -0700 (PDT)
          (envelope-from archie@whistle.com)
Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id NAA02526 for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Aug 1998 13:56:27 -0700 (PDT)
Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3)
	id sma002515; Tue Aug 18 13:56:02 1998
Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id NAA16531; Tue, 18 Aug 1998 13:56:02 -0700 (PDT)
Message-Id: <199808182056.NAA16531@bubba.whistle.com>
Date: Tue, 18 Aug 1998 13:56:02 -0700 (PDT)
From: Archie Cobbs <archie@whistle.com>
Reply-To: archie@whistle.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: man page addition request
X-Send-Pr-Version: 3.2

>Number:         7666
>Category:       docs
>Synopsis:       man page addition request
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 18 14:00:00 PDT 1998
>Closed-Date:    Sun Aug 23 18:09:25 PDT 1998
>Last-Modified:  Sun Aug 23 18:10:54 PDT 1998
>Originator:     Archie Cobbs
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
Whistle Communications, Inc.
>Environment:


>Description:

	The select(2) man page doesn't describe what an
	"exceptional condition" is.

>How-To-Repeat:

	man 2 select

>Fix:

Index: select.2
===================================================================
RCS file: /cvs/freebsd/src/lib/libc/sys/select.2,v
retrieving revision 1.10
diff -c -u -r1.10 select.2
--- select.2	1998/06/04 21:05:46	1.10
+++ select.2	1998/08/18 20:55:54
@@ -57,6 +57,8 @@
 to see if some of their descriptors
 are ready for reading, are ready for writing, or have an exceptional
 condition pending, respectively.
+The only exceptional condition detectable is out-of-band
+data received on a socket.
 The first
 .Fa nfds
 descriptors are checked in each set;
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Aug 23 18:09:25 PDT 1998 
State-Changed-Why:  
Patch committed to src/lib/libc/sys/select.2 revision 1.11 and 1.6.2.3 
>Unformatted:
