source: rtems/doc/new_chapters/posix_test_plan.texi @ 173c59c8

4.104.114.84.95
Last change on this file since 173c59c8 was 173c59c8, checked in by Joel Sherrill <joel.sherrill@…>, on 01/23/98 at 16:57:29

minor updates .. mostly version

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