summaryrefslogtreecommitdiffstats
path: root/Doc/libposix.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-16 05:21:08 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-16 05:21:08 (GMT)
commit52405c899a8a1d4e958e0dbfae1e0be31db0d15e (patch)
tree6e8444e8bd2e7d2200c4cdf8ba43608996aa52b4 /Doc/libposix.tex
parent7bf5e0828f95d21fbdc2409db9056708b7ebc15b (diff)
downloadcpython-52405c899a8a1d4e958e0dbfae1e0be31db0d15e.zip
cpython-52405c899a8a1d4e958e0dbfae1e0be31db0d15e.tar.gz
cpython-52405c899a8a1d4e958e0dbfae1e0be31db0d15e.tar.bz2
Added an index entry.
Diffstat (limited to 'Doc/libposix.tex')
-rw-r--r--Doc/libposix.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/libposix.tex b/Doc/libposix.tex
index 467195f..454c652 100644
--- a/Doc/libposix.tex
+++ b/Doc/libposix.tex
@@ -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