summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-13 18:11:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-13 18:11:21 +0000
commitd0e5f650e568d7eb76131c239619c3547de83136 (patch)
treeace9db8c280b0c037f6adcfff52093f6529b2f1f
parentUpdated. (diff)
downloadrtems-d0e5f650e568d7eb76131c239619c3547de83136.tar.bz2
Updated to include standard number.
-rw-r--r--doc/posix_users/preface.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/posix_users/preface.texi b/doc/posix_users/preface.texi
index 660819a77c..bf1653109c 100644
--- a/doc/posix_users/preface.texi
+++ b/doc/posix_users/preface.texi
@@ -13,9 +13,12 @@
This is the user's guide for the POSIX API support for RTEMS.
-At this point, this is just a basic shell of what this manual
-should ultimately be.
+We intend for this manual to only be a listing of the API. Please
+refer to the ISO/IEC 9945-1 @i{Information Technology -
+Portable Operating System Interface (POSIX) - Part 1: System
+Application Program Interface (API) [C Language]} for the specific
+functionality and behavior of the services.
-Much of the POSIX API standard is actually implemented in the
-newlib ANSI C Library. Please refer to documentation on
+In addition, much of the POSIX API standard is actually implemented
+in the newlib ANSI C Library. Please refer to documentation on
newlib for more information on what it supplies.