summaryrefslogtreecommitdiffstats
path: root/posix1003_1
diff options
context:
space:
mode:
Diffstat (limited to 'posix1003_1')
-rw-r--r--posix1003_1/files_and_directories.rst2
-rw-r--r--posix1003_1/index.rst2
-rw-r--r--posix1003_1/language_specific_services.rst18
-rw-r--r--posix1003_1/posix1003_1.rst24
-rw-r--r--posix1003_1/terminology.rst2
5 files changed, 24 insertions, 24 deletions
diff --git a/posix1003_1/files_and_directories.rst b/posix1003_1/files_and_directories.rst
index e3edd7c..d311def 100644
--- a/posix1003_1/files_and_directories.rst
+++ b/posix1003_1/files_and_directories.rst
@@ -243,7 +243,7 @@ Get Configurable Pathname Variables
NOTE: The newlib unistd.h and sys/unistd.h are installed and the
include search patch is used to get the right one. There are
-conflicts between the newlib unistd.h and RTEMS’ version.
+conflicts between the newlib unistd.h and RTEMS' version.
.. COMMENT: COPYRIGHT (c) 1988-2002.
diff --git a/posix1003_1/index.rst b/posix1003_1/index.rst
index 2b1da05..fbd160b 100644
--- a/posix1003_1/index.rst
+++ b/posix1003_1/index.rst
@@ -2,7 +2,7 @@
RTEMS POSIX 1003.1 Compliance Guide
===================================
-COPYRIGHT © 1988 - 2015.
+COPYRIGHT (c) 1988 - 2015.
On-Line Applications Research Corporation (OAR).
diff --git a/posix1003_1/language_specific_services.rst b/posix1003_1/language_specific_services.rst
index 79772af..554aec7 100644
--- a/posix1003_1/language_specific_services.rst
+++ b/posix1003_1/language_specific_services.rst
@@ -4,12 +4,12 @@ Language-Specific Services for the C Programming Language
Referenced C Language Routines
==============================
-ANSI C Section 4.2 — Diagnostics
+ANSI C Section 4.2 - Diagnostics
.. code:: c
assert(), Function, Implemented
-ANSI C Section 4.3 — Character Handling
+ANSI C Section 4.3 - Character Handling
.. code:: c
isalnum(), Function, Implemented
@@ -26,12 +26,12 @@ ANSI C Section 4.3 — Character Handling
tolower(), Function, Implemented
toupper(), Function, Implemented
-ANSI C Section 4.4 — Localization
+ANSI C Section 4.4 - Localization
.. code:: c
setlocale(), Function, Implemented
-ANSI C Section 4.5 — Mathematics
+ANSI C Section 4.5 - Mathematics
.. code:: c
acos(), Function, Implemented
@@ -57,13 +57,13 @@ ANSI C Section 4.5 — Mathematics
floor(), Function, Implemented
fmod(), Function, Implemented
-ANSI C Section 4.6 — Non-Local Jumps
+ANSI C Section 4.6 - Non-Local Jumps
.. code:: c
setjmp(), Function, Implemented
longjmp(), Function, Implemented
-ANSI C Section 4.9 — Input/Output
+ANSI C Section 4.9 - Input/Output
.. code:: c
FILE, Type, Implemented
@@ -105,7 +105,7 @@ ANSI C Section 4.9 — Input/Output
NOTE: ``rename`` is also included in another section. `Rename a File`_.
-ANSI C Section 4.10 — General Utilities
+ANSI C Section 4.10 - General Utilities
.. code:: c
abs(), Function, Implemented
@@ -125,7 +125,7 @@ ANSI C Section 4.10 — General Utilities
NOTE: ``getenv`` is also included in another section. `Environment Access`_.
-ANSI C Section 4.11 — String Handling
+ANSI C Section 4.11 - String Handling
.. code:: c
strcpy(), Function, Implemented
@@ -143,7 +143,7 @@ ANSI C Section 4.11 — String Handling
strtok(), Function, Implemented
strlen(), Function, Implemented
-ANSI C Section 4.12 — Date and Time Handling
+ANSI C Section 4.12 - Date and Time Handling
.. code:: c
asctime(), Function, Implemented
diff --git a/posix1003_1/posix1003_1.rst b/posix1003_1/posix1003_1.rst
index b9bc495..7fb9b21 100644
--- a/posix1003_1/posix1003_1.rst
+++ b/posix1003_1/posix1003_1.rst
@@ -58,7 +58,7 @@ RTEMS POSIX 1003.1 Compliance Guide
.. COMMENT: can force the copyright description onto a left hand page.
-COPYRIGHT © 1988 - 2015.
+COPYRIGHT (c) 1988 - 2015.
On-Line Applications Research Corporation (OAR).
@@ -293,7 +293,7 @@ C Language Limits
ULONG_MAX, Constant, Implemented
USHRT_MAX, Constant, Implemented
-NOTE: These are implemented in GCC’s limits.h file.
+NOTE: These are implemented in GCC's limits.h file.
Minimum Values
--------------
@@ -1138,7 +1138,7 @@ Get Configurable Pathname Variables
NOTE: The newlib unistd.h and sys/unistd.h are installed and the
include search patch is used to get the right one. There are
-conflicts between the newlib unistd.h and RTEMS’ version.
+conflicts between the newlib unistd.h and RTEMS' version.
.. COMMENT: COPYRIGHT (c) 1988-2002.
@@ -1580,12 +1580,12 @@ Language-Specific Services for the C Programming Language
Referenced C Language Routines
==============================
-ANSI C Section 4.2 — Diagnostics
+ANSI C Section 4.2 - Diagnostics
.. code:: c
assert(), Function, Implemented
-ANSI C Section 4.3 — Character Handling
+ANSI C Section 4.3 - Character Handling
.. code:: c
isalnum(), Function, Implemented
@@ -1602,12 +1602,12 @@ ANSI C Section 4.3 — Character Handling
tolower(), Function, Implemented
toupper(), Function, Implemented
-ANSI C Section 4.4 — Localization
+ANSI C Section 4.4 - Localization
.. code:: c
setlocale(), Function, Implemented
-ANSI C Section 4.5 — Mathematics
+ANSI C Section 4.5 - Mathematics
.. code:: c
acos(), Function, Implemented
@@ -1633,13 +1633,13 @@ ANSI C Section 4.5 — Mathematics
floor(), Function, Implemented
fmod(), Function, Implemented
-ANSI C Section 4.6 — Non-Local Jumps
+ANSI C Section 4.6 - Non-Local Jumps
.. code:: c
setjmp(), Function, Implemented
longjmp(), Function, Implemented
-ANSI C Section 4.9 — Input/Output
+ANSI C Section 4.9 - Input/Output
.. code:: c
FILE, Type, Implemented
@@ -1681,7 +1681,7 @@ ANSI C Section 4.9 — Input/Output
NOTE: ``rename`` is also included in another section. `Rename a File`_.
-ANSI C Section 4.10 — General Utilities
+ANSI C Section 4.10 - General Utilities
.. code:: c
abs(), Function, Implemented
@@ -1701,7 +1701,7 @@ ANSI C Section 4.10 — General Utilities
NOTE: ``getenv`` is also included in another section. `Environment Access`_.
-ANSI C Section 4.11 — String Handling
+ANSI C Section 4.11 - String Handling
.. code:: c
strcpy(), Function, Implemented
@@ -1719,7 +1719,7 @@ ANSI C Section 4.11 — String Handling
strtok(), Function, Implemented
strlen(), Function, Implemented
-ANSI C Section 4.12 — Date and Time Handling
+ANSI C Section 4.12 - Date and Time Handling
.. code:: c
asctime(), Function, Implemented
diff --git a/posix1003_1/terminology.rst b/posix1003_1/terminology.rst
index 86d4d47..adf780a 100644
--- a/posix1003_1/terminology.rst
+++ b/posix1003_1/terminology.rst
@@ -131,7 +131,7 @@ C Language Limits
ULONG_MAX, Constant, Implemented
USHRT_MAX, Constant, Implemented
-NOTE: These are implemented in GCC’s limits.h file.
+NOTE: These are implemented in GCC's limits.h file.
Minimum Values
--------------