Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e1de8b

Browse files
committed
Minor nits, partly in response to comments from Jonathan Black
<[email protected]>.
1 parent b08f51b commit 0e1de8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libos.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ \subsection{Process Parameters \label{os-procinfo}}
7979
\end{funcdesc}
8080

8181
\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.
82+
A mapping object representing the string environment. For example,
83+
\code{environ['HOME']} is the pathname of your home directory (on some
84+
platforms), and is equivalent to \code{getenv("HOME")} in C.
8585

8686
If the platform supports the \function{putenv()} function, this
8787
mapping may be used to modify the environment as well as query the

0 commit comments

Comments
 (0)