Convert all Unicode to ASCII(128)

This commit is contained in:
Amar Takhar
2016-01-18 00:37:40 -05:00
committed by Amar Takhar
parent 11e1a6f969
commit d389819eea
121 changed files with 705 additions and 705 deletions

View File

@@ -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 "multilibable"
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 Makefiles. From a users 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 users 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 Users 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 Users 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 Users 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 Users Guide* which documents the Classic API.
Applications C User's Guide* which documents the Classic API.
.. COMMENT: COPYRIGHT (c) 1989-2007.

View File

@@ -2,7 +2,7 @@
RTEMS Development Environment Guide
===================================
COPYRIGHT © 1988 - 2015.
COPYRIGHT (c) 1988 - 2015.
On-Line Applications Research Corporation (OAR).

View File

@@ -129,7 +129,7 @@ The following messages are printed:
Hello World
\*** END OF HELLO WORLD TEST \***
These messages are printed from the applications
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
applications 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 applications 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.

View File

@@ -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 authors 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