Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08f51b commit 0e1de8bCopy full SHA for 0e1de8b
1 file changed
Doc/lib/libos.tex
@@ -79,9 +79,9 @@ \subsection{Process Parameters \label{os-procinfo}}
79
\end{funcdesc}
80
81
\begin{datadesc}{environ}
82
-A mapping representing the string environment. For example,
83
-\code{environ['HOME']} is the pathname of your home directory,
84
-equivalent to \code{getenv("HOME")} in C.
+A mapping object representing the string environment. For example,
+\code{environ['HOME']} is the pathname of your home directory (on some
+platforms), and is equivalent to \code{getenv("HOME")} in C.
85
86
If the platform supports the \function{putenv()} function, this
87
mapping may be used to modify the environment as well as query the
0 commit comments