From owner-freebsd-doc Tue Nov 3 12:20:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03935 for freebsd-doc-outgoing; Tue, 3 Nov 1998 12:20:08 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA03857 for ; Tue, 3 Nov 1998 12:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA03180; Tue, 3 Nov 1998 12:20:01 -0800 (PST) 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 ; 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 Reply-To: toasty@home.dragondata.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/8559: Update to open(2) man page to reflect ENXIO behavior with fifos Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 3 12:20:01 PST 1998 >Last-Modified: >Originator: Kevin Day >Organization: DragonData Internet Services >Release: FreeBSD 2.2.5-STABLE i386 >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: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message