summaryrefslogtreecommitdiffstats
path: root/develenv
diff options
context:
space:
mode:
Diffstat (limited to 'develenv')
-rw-r--r--develenv/directory.rst16
-rw-r--r--develenv/index.rst2
-rw-r--r--develenv/sample.rst6
-rw-r--r--develenv/utilities.rst4
4 files changed, 14 insertions, 14 deletions
diff --git a/develenv/directory.rst b/develenv/directory.rst
index 0c30724..12b62c1 100644
--- a/develenv/directory.rst
+++ b/develenv/directory.rst
@@ -103,7 +103,7 @@ as ``${RTEMS_ROOT}`` in this discussion.
be discussed further in this document.
``${RTEMS_ROOT}/cpukit/``
- This directory is the root for all of the "multilib’able"
+ This directory is the root for all of the "multilib'able"
portions of RTEMS. This is a GNU way of saying the
contents of this directory can be compiled like the
C Library (``libc.a``) and the functionality is
@@ -123,7 +123,7 @@ as ``${RTEMS_ROOT}`` in this discussion.
``${RTEMS_ROOT}/make/``
This directory contains files which support the
- RTEMS Makefile’s. From a user’s perspective, the
+ RTEMS Makefile's. From a user's perspective, the
most important parts are found in the ``custom/``
subdirectory. Each ".cfg" file in this directory
is associated with a specific BSP and describes
@@ -232,7 +232,7 @@ directory and a description of each.
``${RTEMS_ROOT}/c/src/nfsclient/``
This directory contains a Network File System (NFS) client
- for RTEMS. With this file system, a user’s application can
+ for RTEMS. With this file system, a user's application can
access files on a remote computer.
``${RTEMS_ROOT}/c/src/optman/``
@@ -554,10 +554,10 @@ and PostScript.
``${RTEMS_ROOT}/doc/ada_user/``
This directory contains the source code for the *RTEMS
- Applications Ada User’s Guide* which documents the Ada95
+ Applications Ada User's Guide* which documents the Ada95
binding to the Classic API. This manual is produced from
from the same source base as the *RTEMS Application
- C User’s Guide*.
+ C User's Guide*.
``${RTEMS_ROOT}/doc/bsp_howto/``
This directory contains the source code for the*RTEMS BSP and Device Driver Development Guide*.
@@ -605,8 +605,8 @@ and PostScript.
This directory contains the source code for the*RTEMS POSIX 1003.1 Compliance Guide*.
``${RTEMS_ROOT}/doc/posix_users/``
- This directory contains the source code for the*RTEMS POSIX API User’s Guide*. It is important to
- note that RTEMS’ support for POSIX is a combination of
+ This directory contains the source code for the*RTEMS POSIX API User's Guide*. It is important to
+ note that RTEMS' support for POSIX is a combination of
functionality provided by RTEMS and the Newlib C Library
so some functionality is documented by Newlib.
@@ -628,7 +628,7 @@ and PostScript.
``${RTEMS_ROOT}/doc/user/``
This directory contains the source code for the *RTEMS
- Applications C User’s Guide* which documents the Classic API.
+ Applications C User's Guide* which documents the Classic API.
.. COMMENT: COPYRIGHT (c) 1989-2007.
diff --git a/develenv/index.rst b/develenv/index.rst
index f1d4992..0e9cb59 100644
--- a/develenv/index.rst
+++ b/develenv/index.rst
@@ -2,7 +2,7 @@
RTEMS Development Environment Guide
===================================
-COPYRIGHT © 1988 - 2015.
+COPYRIGHT (c) 1988 - 2015.
On-Line Applications Research Corporation (OAR).
diff --git a/develenv/sample.rst b/develenv/sample.rst
index fa35f6a..2531408 100644
--- a/develenv/sample.rst
+++ b/develenv/sample.rst
@@ -129,7 +129,7 @@ The following messages are printed:
Hello World
\*** END OF HELLO WORLD TEST \***
-These messages are printed from the application’s
+These messages are printed from the application's
single initialization task. If the above messages are not
printed correctly, then either the BSP start up code or the
console output routine is not operating properly.
@@ -199,7 +199,7 @@ when using the Ada version to output the following messages:
\*** END OF SAMPLE SINGLE PROCESSOR APPLICATION \***
The first two messages are printed from the
-application’s single initialization task. The final messages
+application's single initialization task. The final messages
are printed from the single application task.
Base Multiple Processor Application
@@ -233,7 +233,7 @@ The second node will print the following messages:
This task has the id of 0x20002
\*** END OF SAMPLE MULTIPROCESSOR APPLICATION \***
-The herald is printed from the application’s single
+The herald is printed from the application's single
initialization task on each node. The final messages are
printed from the single application task on each node.
diff --git a/develenv/utilities.rst b/develenv/utilities.rst
index 76652a6..8bd52f4 100644
--- a/develenv/utilities.rst
+++ b/develenv/utilities.rst
@@ -116,7 +116,7 @@ smaller than download.sr.
The source for packhex first appeared in the May 1993
issue of Embedded Systems magazine. The code was downloaded
-from their BBS. Unfortunately, the author’s name was not
+from their BBS. Unfortunately, the author's name was not
provided in the listing.
.. COMMENT: unhex
@@ -133,7 +133,7 @@ unhex - Convert Hexadecimal File into Binary Equivalent
**DESCRIPTION**
unhex accepts Intel Hexadecimal, Motorola Srecord, or
-TI ’B’ records and converts them to their binary equivalent.
+TI 'B' records and converts them to their binary equivalent.
The output may sent to standout or may be placed in a specified
file with the -o option. The designated output file may not be
an input file. Multiple input files may be specified with their