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

4.104.114.84.95
Last change on this file since f0fdff0 was f0fdff0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/19/06 at 06:13:51

2006-01-19 Ralf Corsepius <ralf.corsepius@…>

  • adminiface.t: Remove.
  • new_chapters.texi: Remove adminiface.
  • Makefile.am: Remove adminiface.
  • 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.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 stackchk.texi
85@include rtmonuse.texi
86@include cpuuse.texi
87@include error.texi
88@include monitor.texi
89@ifinfo
90@node Top, , (dir), (dir)
91@top posix_users_new
92
93This is the online version of the RTEMS POSIX API User's Guide
94
95@menu
96* Event Logging Manager::
97* Process Dump Control Manager::
98* Configuration Space 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.