From b857d3daac9da4be01d813e5aaff21a431a31fb2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 11 Mar 2007 07:08:35 +0000 Subject: [PATCH] Fix RETURN VALUE description: returns error number of failure. --- man2/posix_fadvise.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2 index 5b718c50a..9d7128cd7 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