Added entries for stat, commands modules.
diff --git a/Doc/lib/libunix.tex b/Doc/lib/libunix.tex
index 9e1ea53..26628c8 100644
--- a/Doc/lib/libunix.tex
+++ b/Doc/lib/libunix.tex
@@ -46,4 +46,11 @@
 \item[syslog]
 --- An interface to the \UNIX{} \code{syslog} library routines.
 
+\item[stat]
+--- Constants and functions for interpreting the results of
+\code{os.stat()}, \code{os.lstat()} and \code{os.fstat()}.
+
+\item[commands]
+--- Wrapper functions for \code{os.popen()}.
+
 \end{description}