Clarify that you may get a signal instead of EFAULT.

This commit is contained in:
sommerfeld 2001-10-02 02:55:41 +00:00
parent 937f059e75
commit 40dd2b9373

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pipe.2,v 1.13 2001/09/16 02:13:30 wiz Exp $
.\" $NetBSD: pipe.2,v 1.14 2001/10/02 02:55:41 sommerfeld Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -100,8 +100,10 @@ The system file table is full.
.It Bq Er EFAULT
The
.Fa fildes
buffer is in an invalid area of the process's address
space.
buffer is in an invalid area of the process's address space.
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.
.El
.Sh SEE ALSO
.Xr sh 1 ,