Skip to content

Commit 522ed89

Browse files
author
Vladimir Kotal
committed
fix sentence
1 parent 61c2095 commit 522ed89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

file-api.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
\end{slide}
560560

561561
\begin{itemize}
562-
\item Truncating the file when opening it can be achieved via the
562+
\item Truncating the file when opening can be achieved via the
563563
\texttt{O\_TRUNC} flag in \texttt{open}, see page \pageref{OPEN}.
564564
\end{itemize}
565565

@@ -579,7 +579,7 @@
579579
\end{itemize}
580580
\texttt{int \funnm{dup2}(int \emph{fildes}, int \emph{fildes2});}
581581
\begin{itemize}
582-
\item duplicates \texttt{fildes} to \texttt{fildes2}.
582+
\item duplicates \texttt{fildes} to \texttt{fildes2}.
583583
\item almost the same as\\
584584
\texttt{close(fildes2);\\ fcntl(fildes, F\_DUPFD, fildes2);}
585585
\end{itemize}

0 commit comments

Comments
 (0)