EBADF is returned when fd < 0, so change text to tell the truth

This commit is contained in:
itojun 2004-05-31 05:32:27 +00:00
parent 0f4ed61e4b
commit 9e40b59093
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: closefrom.3,v 1.1 2004/05/31 05:25:40 itojun Exp $
.\" $NetBSD: closefrom.3,v 1.2 2004/05/31 05:32:27 itojun Exp $
.\" $OpenBSD: closefrom.2,v 1.2 2004/01/12 20:52:09 jmc Exp $
.\"
.\" Copyright (c) 2004 Ted Unangst. All rights reserved.
@ -53,7 +53,7 @@ will fail if:
.Bl -tag -width Er
.It Bq Er EBADF
.Fa fd
is greater than any open file descriptor.
is invalid.
.It Bq Er EINTR
An interrupt was received.
.El