source: rtems/doc/new_chapters/new_chapters.texi @ 9ccf700

4.104.114.84.95
Last change on this file since 9ccf700 was 9ccf700, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/19/06 at 06:20:49

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

  • confspace.t: Remove.
  • new_chapters.texi: Remove confspace.
  • Makefile.am: Remove confspace.
  • 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 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* Stack Bounds Checker::
98* Rate Monotonic Period Statistics::
99* CPU Usage Statistics::
100* Error Reporting Support::
101* Monitor Task::
102* Command and Variable Index::
103* Concept Index::
104@end menu
105
106@end ifinfo
107@c
108@c
109@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
110@c
111
112@node Command and Variable Index, Concept Index, , Top
113@unnumbered Command and Variable Index
114
115There are currently no Command and Variable Index entries.
116
117@c @printindex fn
118
119@node Concept Index, , Command and Variable Index, Top
120@unnumbered Concept Index
121
122There are currently no Concept Index entries.
123@c @printindex cp
124
125@contents
126@bye
127
Note: See TracBrowser for help on using the repository browser.