summaryrefslogtreecommitdiffstats
path: root/posix_users/process_environment.rst
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-18 00:37:40 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:24 -0400
commitd389819eea3a84e388935153e3be847342809da3 (patch)
tree15cfe55f41281cead805ce87f66c5d7248caa9ce /posix_users/process_environment.rst
parentRemove ada_user document. (diff)
downloadrtems-docs-d389819eea3a84e388935153e3be847342809da3.tar.bz2
Convert all Unicode to ASCII(128)
Diffstat (limited to '')
-rw-r--r--posix_users/process_environment.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/posix_users/process_environment.rst b/posix_users/process_environment.rst
index 0deee9d..50c89b0 100644
--- a/posix_users/process_environment.rst
+++ b/posix_users/process_environment.rst
@@ -103,7 +103,7 @@ POSIX allows for variables in the run-time environment. These are
name/value pairs that make be dynamically set and obtained by
programs. In a full POSIX environment with command line shell
and multiple processes, environment variables may be set in
-one process – such as the shell – and inherited by child
+one process - such as the shell - and inherited by child
processes. In RTEMS, there is only one process and thus
only one set of environment variables across all processes.
@@ -127,8 +127,8 @@ the ``putenv()`` service.
Directives
==========
-This section details the process environment manager’s directives.
-A subsection is dedicated to each of this manager’s directives
+This section details the process environment manager's directives.
+A subsection is dedicated to each of this manager's directives
and describes the calling sequence, related constants, usage,
and status codes.