From 477925062fd2fb720c54a17d15f512247860e34a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 12 Apr 2013 13:11:20 -0700 Subject: BZ#15361: Make aio_fsync not check open modes. --- manual/llio.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manual') diff --git a/manual/llio.texi b/manual/llio.texi index 90bd2d71f7..b129cf40bd 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -2320,8 +2320,7 @@ successfully enqueued. Otherwise the return value is @math{-1} and @item EAGAIN The request could not be enqueued due to temporary lack of resources. @item EBADF -The file descriptor @code{aiocbp->aio_fildes} is not valid or not open -for writing. +The file descriptor @code{@var{aiocbp}->aio_fildes} is not valid. @item EINVAL The implementation does not support I/O synchronization or the @var{op} parameter is other than @code{O_DSYNC} and @code{O_SYNC}. -- cgit v1.2.3