Skip to content

Commit 1f1fd45

Browse files
committed
A missing word added.
1 parent 59d45f0 commit 1f1fd45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

file-api.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@
148148
as historically, implementations used 0 for the read-only flag. The standard
149149
defines that only one of those three flags may be used.
150150
\item Is 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 subsequent
152-
attempts to write will fail.
151+
disallowed by its mode. It will work for the initial file opening but any
152+
subsequent attempts to write will fail.
153153
\item You need write permission to use \texttt{O\_TRUNC}.
154154
\item The behavior of \texttt{O\_EXCL} without using \texttt{O\_CREAT} at the
155-
same is undefined.
155+
same time is undefined.
156156
\item For file locking, the \texttt{fcntl} call is used, see page
157157
\pageref{FCNTL}.
158158
\end{itemize}

0 commit comments

Comments
 (0)