diff --git a/manual/llio.texi b/manual/llio.texi index 259d11de96..e9bf1d0d60 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -2924,13 +2924,13 @@ should use the POSIX.1 names above instead. @comment fcntl.h @comment GNU @deftypevr Macro int O_READ -Open the file for reading. Same as @code{O_RDWR}; only defined on GNU. +Open the file for reading. Same as @code{O_RDONLY}; only defined on GNU. @end deftypevr @comment fcntl.h @comment GNU @deftypevr Macro int O_WRITE -Open the file for reading. Same as @code{O_WRONLY}; only defined on GNU. +Open the file for writing. Same as @code{O_WRONLY}; only defined on GNU. @end deftypevr @comment fcntl.h