source: rtems/doc/posix1003.1/posix1003_1.texi @ e7acb60

4.104.114.84.95
Last change on this file since e7acb60 was e7acb60, checked in by Joel Sherrill <joel.sherrill@…>, on 03/16/98 at 16:15:32

First time summary chapter is included in the document.

  • Property mode set to 100644
File size: 2.8 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename posix1003_1
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 POSIX 1003.1 Compliance Guide
20@c
21
22@include ../common/setup.texi
23
24@ignore
25@ifinfo
26@format
27START-INFO-DIR-ENTRY
28* RTEMS POSIX 1003.1 Compliance Guide (posix1003_1):
29END-INFO-DIR-ENTRY
30@end format
31@end ifinfo
32@end ignore
33
34@c
35@c  Title Page Stuff
36@c
37
38@set edition @value{RTEMS-EDITION}
39@set version @value{RTEMS-VERSION}
40@set update-date @value{RTEMS-UPDATE-DATE}
41@set update-month @value{RTEMS-UPDATE-MONTH}
42
43@c
44@c  I don't really like having a short title page.  --joel
45@c
46@c @shorttitlepage RTEMS POSIX 1003.1 Compliance Guide
47
48@setchapternewpage odd
49@settitle RTEMS POSIX 1003.1 Compliance Guide
50@titlepage
51@finalout
52
53@title RTEMS POSIX 1003.1 Compliance Guide
54@subtitle Edition @value{edition}, for RTEMS @value{version}
55@sp 1
56@subtitle @value{update-month}
57@author On-Line Applications Research Corporation
58@page
59@include ../common/cpright.texi
60@end titlepage
61
62@c  This prevents a black box from being printed on "overflow" lines.
63@c  The alternative is to rework a sentence to avoid this problem.
64
65@include preface.texi
66@include ch01.texi
67@include ch02.texi
68@include ch03.texi
69@include ch04.texi
70@include ch05.texi
71@include ch06.texi
72@include ch07.texi
73@include ch08.texi
74@include ch09.texi
75@include ch10.texi
76@include ch11.texi
77@include ch12.texi
78@include ch13.texi
79@include ch14.texi
80@include ch15.texi
81@include ch16.texi
82@include ch17.texi
83@include ch18.texi
84@include ch19.texi
85
86@ifinfo
87@node Top, Preface, (dir), (dir)
88@top posix1003_1
89
90This is the online version of the RTEMS POSIX 1003.1 Compliance Guide.
91
92@menu
93* Preface::
94* General::
95* Terminology and General Requirements::
96* Process Primitives::
97* Process Environment::
98* Files and Directories::
99* Input and Output Primitives::
100* Device- and Class-Specific Functions::
101* Language-Specific Services for the C Programming Language::
102* System Databases::
103* Data Interchange Format::
104* Synchronization::
105* Memory Management::
106* Execution Scheduling::
107* Clocks and Timers::
108* Message Passing::
109* Thread Management::
110* Thread-Specific Data::
111* Thread Cancellation::
112* Compliance Summary::
113* Command and Variable Index::
114* Concept Index::
115@end menu
116
117@end ifinfo
118@c
119@c
120@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
121@c
122
123@node Command and Variable Index, Concept Index, Thread Cancellation Chapter, Top
124@unnumbered Command and Variable Index
125
126There are currently no Command and Variable Index entries.
127
128@c @printindex fn
129
130@node Concept Index, , Command and Variable Index, Top
131@unnumbered Concept Index
132
133There are currently no Concept Index entries.
134@c @printindex cp
135
136@contents
137@bye
138
Note: See TracBrowser for help on using the repository browser.