diff options
Diffstat (limited to 'Doc/lib/libcommands.tex')
-rw-r--r-- | Doc/lib/libcommands.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libcommands.tex b/Doc/lib/libcommands.tex index 7ca3ede..bea1401 100644 --- a/Doc/lib/libcommands.tex +++ b/Doc/lib/libcommands.tex @@ -1,8 +1,10 @@ % Documentation written by Sue Williams. \section{Standard Module \module{commands}} -\stmodindex{commands} -\label{module-commands} +\declaremodule{standard}{commands} + +\modulesynopsis{Wrapper functions for \function{os.popen()}.} + The \module{commands} module contains wrapper functions for \function{os.popen()} which take a system command as a string and |