diff options
-rw-r--r-- | Doc/lib/libposixpath.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index 7052714..b3973e3 100644 --- a/Doc/lib/libposixpath.tex +++ b/Doc/lib/libposixpath.tex @@ -84,7 +84,8 @@ not exist or is inaccessible. \end{funcdesc} \begin{funcdesc}{getctime}{path} -Return the time of creation of \var{path}. The return +Return the time of most recent content modification or metadata change +for \var{path}. The return value is a number giving the number of seconds since the epoch (see the \refmodule{time} module). Raise \exception{os.error} if the file does not exist or is inaccessible. |