diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-16 05:21:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-16 05:21:08 (GMT) |
commit | 52405c899a8a1d4e958e0dbfae1e0be31db0d15e (patch) | |
tree | 6e8444e8bd2e7d2200c4cdf8ba43608996aa52b4 /Doc/libposix.tex | |
parent | 7bf5e0828f95d21fbdc2409db9056708b7ebc15b (diff) | |
download | cpython-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.tex | 1 |
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 |