We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d37c82 commit 811e93bCopy full SHA for 811e93b
file-api.tex
@@ -147,7 +147,7 @@
147
\item One cannot use \texttt{O\_RDONLY | O\_WRONLY} for both reading and writing
148
as historically, implementations used 0 for the read-only flag. The standard
149
defines that only one of those three flags may be used.
150
-\item Is is possible to open and create a file for writing so that writing is
+\item It is possible to open and create a file for writing so that writing is
151
disallowed by its mode. It will work for the initial file opening but any
152
subsequent attempts to write will fail.
153
\item You need write permission to use \texttt{O\_TRUNC}.
0 commit comments