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

Skip to content

Commit ae2be71

Browse files
committed
Correct definition of CTIME.
1 parent 685fe83 commit ae2be71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libstat.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ \section{Standard Module \module{stat}}
8080
\end{datadesc}
8181

8282
\begin{datadesc}{ST_CTIME}
83-
Time of creation.
83+
Time of last status change (see manual pages for details).
8484
\end{datadesc}
8585

8686
Example:

Doc/libstat.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ \section{Standard Module \module{stat}}
8080
\end{datadesc}
8181

8282
\begin{datadesc}{ST_CTIME}
83-
Time of creation.
83+
Time of last status change (see manual pages for details).
8484
\end{datadesc}
8585

8686
Example:

0 commit comments

Comments
 (0)