File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ \section{Standard Module \sectcode{posixfile}}
2323
2424\setindexsubitem {(in module posixfile)}
2525\begin {datadesc }{SEEK_SET}
26- offset is calculated from the start of the file
26+ Offset is calculated from the start of the file.
2727\end {datadesc }
2828
2929\begin {datadesc }{SEEK_CUR}
30- offset is calculated from the current position in the file
30+ Offset is calculated from the current position in the file.
3131\end {datadesc }
3232
3333\begin {datadesc }{SEEK_END}
34- offset is calculated from the end of the file
34+ Offset is calculated from the end of the file.
3535\end {datadesc }
3636
3737The posixfile module defines the following functions:
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ \section{Standard Module \sectcode{posixfile}}
2323
2424\setindexsubitem {(in module posixfile)}
2525\begin {datadesc }{SEEK_SET}
26- offset is calculated from the start of the file
26+ Offset is calculated from the start of the file.
2727\end {datadesc }
2828
2929\begin {datadesc }{SEEK_CUR}
30- offset is calculated from the current position in the file
30+ Offset is calculated from the current position in the file.
3131\end {datadesc }
3232
3333\begin {datadesc }{SEEK_END}
34- offset is calculated from the end of the file
34+ Offset is calculated from the end of the file.
3535\end {datadesc }
3636
3737The posixfile module defines the following functions:
You can’t perform that action at this time.
0 commit comments