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) --- posix1003_1/posix1003_1.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'posix1003_1/posix1003_1.rst') 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 -- cgit v1.2.3