From d389819eea3a84e388935153e3be847342809da3 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 00:37:40 -0500 Subject: Convert all Unicode to ASCII(128) --- posix_users/process_environment.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'posix_users/process_environment.rst') 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. -- cgit v1.2.3