source: rtems/doc/posix_users/posix_users.texi @ febb47e

4.104.114.84.95
Last change on this file since febb47e was febb47e, checked in by Joel Sherrill <joel.sherrill@…>, on 11/19/98 at 16:59:38

Changed version string.

Added much new stuff to the POSIX User's Guide.

New chapters stuff shrunk.

  • Property mode set to 100644
File size: 3.4 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename posix_users_new
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1998.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15@c  $Id$
16@c
17
18@c
19@c   Master file for the C User's Guide
20@c
21
22@c Joel's Questions
23@c
24@c  1.  Why does paragraphindent only impact makeinfo?
25@c  2.  Why does paragraphindent show up in HTML?
26@c
27
28@include ../common/setup.texi
29
30@ignore
31@ifinfo
32@format
33START-INFO-DIR-ENTRY
34* RTEMS Posix API User's Guide: (posix_users).   Posix API User's Guide Plan
35END-INFO-DIR-ENTRY
36@end format
37@end ifinfo
38@end ignore
39
40@c variable substitution info:
41@c
42@c Note: At the moment we do not document the Ada interface but by building
43@c       in the infrastructure Florist support should be simple to add.
44@set is-C
45@clear is-Ada
46@set LANGUAGE C
47@set STRUCTURE structure
48@set ROUTINE function
49@set OR |
50@set RPREFIX RTEMS_
51@set DIRPREFIX rtems_
52@c the language is @value{LANGUAGE}
53@c NOTE:  don't use underscore in the name
54@c
55
56@c
57@c  Title Page Stuff
58@c
59
60@set edition @value{RTEMS-EDITION}
61@set version @value{RTEMS-VERSION}
62@set update-date @value{RTEMS-UPDATE-DATE}
63@set update-month @value{RTEMS-UPDATE-MONTH}
64
65@c
66@c  I don't really like having a short title page.  --joel
67@c
68@c @shorttitlepage RTEMS POSIX API User's Guide
69
70@setchapternewpage odd
71@settitle RTEMS POSIX API User's Guide
72@titlepage
73@finalout
74
75@title RTEMS POSIX API User's Guide
76@subtitle Edition @value{edition}, for RTEMS @value{version}
77@sp 1
78@subtitle @value{update-month}
79@author On-Line Applications Research Corporation
80@page
81@include ../common/cpright.texi
82@end titlepage
83
84@c  This prevents a black box from being printed on "overflow" lines.
85@c  The alternative is to rework a sentence to avoid this problem.
86
87@include preface.texi
88@include process.texi
89@include signal.texi
90@include procenv.texi
91@include files.texi
92@include io.texi
93@include device.texi
94@include cspecific.texi
95@include systemdb.texi
96@include semaphores.texi
97@include mutex.texi
98@include cond.texi
99@include memorymgmt.texi
100@include sched.texi
101@include clock.texi
102@include message.texi
103@include thread.texi
104@include key.texi
105@include cancel.texi
106@ifinfo
107@node Top, Preface, (dir), (dir)
108@top posix_users_new
109
110This is the online version of the RTEMS POSIX API User's Guide
111
112@menu
113* Preface::
114* Process Creation and Execution Manager::
115* Signal Manager::
116* Process Environment Manager::
117* Files and Directories Manager::
118* Input and Output Primitives Manager::
119* Device- and Class- Specific Functions Manager::
120* Language-Specific Services for the C Programming Language Manager::
121* System Databases Manager::
122* Semaphores Manager::
123* Mutex Manager::
124* Condition Variable Manager::
125* Memory Management Manager::
126* Scheduler Manager::
127* Clock Manager::
128* Message Passing Manager::
129* Thread Manager::
130* Key Manager::
131* Thread Cancellation Manager::
132* Command and Variable Index::
133* Concept Index::
134@end menu
135
136@end ifinfo
137@c
138@c
139@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
140@c
141
142@node Command and Variable Index, Concept Index, , Top
143@unnumbered Command and Variable Index
144
145There are currently no Command and Variable Index entries.
146
147@c @printindex fn
148
149@node Concept Index, , Command and Variable Index, Top
150@unnumbered Concept Index
151
152There are currently no Concept Index entries.
153@c @printindex cp
154
155@contents
156@bye
157
Note: See TracBrowser for help on using the repository browser.