2002-08-25 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 26 Aug 2002 01:41:48 +0000 (01:41 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 26 Aug 2002 01:41:48 +0000 (01:41 +0000)
* manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.

manual/llio.texi

index 259d11d..e9bf1d0 100644 (file)
@@ -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