2002-08-25 Roland McGrath <roland@redhat.com>

* manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
This commit is contained in:
Roland McGrath 2002-08-26 01:41:48 +00:00
parent f51dadcc36
commit c283537683
1 changed files with 2 additions and 2 deletions

View 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