From 2d19ed6c69296eeeb41796f2a8474c02234f4eb1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Mar 1998 22:06:41 +0000 Subject: Baseline --- doc/posix1003.1/ch06.t | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/posix1003.1/ch06.t (limited to 'doc/posix1003.1/ch06.t') diff --git a/doc/posix1003.1/ch06.t b/doc/posix1003.1/ch06.t new file mode 100644 index 0000000000..b3be22feb3 --- /dev/null +++ b/doc/posix1003.1/ch06.t @@ -0,0 +1,36 @@ +@c +@c COPYRIGHT (c) 1988-1998. +@c On-Line Applications Research Corporation (OAR). +@c All rights reserved. +@c +@c $Id$ +@c + +@chapter Input and Output Primitives +@section Pipes +@subsection Create an Inter-Process Channel +@section File Descriptor Manipulation +@subsection Duplicate an Open File Descriptor +@section File Descriptor Deassignment +@subsection Close a File +@section Input and Output +@subsection Read from a File +@subsection Write to a File +@section Control Operations on Files +@subsection Data Definitions for File Control Operations +@subsection File Control +@subsection Reposition Read/Write File Offset +@section File Synchronization +@subsection Synchronize the State of a File +@subsection Synchronize the Data of a File +@section Asynchronous Input and Output +@subsection Data Definitions for Asynchronous Input and Output +@subsection Asynchronous Read +@subsection Asynchronous Write +@subsection List Directed I/O +@subsection Retrieve Error Status of Asynchronous I/O Operation +@subsection Retrieve Return Status of Asynchronous I/O Operation +@subsection Cancel Asynchronous I/O Request +@subsection Wait for Asynchronous I/O Request +@subsection Asynchronous File Synchronization + -- cgit v1.2.3