source: rtems/doc/posix_users/posix_test_plan.texi @ 3dc513e

4.104.114.84.95
Last change on this file since 3dc513e was 3dc513e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/97 at 13:57:50

4.0.0 release docs

  • Property mode set to 100644
File size: 2.4 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename posix_test_plan
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-1996.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15
16@c
17@c   Master file for the C User's Guide
18@c
19
20@c Joel's Questions
21@c
22@c  1.  Why does paragraphindent only impact makeinfo?
23@c  2.  Why does paragraphindent show up in HTML?
24@c
25
26@include ../common/setup.texi
27
28@ignore
29@ifinfo
30@format
31START-INFO-DIR-ENTRY
32* RTEMS Posix Test Plan: (posix_test_plan).             Posix Test Plan
33END-INFO-DIR-ENTRY
34@end format
35@end ifinfo
36@end ignore
37
38@c variable substitution info:
39@c
40@c @set RTEMS-LANGUAGE C
41@c the language is @value{RTEMS-LANGUAGE}
42@c NOTE:  don't use underscore in the name
43@c
44
45@c
46@c  Title Page Stuff
47@c
48
49@set edition 4.0.0a
50@set update-date 1 June 97
51@set update-month June 97
52
53@c
54@c  I don't really like having a short title page.  --joel
55@c
56@c @shorttitlepage RTEMS POSIX API Test Plan
57
58@setchapternewpage odd
59@settitle RTEMS POSIX API Test Plan
60@titlepage
61@finalout
62
63@title RTEMS POSIX API Test Plan
64@subtitle Edition @value{edition}, for RTEMS 4.0.0
65@sp 1
66@subtitle @value{update-month}
67@author On-Line Applications Research Corporation
68@page
69@include ../common/cpright.texi
70@end titlepage
71
72@c  This prevents a black box from being printed on "overflow" lines.
73@c  The alternative is to rework a sentence to avoid this problem.
74
75@include preface.texi
76@include thread.texi
77@include signal.texi
78@include mutex.texi
79@include cond.texi
80@include key.texi
81@include clock.texi
82@include sched.texi
83@ifinfo
84@node Top, Preface, (dir), (dir)
85@top posix_test_plan
86
87This is the online version of the RTEMS POSIX API Test Plan.
88
89@menu
90* Preface::
91* Thread Manager::
92* Signal Manager::
93* Mutex Manager::
94* Condition Variable Manager::
95* Key Manager::
96* Clock Manager::
97* Scheduler Manager::
98* Command and Variable Index::
99* Concept Index::
100@end menu
101
102@end ifinfo
103@c
104@c
105@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
106@c
107
108@node Command and Variable Index, Concept Index, sched_yield, Top
109@unnumbered Command and Variable Index
110
111There are currently no Command and Variable Index entries.
112
113@c @printindex fn
114
115@node Concept Index, , Command and Variable Index, Top
116@unnumbered Concept Index
117
118There are currently no Concept Index entries.
119@c @printindex cp
120
121@contents
122@bye
123
Note: See TracBrowser for help on using the repository browser.