summaryrefslogtreecommitdiffstats
path: root/Doc/libcommands.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/libcommands.tex')
-rw-r--r--Doc/libcommands.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libcommands.tex b/Doc/libcommands.tex
index e829077..e65e954 100644
--- a/Doc/libcommands.tex
+++ b/Doc/libcommands.tex
@@ -11,7 +11,7 @@ The \code{commands} module is only usable on systems which support
The \code{commands} module defines the following functions:
-\renewcommand{\indexsubitem}{(in module commands)}
+\setindexsubitem{(in module commands)}
\begin{funcdesc}{getstatusoutput}{cmd}
Execute the string \var{cmd} in a shell with \code{os.popen()} and return
a 2-tuple (status, output). \var{cmd} is actually run as