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

4.104.114.84.95
Last change on this file since fc76a6aa was fc76a6aa, checked in by Joel Sherrill <joel.sherrill@…>, on 06/01/00 at 15:29:01

Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@…>.
Ralf's comments follow:

Changes:

  • Enhanced versioning:
    • Addition of automake's version.texi support
    • Replacement of rtemsdoc's former versioning support by automake's versioning support (Abandoning RTEMS-UPDATE-* etc.)
    • Abandoning setup.texi.in
    • Add EDITION to each documents Makefile.am
    • version.texi support in project.am
    • Addition of maintainer mode (currently only used to prevent incorrectly updating timestamps when users touch automake's version.texi timestamp files (stamp-vti)).
  • Fixing info dir support
    • Use texinfo's @dircategory and @direntry instead of infos *-DIR-ENTRY
    • $(infodir)/dir is now correctly set up
  • Avoid using temporary files
    • Pipe texts through REPLACE2 into BMENU2 instead of using temporary files.
    • Abandon using bmenu in favor of bmenu2 (bmenu could be removed now)
  • Prepare Makefile.ams for building in a separate buildtree
    • prefix files with $(srcdir) in Makefile.am for files which must be generated inside of the source tree

Notes:

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