source: rtems/doc/new_chapters/new_chapters.texi @ 1ad166b

4.104.114.84.95
Last change on this file since 1ad166b was 0cad08b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/19/06 at 07:21:40

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

  • eventlog.t: Remove.
  • new_chapters.texi: Remove eventlog.
  • Makefile.am: Remove eventlog.
  • Property mode set to 100644
File size: 2.5 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 stackchk.texi
82@include rtmonuse.texi
83@include cpuuse.texi
84@include error.texi
85@include monitor.texi
86@ifinfo
87@node Top, , (dir), (dir)
88@top posix_users_new
89
90This is the online version of the RTEMS POSIX API User's Guide
91
92@menu
93* Stack Bounds Checker::
94* Rate Monotonic Period Statistics::
95* CPU Usage Statistics::
96* Error Reporting Support::
97* Monitor Task::
98* Command and Variable Index::
99* Concept Index::
100@end menu
101
102@end ifinfo
103@c
104@c
105@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
106@c
107
108@node Command and Variable Index, Concept Index, , Top
109@unnumbered Command and Variable Index
110
111There are currently no Command and Variable Index entries.
112
113@c @printindex fn
114
115@node Concept Index, , Command and Variable Index, Top
116@unnumbered Concept Index
117
118There are currently no Concept Index entries.
119@c @printindex cp
120
121@contents
122@bye
123
Note: See TracBrowser for help on using the repository browser.