Skip to content

Commit 0670693

Browse files
author
Vladimir Kotal
committed
wording
1 parent f1940b4 commit 0670693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file-api.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
\texttt{O\_DSYNC} is for writing synchronization only, \texttt{O\_RSYNC} for
139139
reading.
140140
\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.
141+
controlling terminal, the terminal being opened does not become one.
142142
\item \label{O_NONBLOCK} \texttt{O\_NONBLOCK} \dots{} if reading or writing
143143
cannot be satisfied right away, calls \texttt{read}/\texttt{write} will fail
144144
instead of getting blocked and waiting for the completion. \texttt{errno} is

0 commit comments

Comments
 (0)