source: rtems/doc/posix_users/posix_users.texi @ 782e3e8b

4.104.114.84.95
Last change on this file since 782e3e8b was 782e3e8b, checked in by Joel Sherrill <joel.sherrill@…>, on 06/21/07 at 18:53:00

2007-06-21 Joel Sherrill <joel.sherrill@…>

  • ada_user/ada_user.texi, bsp_howto/bsp_howto.texi, cpu_supplement/cpu_supplement.texi, develenv/develenv.texi, filesystem/filesystem.texi, itron3.0/itron.texi, networking/networking.texi, porting/porting.texi, posix1003.1/posix1003_1.texi, posix_users/posix_users.texi, rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi, started/started.texi, started_ada/started_ada.texi, user/c_user.texi: Print table of contents in front of manual where it should be when you print.
  • 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.info
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@include common/rtems.texi
31
32@ifset use-ascii
33@dircategory RTEMS On-Line Manual
34@direntry
35* RTEMS Posix API User's Guide: (posix_users).
36                                       Posix API User's Guide Plan
37@end direntry
38@end ifset
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@c
61@c  I don't really like having a short title page.  --joel
62@c
63@c @shorttitlepage RTEMS POSIX API User's Guide
64
65@setchapternewpage odd
66@settitle RTEMS POSIX API User's Guide
67@titlepage
68@finalout
69
70@title RTEMS POSIX API User's Guide
71@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
72@sp 1
73@subtitle @value{UPDATED}
74@author On-Line Applications Research Corporation
75@page
76@include common/cpright.texi
77@end titlepage
78
79@c  This prevents a black box from being printed on "overflow" lines.
80@c  The alternative is to rework a sentence to avoid this problem.
81
82@contents
83
84@include preface.texi
85@include process.texi
86@include signal.texi
87@include procenv.texi
88@include files.texi
89@include io.texi
90@include device.texi
91@include cspecific.texi
92@include systemdb.texi
93@include semaphores.texi
94@include mutex.texi
95@include cond.texi
96@include memorymgmt.texi
97@include sched.texi
98@include clock.texi
99@include timer.texi
100@include message.texi
101@include thread.texi
102@include key.texi
103@include cancel.texi
104@include libc.texi
105@include libm.texi
106@include status.texi
107@ifinfo
108@node Top, Preface, (dir), (dir)
109@top posix_users
110
111This is the online version of the RTEMS POSIX API User's Guide
112
113@menu
114* Preface::
115* Process Creation and Execution Manager::
116* Signal Manager::
117* Process Environment Manager::
118* Files and Directories Manager::
119* Input and Output Primitives Manager::
120* Device- and Class- Specific Functions Manager::
121* Language-Specific Services for the C Programming Language Manager::
122* System Databases Manager::
123* Semaphore Manager::
124* Mutex Manager::
125* Condition Variable Manager::
126* Memory Management Manager::
127* Scheduler Manager::
128* Clock Manager::
129* Timer Manager::
130* Message Passing Manager::
131* Thread Manager::
132* Key Manager::
133* Thread Cancellation Manager::
134* Services Provided by C Library (libc)::
135* Services Provided by the Math Library (libm)::
136* Status of Implementation::
137* Command and Variable Index::
138* Concept Index::
139@end menu
140
141@end ifinfo
142@c
143@c
144@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
145@c
146
147@node Command and Variable Index, Concept Index, , Top
148@unnumbered Command and Variable Index
149
150@c There are currently no Command and Variable Index entries.
151
152@printindex fn
153
154@node Concept Index, , Command and Variable Index, Top
155@unnumbered Concept Index
156
157@c There are currently no Concept Index entries.
158@printindex cp
159
160@bye
161
Note: See TracBrowser for help on using the repository browser.