From d502c1525ae08838afbe174ff122cddf43711fe9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 1 Aug 1998 16:36:14 +0000 Subject: Added language variables. --- doc/new_chapters/posix_users.texi | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'doc') 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:: -- cgit v1.2.3