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) --- posix_users/input_and_output.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'posix_users/input_and_output.rst') 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()``. -- cgit v1.2.3