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 61c2095 commit 522ed89Copy full SHA for 522ed89
file-api.tex
@@ -559,7 +559,7 @@
559
\end{slide}
560
561
\begin{itemize}
562
-\item Truncating the file when opening it can be achieved via the
+\item Truncating the file when opening can be achieved via the
563
\texttt{O\_TRUNC} flag in \texttt{open}, see page \pageref{OPEN}.
564
\end{itemize}
565
@@ -579,7 +579,7 @@
579
580
\texttt{int \funnm{dup2}(int \emph{fildes}, int \emph{fildes2});}
581
582
-\item duplicates \texttt{fildes} to \texttt{fildes2}.
+\item duplicates \texttt{fildes} to \texttt{fildes2}.
583
\item almost the same as\\
584
\texttt{close(fildes2);\\ fcntl(fildes, F\_DUPFD, fildes2);}
585
0 commit comments