Fix RETURN VALUE description: returns error number of failure.

This commit is contained in:
Michael Kerrisk 2007-03-11 07:08:35 +00:00
parent 0579929938
commit b857d3daac
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ The specified data will be accessed in the near future.
.B POSIX_FADV_DONTNEED
The specified data will not be accessed in the near future.
.SH "RETURN VALUE"
On success, zero is returned. On error, \-1 is returned, and \fIerrno\fP
is set appropriately.
On success, zero is returned.
On error, an error number is returned.
.SH ERRORS
.TP
.B EBADF