From 1264a8f1089fad85cabb024c930b19b0a36864b4 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 17 Jan 2016 00:55:21 -0500 Subject: Split document into seperate files by section. --- posix_users/preface.rst | 69 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 posix_users/preface.rst (limited to 'posix_users/preface.rst') diff --git a/posix_users/preface.rst b/posix_users/preface.rst new file mode 100644 index 0000000..e8e71f3 --- /dev/null +++ b/posix_users/preface.rst @@ -0,0 +1,69 @@ +Preface +####### + +This is the User’s Guide for the POSIX API support +provided in RTEMS. + +The functionality described in this document is based +on the following standards: + +- POSIX 1003.1b-1993. + +- POSIX 1003.1h/D3. + +- Open Group Single UNIX Specification. + +Much of the POSIX API standard is actually implemented in the +Cygnus Newlib ANSI C Library. Please refer to documentation on +Newlib for more information on the functionality it supplies. + +This manual is still under construction and improvements +are welcomed from users. + +Acknowledgements +================ + +.. COMMENT: COPYRIGHT (c) 1988-2009. + +.. COMMENT: On-Line Applications Research Corporation (OAR). + +.. COMMENT: All rights reserved. + +.. COMMENT: The RTEMS Project has been granted permission from The Open Group + +.. COMMENT: IEEE to excerpt and use portions of the POSIX standards documents + +.. COMMENT: in the RTEMS POSIX API User's Guide and RTEMS Shell User's Guide. + +.. COMMENT: We have to include a specific acknowledgement paragraph in these + +.. COMMENT: documents (e.g. preface or copyright page) and another slightly + +.. COMMENT: different paragraph for each manual page that excerpts and uses + +.. COMMENT: text from the standards. + +.. COMMENT: This file should help ensure that the paragraphs are consistent + +.. COMMENT: and not duplicated + + The Institute of Electrical and Electronics Engineers, Inc and The + Open Group, have given us permission to reprint portions of their + documentation. + Portions of this text are reprinted and reproduced in electronic + form from IEEE Std 1003.1, 2004 Edition, Standard for Information + Technology — Operating System Interface (POSIX), The Open + Group Base Specifications Issue 6, Copyright © 2001-2004 by the + Institute of Electrical and Electronics Engineers, Inc and The + Open Group. In the event of any discrepancy between this version + and the original IEEE and The Open Group Standard, the original + IEEE and The Open Group Standard is the referee document. The + original Standard can be obtained online athttp://www.opengroup.org/unix/online.html. + This notice shall appear on any product containing this material. + +.. COMMENT: COPYRIGHT (c) 1988-2002. + +.. COMMENT: On-Line Applications Research Corporation (OAR). + +.. COMMENT: All rights reserved. + -- cgit v1.2.3