source: rtems/doc/shell/shell.texi @ 4eaf781

4.115
Last change on this file since 4eaf781 was 4eaf781, checked in by Joel Sherrill <joel.sherrill@…>, on 02/25/13 at 21:23:59

doc master include files: Do not include top node on printed output

In PDF, DVI, and PostScript? files, the contents of the @top
node were being printed. These are intended only for info
and html output formats.

  • Property mode set to 100644
File size: 2.2 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename shell.info
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c %**end of header
8
9@c
10@c  COPYRIGHT (c) 1989-2013.
11@c  On-Line Applications Research Corporation (OAR).
12@c  All rights reserved.
13
14@c
15@c   Master file for the Shell User's Guide
16@c
17
18@c Joel's Questions
19@c
20@c  1.  Why does paragraphindent only impact makeinfo?
21@c  2.  Why does paragraphindent show up in HTML?
22@c
23
24@include version.texi
25@include common/setup.texi
26@include common/rtems.texi
27
28@ifset use-ascii
29@dircategory RTEMS Shell On-Line Manual
30@direntry
31* RTEMS Shell: (shell).              The RTEMS Shell User's Guide.
32@end direntry
33@end ifset
34
35@c @syncodeindex fn cp
36
37@c
38@c  Title Page Stuff
39@c
40
41@c
42@c  I don't really like having a short title page.  --joel
43@c
44@c @shorttitlepage RTEMS Shell User's Guide
45
46@setchapternewpage odd
47@settitle RTEMS Shell User's Guide
48@titlepage
49@finalout
50
51@title RTEMS Shell User's Guide
52@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
53@sp 1
54@subtitle @value{UPDATED}
55@author On-Line Applications Research Corporation
56@page
57@include common/cpright.texi
58@end titlepage
59
60@c  This prevents a black box from being printed on "overflow" lines.
61@c  The alternative is to rework a sentence to avoid this problem.
62
63@contents
64
65@ifnottex
66@node Top, Preface, (dir), (dir)
67@top RTEMS Shell User's Guide
68
69@menu
70* Preface::
71* Configuration and Initialization::
72* General Commands::
73* File and Directory Commands::
74* Memory Commands::
75* RTEMS Specific Commands::
76* Network Commands::
77* Function and Variable Index::
78* Concept Index::
79* Command Index::
80@end menu
81@end ifnottex
82
83@include preface.texi
84@include confinit.texi
85@include general.texi
86@include file.texi
87@include memory.texi
88@include rtems.texi
89@include network.texi
90
91@node Function and Variable Index, Concept Index, Network Commands route - show or manipulate the ip routing table, Top
92@unnumbered Function and Variable Index
93@printindex fn
94
95@c There are currently no Command and Variable Index entries.
96
97@node Concept Index, Command Index, Function and Variable Index, Top
98@unnumbered Concept Index
99@printindex cp
100
101@node Command Index, , Concept Index, Top
102@unnumbered Command Index
103@printindex pg
104
105@bye
106
Note: See TracBrowser for help on using the repository browser.