Note that an EFAULT condition cannot be guaranteed to be detected (i.e. in the
MD implementation of pipe(2)); addresses PR kern/7720.
This commit is contained in:
parent
62cb666f4a
commit
c5dce7b8ff
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: intro.2,v 1.19 1999/03/24 16:36:10 mycroft Exp $
|
.\" $NetBSD: intro.2,v 1.20 1999/06/06 22:50:26 kleink Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
|
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -33,7 +33,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" @(#)intro.2 8.5 (Berkeley) 2/27/95
|
.\" @(#)intro.2 8.5 (Berkeley) 2/27/95
|
||||||
.\"
|
.\"
|
||||||
.Dd March 22, 1999
|
.Dd June 7, 1999
|
||||||
.Dt INTRO 2
|
.Dt INTRO 2
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -154,6 +154,9 @@ by its file access permissions.
|
|||||||
.It Er 14 EFAULT Em "Bad address" .
|
.It Er 14 EFAULT Em "Bad address" .
|
||||||
The system detected an invalid address in attempting to
|
The system detected an invalid address in attempting to
|
||||||
use an argument of a call.
|
use an argument of a call.
|
||||||
|
The reliable detection of this error cannot be guaranteed and when not detected
|
||||||
|
may result in the generation of a signal, indicating an address violation,
|
||||||
|
which is sent to the process.
|
||||||
.It Er 15 ENOTBLK Em "Not a block device" .
|
.It Er 15 ENOTBLK Em "Not a block device" .
|
||||||
A block device operation was attempted on a non-block device or file.
|
A block device operation was attempted on a non-block device or file.
|
||||||
.It Er 16 EBUSY Em "Resource busy" .
|
.It Er 16 EBUSY Em "Resource busy" .
|
||||||
|
Loading…
Reference in New Issue
Block a user