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

Skip to content

Commit f6a7b44

Browse files
committed
Added entries for stat, commands modules.
1 parent 6d659b3 commit f6a7b44

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Doc/lib/libunix.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,11 @@ \chapter{Unix Specific Services}
4646
\item[syslog]
4747
--- An interface to the \UNIX{} \code{syslog} library routines.
4848

49+
\item[stat]
50+
--- Constants and functions for interpreting the results of
51+
\code{os.stat()}, \code{os.lstat()} and \code{os.fstat()}.
52+
53+
\item[commands]
54+
--- Wrapper functions for \code{os.popen()}.
55+
4956
\end{description}

Doc/libunix.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,11 @@ \chapter{Unix Specific Services}
4646
\item[syslog]
4747
--- An interface to the \UNIX{} \code{syslog} library routines.
4848

49+
\item[stat]
50+
--- Constants and functions for interpreting the results of
51+
\code{os.stat()}, \code{os.lstat()} and \code{os.fstat()}.
52+
53+
\item[commands]
54+
--- Wrapper functions for \code{os.popen()}.
55+
4956
\end{description}

0 commit comments

Comments
 (0)