source: rtems/doc/new_chapters/new_chapters.texi @ 424b9b2f

4.104.114.84.95
Last change on this file since 424b9b2f was 424b9b2f, checked in by Joel Sherrill <joel.sherrill@…>, on 11/19/98 at 16:37:00

Renamed entire document so this is a transient working directory.

  • Property mode set to 100644
File size: 2.8 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename new_chapters
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 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* New Chapters: (new_chapters).   Miscellaneous New Chapters
35END-INFO-DIR-ENTRY
36@end format
37@end ifinfo
38@end ignore
39
40@c variable substitution info:
41@c
42@c Note: At the moment we do not document the Ada interface but by building
43@c       in the infrastructure Florist support should be simple to add.
44@set is-C
45@clear is-Ada
46@set LANGUAGE C
47@set STRUCTURE structure
48@set ROUTINE function
49@set OR |
50@set RPREFIX RTEMS_
51@set DIRPREFIX rtems_
52@c the language is @value{LANGUAGE}
53@c NOTE:  don't use underscore in the name
54@c
55
56@c
57@c  Title Page Stuff
58@c
59
60@set edition @value{RTEMS-EDITION}
61@set version @value{RTEMS-VERSION}
62@set update-date @value{RTEMS-UPDATE-DATE}
63@set update-month @value{RTEMS-UPDATE-MONTH}
64
65@c
66@c  I don't really like having a short title page.  --joel
67@c
68@c @shorttitlepage New Chapters
69
70@setchapternewpage odd
71@settitle New Chapters
72@titlepage
73@finalout
74
75@title New Chapters
76@subtitle Edition @value{edition}, for RTEMS @value{version}
77@sp 1
78@subtitle @value{update-month}
79@author On-Line Applications Research Corporation
80@page
81@include ../common/cpright.texi
82@end titlepage
83
84@c  This prevents a black box from being printed on "overflow" lines.
85@c  The alternative is to rework a sentence to avoid this problem.
86
87@include eventlog.texi
88@include dumpcontrol.texi
89@include confspace.texi
90@include adminiface.texi
91@include stackchk.texi
92@include rtmonuse.texi
93@include cpuuse.texi
94@include error.texi
95@include monitor.texi
96@ifinfo
97@node Top, Preface, (dir), (dir)
98@top posix_users_new
99
100This is the online version of the RTEMS POSIX API User's Guide
101
102@menu
103* Event Logging Manager::
104* Process Dump Control Manager::
105* Configuration Space Manager::
106* Administration Interface Manager::
107* Stack Bounds Checker::
108* Rate Monotonic Period Statistics::
109* CPU Usage Statistics::
110* Error Reporting Support::
111* Monitor Task::
112* Command and Variable Index::
113* Concept Index::
114@end menu
115
116@end ifinfo
117@c
118@c
119@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
120@c
121
122@node Command and Variable Index, Concept Index, , Top
123@unnumbered Command and Variable Index
124
125There are currently no Command and Variable Index entries.
126
127@c @printindex fn
128
129@node Concept Index, , Command and Variable Index, Top
130@unnumbered Concept Index
131
132There are currently no Concept Index entries.
133@c @printindex cp
134
135@contents
136@bye
137
Note: See TracBrowser for help on using the repository browser.