summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 16:36:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-01 16:36:14 +0000
commitd502c1525ae08838afbe174ff122cddf43711fe9 (patch)
tree63efb2052322ce26104f077927257d25fdb479f7 /doc
parentNow generates complete template for chapters. (diff)
downloadrtems-d502c1525ae08838afbe174ff122cddf43711fe9.tar.bz2
Added language variables.
Diffstat (limited to 'doc')
-rw-r--r--doc/new_chapters/posix_users.texi15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/new_chapters/posix_users.texi b/doc/new_chapters/posix_users.texi
index 9cdfb38a60..0535954ac7 100644
--- a/doc/new_chapters/posix_users.texi
+++ b/doc/new_chapters/posix_users.texi
@@ -39,7 +39,16 @@ END-INFO-DIR-ENTRY
@c variable substitution info:
@c
-@c @set LANGUAGE C
+@c Note: At the moment we do not document the Ada interface but by building
+@c in the infrastructure Florist support should be simple to add.
+@set is-C
+@clear is-Ada
+@set LANGUAGE C
+@set STRUCTURE structure
+@set ROUTINE function
+@set OR |
+@set RPREFIX RTEMS_
+@set DIRPREFIX rtems_
@c the language is @value{LANGUAGE}
@c NOTE: don't use underscore in the name
@c
@@ -76,6 +85,8 @@ END-INFO-DIR-ENTRY
@c The alternative is to rework a sentence to avoid this problem.
@include preface.texi
+@include process.texi
+@include procenv.texi
@include thread.texi
@include signal.texi
@include mutex.texi
@@ -91,6 +102,8 @@ This is the online version of the RTEMS POSIX API User's Guide
@menu
* Preface::
+* Process Creation and Execution Manager::
+* Process Environment Manager::
* Thread Manager::
* Signal Manager::
* Mutex Manager::