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 3121626 commit bee7f06Copy full SHA for bee7f06
file-api.tex
@@ -227,7 +227,7 @@
227
\item attempts to write \emph{nbyte} of data to the object referenced by the
228
descriptor \emph{fd} from the buffer pointed to by \emph{buf}
229
\item number of bytes which were written is returned, -1 on error
230
-\end{itemize}
+\end{itemize}
231
\end{slide}
232
233
\hlabel{READCALL}
@@ -279,7 +279,7 @@
279
280
\begin{slide}
281
\sltitle{Closing a file: \texttt{close()}}
282
-\texttt{int \funnm{close}(int \emph{fildes});}
+\texttt{int \funnm{close}(int \emph{fildes});}
283
\begin{itemize}
284
\item releases \texttt{fildes}, if it was the last descriptor for a file
285
opening, closes the file
0 commit comments