Thanks to visit codestin.com Credit goes to github.com
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 0185283 commit e5836d9Copy full SHA for e5836d9
1 file changed
Doc/lib/libtypes.tex
@@ -763,7 +763,7 @@ \subsubsection{File Objects}
763
internal buffer size) are read.
764
\end{methoddesc}
765
766
-\begin{methoddesc}[file]{seek}{offset, whence}
+\begin{methoddesc}[file]{seek}{offset\optional{, whence}}
767
Set the file's current position, like \code{stdio}'s \cfunction{fseek()}.
768
The \var{whence} argument is optional and defaults to \code{0}
769
(absolute file positioning); other values are \code{1} (seek
0 commit comments