Skip to content

Commit 0660ff1

Browse files
author
Vladimir Kotal
committed
add missing word
1 parent d922249 commit 0660ff1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

file-api.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,9 @@
518518
position from the beginning of a file, setting the position to the end of a
519519
file, and getting the current file position (0 with \texttt{SEEK\_CUR}).
520520
\item There is no I/O involved when calling \texttt{lseek}.
521-
\item You can obviously use \texttt{lseek} not only for subsequent calls to
522-
\texttt{read} and \texttt{write} but also for another call to \texttt{lseek}.
521+
\item You can obviously use the return value of \texttt{lseek} not only for
522+
subsequent calls to \texttt{read} and \texttt{write} but also for another call
523+
to \texttt{lseek}.
523524
\item \label{BIG_FILE} Beware of files with holes as it may lead to problems
524525
with backing up the data. Example: \example{read/big-file.c} demonstrates that
525526
moving a sparse file may end up in an actual storage data occupation increase.

0 commit comments

Comments
 (0)