source: rtems/doc/new_chapters/new_chapters.texi @ ed011c9

4.104.114.84.95
Last change on this file since ed011c9 was ed011c9, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/03 at 18:04:19

2003-09-19 Joel Sherrill <joel@…>

  • new_chapters.texi: Merge from branch.
  • Property mode set to 100644
File size: 2.7 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename new_chapters.info
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 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 version.texi
29@include common/setup.texi
30@include common/rtems.texi
31
32@ifset use-ascii
33@dircategory RTEMS On-Line Manual
34@direntry
35* RTEMS New Chapters: (new_chapters).  Miscellaneous New Chapters
36@end direntry
37@end ifset
38
39@c variable substitution info:
40@c
41@c Note: At the moment we do not document the Ada interface but by building
42@c       in the infrastructure Florist support should be simple to add.
43@set is-C
44@clear is-Ada
45@set LANGUAGE C
46@set STRUCTURE structure
47@set ROUTINE function
48@set OR |
49@set RPREFIX RTEMS_
50@set DIRPREFIX rtems_
51@c the language is @value{LANGUAGE}
52@c NOTE:  don't use underscore in the name
53@c
54
55@c
56@c  Title Page Stuff
57@c
58
59@c
60@c  I don't really like having a short title page.  --joel
61@c
62@c @shorttitlepage New Chapters
63
64@setchapternewpage odd
65@settitle New Chapters
66@titlepage
67@finalout
68
69@title New Chapters
70@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
71@sp 1
72@subtitle @value{UPDATED}
73@author On-Line Applications Research Corporation
74@page
75@include common/cpright.texi
76@end titlepage
77
78@c  This prevents a black box from being printed on "overflow" lines.
79@c  The alternative is to rework a sentence to avoid this problem.
80
81@include eventlog.texi
82@include dumpcontrol.texi
83@include confspace.texi
84@include adminiface.texi
85@include stackchk.texi
86@include rtmonuse.texi
87@include cpuuse.texi
88@include error.texi
89@include monitor.texi
90@ifinfo
91@node Top, , (dir), (dir)
92@top posix_users_new
93
94This is the online version of the RTEMS POSIX API User's Guide
95
96@menu
97* Event Logging Manager::
98* Process Dump Control Manager::
99* Configuration Space Manager::
100* Administration Interface Manager::
101* Stack Bounds Checker::
102* Rate Monotonic Period Statistics::
103* CPU Usage Statistics::
104* Error Reporting Support::
105* Monitor Task::
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, , 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.