summaryrefslogtreecommitdiffstats
path: root/posix_users/input_and_output.rst
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-18 00:37:40 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:24 -0400
commitd389819eea3a84e388935153e3be847342809da3 (patch)
tree15cfe55f41281cead805ce87f66c5d7248caa9ce /posix_users/input_and_output.rst
parentRemove ada_user document. (diff)
downloadrtems-docs-d389819eea3a84e388935153e3be847342809da3.tar.bz2
Convert all Unicode to ASCII(128)
Diffstat (limited to '')
-rw-r--r--posix_users/input_and_output.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/posix_users/input_and_output.rst b/posix_users/input_and_output.rst
index 8acb053..4ecd4bc 100644
--- a/posix_users/input_and_output.rst
+++ b/posix_users/input_and_output.rst
@@ -67,8 +67,8 @@ There is currently no text in this section.
Directives
==========
-This section details the input and output primitives manager’s directives.
-A subsection is dedicated to each of this manager’s directives
+This section details the input and output primitives 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.
@@ -359,7 +359,7 @@ fcntl - Manipulates an open file descriptor
**STATUS CODES:**
*EACCESS*
- Search permission is denied for a direcotry in a file’s path
+ Search permission is denied for a direcotry in a file's path
prefix.
*EAGAIN*
@@ -409,10 +409,10 @@ fcntl - Manipulates an open file descriptor
significant bit is used).
*F_GETFL*
- Read the descriptor’s flags (all flags (as set by open()) are returned).
+ Read the descriptor's flags (all flags (as set by open()) are returned).
*F_SETFL*
- Set the descriptor’s flags to the value specified by ``arg``. Only``O_APPEND`` and ``O_NONBLOCK`` may be set.
+ Set the descriptor's flags to the value specified by ``arg``. Only``O_APPEND`` and ``O_NONBLOCK`` may be set.
The flags are shared between copies (made with ``dup()`` etc.) of the same
file descriptor.
The flags and their semantics are described in ``open()``.