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 f1940b4 commit 0670693Copy full SHA for 0670693
file-api.tex
@@ -138,7 +138,7 @@
138
\texttt{O\_DSYNC} is for writing synchronization only, \texttt{O\_RSYNC} for
139
reading.
140
\item \texttt{O\_NOCTTY} \dots{} when opening a terminal by a process without a
141
-controlling terminal, the terminal being opened does not become it.
+controlling terminal, the terminal being opened does not become one.
142
\item \label{O_NONBLOCK} \texttt{O\_NONBLOCK} \dots{} if reading or writing
143
cannot be satisfied right away, calls \texttt{read}/\texttt{write} will fail
144
instead of getting blocked and waiting for the completion. \texttt{errno} is
0 commit comments