Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a19bb9b

Browse files
committed
Capitalize first word in sentences, use periods at end.
1 parent 86b5dce commit a19bb9b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/lib/libposixfile.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3737
The posixfile module defines the following functions:

Doc/libposixfile.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3737
The posixfile module defines the following functions:

0 commit comments

Comments
 (0)