From 8f81ef1edda593432d09d52faa12f72ba6eba2f4 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 12 Jun 1997 16:14:07 +0000 Subject: Fix LaTeX bug found by examining the docstrings added to commands.py. --- Doc/lib/libcommands.tex | 2 +- Doc/libcommands.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libcommands.tex b/Doc/lib/libcommands.tex index 7584931..f2fcb79 100644 --- a/Doc/lib/libcommands.tex +++ b/Doc/lib/libcommands.tex @@ -14,7 +14,7 @@ The \code{commands} module defines the following functions: \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 -\samp{cmd ; 2$>$\$1}, so that the returned output will contain output +\samp{\{\ cmd \} ; 2$>$\$1}, so that the returned output will contain output or error messages. A trailing newline is stripped from the output. The exit status for the command can be interpreted according to the rules for the \C{} function \code{wait()}. diff --git a/Doc/libcommands.tex b/Doc/libcommands.tex index 7584931..f2fcb79 100644 --- a/Doc/libcommands.tex +++ b/Doc/libcommands.tex @@ -14,7 +14,7 @@ The \code{commands} module defines the following functions: \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 -\samp{cmd ; 2$>$\$1}, so that the returned output will contain output +\samp{\{\ cmd \} ; 2$>$\$1}, so that the returned output will contain output or error messages. A trailing newline is stripped from the output. The exit status for the command can be interpreted according to the rules for the \C{} function \code{wait()}. -- cgit v0.12