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

4.104.114.84.95
Last change on this file since 6449498 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 3.5 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename posix_users
4@setcontentsaftertitlepage
5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-2002.
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 version.texi
29@include common/setup.texi
30
31@ifset use-ascii
32@dircategory RTEMS On-Line Manual
33@direntry
34* RTEMS Posix API User's Guide: (posix_users).
35                                       Posix API User's Guide Plan
36@end direntry
37@end ifset
38
39@c variable substitution info:
40@c
41@c Note: At the moment we do not document the Ada interface but by building
42@c       in the infrastructure Florist support should be simple to add.
43@set is-C
44@clear is-Ada
45@set LANGUAGE C
46@set STRUCTURE structure
47@set ROUTINE function
48@set OR |
49@set RPREFIX RTEMS_
50@set DIRPREFIX rtems_
51@c the language is @value{LANGUAGE}
52@c NOTE:  don't use underscore in the name
53@c
54
55@c
56@c  Title Page Stuff
57@c
58
59@c
60@c  I don't really like having a short title page.  --joel
61@c
62@c @shorttitlepage RTEMS POSIX API User's Guide
63
64@setchapternewpage odd
65@settitle RTEMS POSIX API User's Guide
66@titlepage
67@finalout
68
69@title RTEMS POSIX API User's Guide
70@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
71@sp 1
72@subtitle @value{UPDATED}
73@author On-Line Applications Research Corporation
74@page
75@include common/cpright.texi
76@end titlepage
77
78@c  This prevents a black box from being printed on "overflow" lines.
79@c  The alternative is to rework a sentence to avoid this problem.
80
81@include preface.texi
82@include process.texi
83@include signal.texi
84@include procenv.texi
85@include files.texi
86@include io.texi
87@include device.texi
88@include cspecific.texi
89@include systemdb.texi
90@include semaphores.texi
91@include mutex.texi
92@include cond.texi
93@include memorymgmt.texi
94@include sched.texi
95@include clock.texi
96@include timer.texi
97@include message.texi
98@include thread.texi
99@include key.texi
100@include cancel.texi
101@include libc.texi
102@include libm.texi
103@include status.texi
104@ifinfo
105@node Top, Preface, (dir), (dir)
106@top posix_users
107
108This is the online version of the RTEMS POSIX API User's Guide
109
110@menu
111* Preface::
112* Process Creation and Execution Manager::
113* Signal Manager::
114* Process Environment Manager::
115* Files and Directories Manager::
116* Input and Output Primitives Manager::
117* Device- and Class- Specific Functions Manager::
118* Language-Specific Services for the C Programming Language Manager::
119* System Databases Manager::
120* Semaphore Manager::
121* Mutex Manager::
122* Condition Variable Manager::
123* Memory Management Manager::
124* Scheduler Manager::
125* Clock Manager::
126* Timer Manager::
127* Message Passing Manager::
128* Thread Manager::
129* Key Manager::
130* Thread Cancellation Manager::
131* Services Provided by C Library (libc)::
132* Services Provided by the Math Library (libm)::
133* Status of Implementation::
134* Command and Variable Index::
135* Concept Index::
136@end menu
137
138@end ifinfo
139@c
140@c
141@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
142@c
143
144@node Command and Variable Index, Concept Index, , Top
145@unnumbered Command and Variable Index
146
147@c There are currently no Command and Variable Index entries.
148
149@printindex fn
150
151@node Concept Index, , Command and Variable Index, Top
152@unnumbered Concept Index
153
154@c There are currently no Concept Index entries.
155@printindex cp
156
157@contents
158@bye
159
Note: See TracBrowser for help on using the repository browser.