From c2835376835d163450e58b2214819c52b287aa10 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 26 Aug 2002 01:41:48 +0000 Subject: 2002-08-25 Roland McGrath * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns. --- manual/llio.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual') 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 -- cgit v1.2.3