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
RevLine 
[ed11cadf]1\input texinfo   @c -*-texinfo-*-
[ae68ff0]2@c %**start of header
[7a8dfad]3@setfilename posix_users
[6449498]4@setcontentsaftertitlepage
[ae68ff0]5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
[6449498]11@c  COPYRIGHT (c) 1988-2002.
[ae68ff0]12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
[139b2e4a]15@c  $Id$
16@c
[ae68ff0]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
[fc76a6aa]28@include version.texi
[110445c]29@include common/setup.texi
[ae68ff0]30
[fc76a6aa]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
[ae68ff0]38
39@c variable substitution info:
40@c
[febb47e]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_
[db91520]51@c the language is @value{LANGUAGE}
[ae68ff0]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
[fb9a80f]62@c @shorttitlepage RTEMS POSIX API User's Guide
[ae68ff0]63
64@setchapternewpage odd
[fb9a80f]65@settitle RTEMS POSIX API User's Guide
[ae68ff0]66@titlepage
67@finalout
68
[fb9a80f]69@title RTEMS POSIX API User's Guide
[fc76a6aa]70@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
[ae68ff0]71@sp 1
[fc76a6aa]72@subtitle @value{UPDATED}
[ae68ff0]73@author On-Line Applications Research Corporation
74@page
[110445c]75@include common/cpright.texi
[ae68ff0]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
[febb47e]82@include process.texi
[ae68ff0]83@include signal.texi
[febb47e]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
[ae68ff0]91@include mutex.texi
92@include cond.texi
[febb47e]93@include memorymgmt.texi
[ae68ff0]94@include sched.texi
[febb47e]95@include clock.texi
[ccf00b6a]96@include timer.texi
[febb47e]97@include message.texi
98@include thread.texi
99@include key.texi
100@include cancel.texi
[ccaeafd2]101@include libc.texi
[0894d35d]102@include libm.texi
[8f9efcb9]103@include status.texi
[ae68ff0]104@ifinfo
105@node Top, Preface, (dir), (dir)
[7a8dfad]106@top posix_users
[ae68ff0]107
[fb9a80f]108This is the online version of the RTEMS POSIX API User's Guide
[ae68ff0]109
110@menu
111* Preface::
[febb47e]112* Process Creation and Execution Manager::
[ae68ff0]113* Signal Manager::
[febb47e]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::
[3d7e9240]120* Semaphore Manager::
[ae68ff0]121* Mutex Manager::
122* Condition Variable Manager::
[febb47e]123* Memory Management Manager::
[ae68ff0]124* Scheduler Manager::
[febb47e]125* Clock Manager::
[ccf00b6a]126* Timer Manager::
[febb47e]127* Message Passing Manager::
128* Thread Manager::
129* Key Manager::
130* Thread Cancellation Manager::
[0894d35d]131* Services Provided by C Library (libc)::
132* Services Provided by the Math Library (libm)::
[8f9efcb9]133* Status of Implementation::
[ae68ff0]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
[febb47e]144@node Command and Variable Index, Concept Index, , Top
[ae68ff0]145@unnumbered Command and Variable Index
146
[7479042]147@c There are currently no Command and Variable Index entries.
[ae68ff0]148
[7479042]149@printindex fn
[ae68ff0]150
151@node Concept Index, , Command and Variable Index, Top
152@unnumbered Concept Index
153
[7479042]154@c There are currently no Concept Index entries.
155@printindex cp
[ae68ff0]156
157@contents
158@bye
159
Note: See TracBrowser for help on using the repository browser.