Added an index entry.
This commit is contained in:
parent
7bf5e0828f
commit
52405c899a
|
@ -292,6 +292,7 @@ object.
|
|||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{putenv}{varname\, value}
|
||||
\index{environment variables!setting}
|
||||
Set the environment variable named \var{varname} to the string
|
||||
\var{value}. Such changes to the environment affect subprocesses
|
||||
started with \function{os.system()}, \function{os.popen()} or
|
||||
|
|
|
@ -292,6 +292,7 @@ object.
|
|||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{putenv}{varname\, value}
|
||||
\index{environment variables!setting}
|
||||
Set the environment variable named \var{varname} to the string
|
||||
\var{value}. Such changes to the environment affect subprocesses
|
||||
started with \function{os.system()}, \function{os.popen()} or
|
||||
|
|
Loading…
Reference in New Issue