source: rtems/doc/posix_users/posix_users.texi @ 982e295e

4.104.114.84.95
Last change on this file since 982e295e was fb9a80f, checked in by Joel Sherrill <joel.sherrill@…>, on 03/26/98 at 17:10:03

renamed to user's guide.

  • Property mode set to 100644
File size: 2.5 KB
Line 
1\input ../texinfo/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-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 @set LANGUAGE C
43@c the language is @value{LANGUAGE}
44@c NOTE:  don't use underscore in the name
45@c
46
47@c
48@c  Title Page Stuff
49@c
50
51@set edition @value{RTEMS-EDITION}
52@set version @value{RTEMS-VERSION}
53@set update-date @value{RTEMS-UPDATE-DATE}
54@set update-month @value{RTEMS-UPDATE-MONTH}
55
56@c
57@c  I don't really like having a short title page.  --joel
58@c
59@c @shorttitlepage RTEMS POSIX API User's Guide
60
61@setchapternewpage odd
62@settitle RTEMS POSIX API User's Guide
63@titlepage
64@finalout
65
66@title RTEMS POSIX API User's Guide
67@subtitle Edition @value{edition}, for RTEMS @value{version}
68@sp 1
69@subtitle @value{update-month}
70@author On-Line Applications Research Corporation
71@page
72@include ../common/cpright.texi
73@end titlepage
74
75@c  This prevents a black box from being printed on "overflow" lines.
76@c  The alternative is to rework a sentence to avoid this problem.
77
78@include preface.texi
79@include thread.texi
80@include signal.texi
81@include mutex.texi
82@include cond.texi
83@include key.texi
84@include clock.texi
85@include sched.texi
86@ifinfo
87@node Top, Preface, (dir), (dir)
88@top posix_users
89
90This is the online version of the RTEMS POSIX API User's Guide
91
92@menu
93* Preface::
94* Thread Manager::
95* Signal Manager::
96* Mutex Manager::
97* Condition Variable Manager::
98* Key Manager::
99* Clock Manager::
100* Scheduler Manager::
101* Command and Variable Index::
102* Concept Index::
103@end menu
104
105@end ifinfo
106@c
107@c
108@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
109@c
110
111@node Command and Variable Index, Concept Index, sched_yield, Top
112@unnumbered Command and Variable Index
113
114There are currently no Command and Variable Index entries.
115
116@c @printindex fn
117
118@node Concept Index, , Command and Variable Index, Top
119@unnumbered Concept Index
120
121There are currently no Concept Index entries.
122@c @printindex cp
123
124@contents
125@bye
126
Note: See TracBrowser for help on using the repository browser.