]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Fix RETURN VALUE description: returns error number of failure.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 11 Mar 2007 07:08:35 +0000 (07:08 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 11 Mar 2007 07:08:35 +0000 (07:08 +0000)
man2/posix_fadvise.2

index 5b718c50a06ef5e4415ca3a288fbe9e636729f80..9d7128cd7929adaec3ab7c770295c53e9806f844 100644 (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