source: rtems-docs/posix_users/preface.rst @ 36def91

4.115
Last change on this file since 36def91 was 489740f, checked in by Chris Johns <chrisj@…>, on 05/20/16 at 02:47:09

Set SPDX License Identifier in each source file.

  • Property mode set to 100644
File size: 2.1 KB
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. COMMENT: COPYRIGHT (c) 1988-2002.
4.. COMMENT: On-Line Applications Research Corporation (OAR).
5.. COMMENT: All rights reserved.
6
7Preface
8#######
9
10This is the User's Guide for the POSIX API support provided in RTEMS.
11
12The functionality described in this document is based on the following
13standards:
14
15- POSIX 1003.1b-1993.
16
17- POSIX 1003.1h/D3.
18
19- Open Group Single UNIX Specification.
20
21Much of the POSIX API standard is actually implemented in the Cygnus Newlib
22ANSI C Library.  Please refer to documentation on Newlib for more information
23on the functionality it supplies.
24
25This manual is still under construction and improvements are welcomed from
26users.
27
28Acknowledgements
29================
30
31The RTEMS Project has been granted permission from The Open Group IEEE to
32excerpt and use portions of the POSIX standards documents in the RTEMS POSIX
33API User's Guide and RTEMS Shell User's Guide.  We have to include a specific
34acknowledgement paragraph in these documents (e.g. preface or copyright page)
35and another slightly different paragraph for each manual page that excerpts and
36uses text from the standards.
37
38This file should help ensure that the paragraphs are consistent and not
39duplicated
40
41    The Institute of Electrical and Electronics Engineers, Inc and The Open
42    Group, have given us permission to reprint portions of their documentation.
43    Portions of this text are reprinted and reproduced in electronic form from
44    IEEE Std 1003.1, 2004 Edition, Standard for Information Technology
45    Operating System Interface (POSIX), The Open Group Base Specifications
46    Issue 6, Copyright (c) 2001-2004 by the Institute of Electrical and
47    Electronics Engineers, Inc and The Open Group. In the event of any
48    discrepancy between this version and the original IEEE and The Open Group
49    Standard, the original IEEE and The Open Group Standard is the referee
50    document. The original Standard can be obtained online at
51    http://www.opengroup.org/unix/online.html.
52    This notice shall appear on any product containing this material.
Note: See TracBrowser for help on using the repository browser.