about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-26 01:41:48 +0000
committerRoland McGrath <roland@gnu.org>2002-08-26 01:41:48 +0000
commitc2835376835d163450e58b2214819c52b287aa10 (patch)
tree755e499ab53abff7d5059d49b0456a7b5cf5831b /manual
parentf51dadcc36ae43517182b44720c7b1a8d10ffe1a (diff)
downloadglibc-c2835376835d163450e58b2214819c52b287aa10.tar.gz
glibc-c2835376835d163450e58b2214819c52b287aa10.tar.xz
glibc-c2835376835d163450e58b2214819c52b287aa10.zip
2002-08-25 Roland McGrath <roland@redhat.com>
	* manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
Diffstat (limited to 'manual')
-rw-r--r--manual/llio.texi4
1 files changed, 2 insertions, 2 deletions
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