source: rtems/doc/posix_users/preface.texi @ abdeac2a

4.115
Last change on this file since abdeac2a was abdeac2a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/11 at 15:12:48

2011-12-06 Joel Sherrill <joel.sherrill@…>

PR 1793/doc

  • .cvsignore, Makefile.am, README, configure.ac, index.html.in, main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi, ada_user/example.texi, bsp_howto/.cvsignore, bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore, cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi, develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi, filesystem/.cvsignore, filesystem/filesystem.texi, filesystem/preface.texi, networking/.cvsignore, networking/networking.texi, networking/preface.texi, porting/.cvsignore, porting/porting.texi, porting/preface.texi, posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi, posix_users/.cvsignore, posix_users/posix_users.texi, posix_users/preface.texi, shell/.cvsignore, shell/preface.texi, shell/shell.texi, started/.cvsignore, started/started.texi, user/.cvsignore, user/c_user.texi, user/dirstat.texi, user/example.texi, user/glossary.texi, user/preface.texi: Convert from texi2www to texi2html.
  • texi2html_init.in: New file.
  • rtems_footer.html.in, rtems_header.html.in: Removed.
  • Property mode set to 100644
File size: 819 bytes
Line 
1@c
2@c  COPYRIGHT (c) 1989-2011.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@node Preface, , Top, Top
10@unnumbered Preface
11
12This is the User's Guide for the POSIX API support
13provided in RTEMS.
14
15The functionality described in this document is based
16on the following standards:
17
18@itemize @bullet
19
20@item POSIX 1003.1b-1993.
21
22@item POSIX 1003.1h/D3.
23
24@item Open Group Single UNIX Specification.
25
26@end itemize
27
28Much of the POSIX API standard is actually implemented in the
29Cygnus Newlib ANSI C Library.  Please refer to documentation on
30Newlib for more information on the functionality it supplies.
31
32This manual is still under construction and improvements
33are welcomed from users.
34
35@unnumberedsec Acknowledgements
36
37@include common/opengroup_preface_acknowledgement.texi
38
Note: See TracBrowser for help on using the repository browser.