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

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