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

4.104.114.84.95
Last change on this file since e90e428 was e90e428, checked in by Joel Sherrill <joel.sherrill@…>, on 06/14/00 at 14:25:49

Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf Corsepius
<corsepiu@…> which:

  • should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue
  • adds --enable-papersize=[letter|a4|]
  • Property mode set to 100644
File size: 2.6 KB
Line 
1\input 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 %**end of header
8
9@c
10@c  COPYRIGHT (c) 1988-1999.
11@c  On-Line Applications Research Corporation (OAR).
12@c  All rights reserved.
13@c
14@c  $Id$
15@c
16
17@c
18@c   Master file for the C User's Guide
19@c
20
21@c Joel's Questions
22@c
23@c  1.  Why does paragraphindent only impact makeinfo?
24@c  2.  Why does paragraphindent show up in HTML?
25@c
26
27@include version.texi
28@include common/setup.texi
29
30@ifset use-ascii
31@dircategory RTEMS On-Line Manual
32@direntry
33* RTEMS New Chapters: (new_chapters).  Miscellaneous New Chapters
34@end direntry
35@end ifset
36
37@c variable substitution info:
38@c
39@c Note: At the moment we do not document the Ada interface but by building
40@c       in the infrastructure Florist support should be simple to add.
41@set is-C
42@clear is-Ada
43@set LANGUAGE C
44@set STRUCTURE structure
45@set ROUTINE function
46@set OR |
47@set RPREFIX RTEMS_
48@set DIRPREFIX rtems_
49@c the language is @value{LANGUAGE}
50@c NOTE:  don't use underscore in the name
51@c
52
53@c
54@c  Title Page Stuff
55@c
56
57@c
58@c  I don't really like having a short title page.  --joel
59@c
60@c @shorttitlepage New Chapters
61
62@setchapternewpage odd
63@settitle New Chapters
64@titlepage
65@finalout
66
67@title New Chapters
68@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
69@sp 1
70@subtitle @value{UPDATED}
71@author On-Line Applications Research Corporation
72@page
73@include common/cpright.texi
74@end titlepage
75
76@c  This prevents a black box from being printed on "overflow" lines.
77@c  The alternative is to rework a sentence to avoid this problem.
78
79@include eventlog.texi
80@include dumpcontrol.texi
81@include confspace.texi
82@include adminiface.texi
83@include stackchk.texi
84@include rtmonuse.texi
85@include cpuuse.texi
86@include error.texi
87@include monitor.texi
88@ifinfo
89@node Top, , (dir), (dir)
90@top posix_users_new
91
92This is the online version of the RTEMS POSIX API User's Guide
93
94@menu
95* Event Logging Manager::
96* Process Dump Control Manager::
97* Configuration Space Manager::
98* Administration Interface Manager::
99* Stack Bounds Checker::
100* Rate Monotonic Period Statistics::
101* CPU Usage Statistics::
102* Error Reporting Support::
103* Monitor Task::
104* Command and Variable Index::
105* Concept Index::
106@end menu
107
108@end ifinfo
109@c
110@c
111@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
112@c
113
114@node Command and Variable Index, Concept Index, , Top
115@unnumbered Command and Variable Index
116
117There are currently no Command and Variable Index entries.
118
119@c @printindex fn
120
121@node Concept Index, , Command and Variable Index, Top
122@unnumbered Concept Index
123
124There are currently no Concept Index entries.
125@c @printindex cp
126
127@contents
128@bye
129
Note: See TracBrowser for help on using the repository browser.