From toasty@home.dragondata.com  Tue Nov  3 12:14:18 1998
Received: from home.dragondata.com (home.dragondata.com [204.137.237.2])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03113
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 3 Nov 1998 12:14:18 -0800 (PST)
          (envelope-from toasty@home.dragondata.com)
Received: (from root@localhost)
	by home.dragondata.com (8.8.8/8.8.5) id OAA26679;
	Tue, 3 Nov 1998 14:14:10 -0600 (CST)
Message-Id: <199811032014.OAA26679@home.dragondata.com>
Date: Tue, 3 Nov 1998 14:14:10 -0600 (CST)
From: Kevin Day <toasty@home.dragondata.com>
Reply-To: toasty@home.dragondata.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update to open(2) man page to reflect ENXIO behavior with fifos
X-Send-Pr-Version: 3.2

>Number:         8559
>Category:       docs
>Synopsis:       Update to open(2) man page to reflect ENXIO behavior with fifos
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov  3 12:20:01 PST 1998
>Closed-Date:    Sun Mar 7 12:45:41 CST 1999
>Last-Modified:  Sun Mar  7 12:46:00 CST 1999
>Originator:     Kevin Day
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
DragonData Internet Services
>Environment:


>Description:


>How-To-Repeat:

--- open.2.orig Tue Nov  3 13:40:29 1998
+++ open.2.new  Tue Nov  3 13:41:51 1998
@@ -213,6 +213,10 @@
 The named file is a character special or block
 special file, and the device associated with this special file
 does not exist.
+.It Bq Er ENXIO
+The named file is a fifo, no process has 
+this fifo open for reading, and the arguments specify it is
+to be opened for writing.
 .It Bq Er EINTR
 The
 .Fn open

Perhaps the description for ENXIO directly above this insertion describes
this but it's not very clear. :)

>Fix:
	

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ghelmer 
State-Changed-When: Sun Mar 7 12:45:41 CST 1999 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
