open.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-20 12:28:06 +02:00
parent 5bc53d81f0
commit 9e4be7e9fc
1 changed files with 2 additions and 2 deletions

View File

@ -1635,9 +1635,9 @@ a flag of the same name, but without alignment restrictions.
.B O_DIRECT
support was added under Linux in kernel version 2.4.10.
Older Linux kernels simply ignore this flag.
Some filesystems may not implement the flag and
Some filesystems may not implement the flagC, in which case
.BR open ()
will fail with
fails with the error
.B EINVAL
if it is used.
.PP