mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
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:
parent
f51dadcc36
commit
c283537683
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user