source: rtems/doc/posix_users/preface.texi @ 1fb9fa1c

4.104.115
Last change on this file since 1fb9fa1c was 1fb9fa1c, checked in by Joel Sherrill <joel.sherrill@…>, on 02/27/09 at 18:04:44

2009-02-27 Joel Sherrill <joel.sherrill@…>

  • posix_users/preface.texi, shell/preface.texi: Add stock acknowledgement paragraphs that are required when excerpting and reusing text from POSIX standards per the agreement at
  • common/opengroup_manpage_acknowledgement.texi, common/opengroup_preface_acknowledgement.texi: New files.
  • Property mode set to 100644
File size: 839 bytes
Line 
1@c
2@c  COPYRIGHT (c) 1988-2002.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@ifinfo
10@node Preface, , Top, Top
11@end ifinfo
12@unnumbered Preface
13
14This is the User's Guide for the POSIX API support
15provided in RTEMS.
16
17The functionality described in this document is based
18on the following standards:
19
20@itemize @bullet
21
22@item POSIX 1003.1b-1993.
23
24@item POSIX 1003.1h/D3.
25
26@item Open Group Single UNIX Specification.
27
28@end itemize
29
30Much of the POSIX API standard is actually implemented in the
31Cygnus Newlib ANSI C Library.  Please refer to documentation on
32Newlib for more information on the functionality it supplies.
33
34This manual is still under construction and improvements
35are welcomed from users.
36
37@unnumberedsec Acknowledgements
38
39@include common/opengroup_preface_acknowledgement.texi
40
Note: See TracBrowser for help on using the repository browser.