Skip to content

Commit bee7f06

Browse files
committed
remove extra whitespace
1 parent 3121626 commit bee7f06

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
@@ -227,7 +227,7 @@
227227
\item attempts to write \emph{nbyte} of data to the object referenced by the
228228
descriptor \emph{fd} from the buffer pointed to by \emph{buf}
229229
\item number of bytes which were written is returned, -1 on error
230-
\end{itemize}
230+
\end{itemize}
231231
\end{slide}
232232

233233
\hlabel{READCALL}
@@ -279,7 +279,7 @@
279279

280280
\begin{slide}
281281
\sltitle{Closing a file: \texttt{close()}}
282-
\texttt{int \funnm{close}(int \emph{fildes});}
282+
\texttt{int \funnm{close}(int \emph{fildes});}
283283
\begin{itemize}
284284
\item releases \texttt{fildes}, if it was the last descriptor for a file
285285
opening, closes the file

0 commit comments

Comments
 (0)