source: rtems/doc/posix_users/posix_users.texi @ 0eded82

4.104.114.84.95
Last change on this file since 0eded82 was 0894d35d, checked in by Joel Sherrill <joel.sherrill@…>, on 11/24/99 at 19:03:06

Added chapter of list of routines provided by libm.

  • Property mode set to 100644
File size: 3.6 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename posix_users
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-1999.
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 timer.texi
103@include message.texi
104@include thread.texi
105@include key.texi
106@include cancel.texi
107@include libc.texi
108@include libm.texi
109@include status.texi
110@ifinfo
111@node Top, Preface, (dir), (dir)
112@top posix_users
113
114This is the online version of the RTEMS POSIX API User's Guide
115
116@menu
117* Preface::
118* Process Creation and Execution Manager::
119* Signal Manager::
120* Process Environment Manager::
121* Files and Directories Manager::
122* Input and Output Primitives Manager::
123* Device- and Class- Specific Functions Manager::
124* Language-Specific Services for the C Programming Language Manager::
125* System Databases Manager::
126* Semaphore Manager::
127* Mutex Manager::
128* Condition Variable Manager::
129* Memory Management Manager::
130* Scheduler Manager::
131* Clock Manager::
132* Timer Manager::
133* Message Passing Manager::
134* Thread Manager::
135* Key Manager::
136* Thread Cancellation Manager::
137* Services Provided by C Library (libc)::
138* Services Provided by the Math Library (libm)::
139* Status of Implementation::
140* Command and Variable Index::
141* Concept Index::
142@end menu
143
144@end ifinfo
145@c
146@c
147@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
148@c
149
150@node Command and Variable Index, Concept Index, , Top
151@unnumbered Command and Variable Index
152
153@c There are currently no Command and Variable Index entries.
154
155@printindex fn
156
157@node Concept Index, , Command and Variable Index, Top
158@unnumbered Concept Index
159
160@c There are currently no Concept Index entries.
161@printindex cp
162
163@contents
164@bye
165
Note: See TracBrowser for help on using the repository browser.