From: Michael Kerrisk Date: Sun, 11 Mar 2007 07:08:35 +0000 (+0000) Subject: Fix RETURN VALUE description: returns error number of failure. X-Git-Tag: man-pages-2.44~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b857d3daac9da4be01d813e5aaff21a431a31fb2;p=thirdparty%2Fman-pages.git Fix RETURN VALUE description: returns error number of failure. --- diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2 index 5b718c50a0..9d7128cd79 100644 --- a/man2/posix_fadvise.2 +++ b/man2/posix_fadvise.2 @@ -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