source: rtems/doc/shell/shell.texi @ eb03905

4.104.114.95
Last change on this file since eb03905 was eb03905, checked in by Joel Sherrill <joel.sherrill@…>, on 02/20/08 at 22:55:13

2008-02-20 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, index.html.in: Add initial version of RTEMS Shell Manual. This is largely a starting point but has most of the required structure.
  • shell/.cvsignore, shell/Makefile.am, shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/preface.texi, shell/rtems.t, shell/shell.texi: New files.
  • 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) 1988-2008.
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 Shell 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@include common/rtems.texi
30
31@ifset use-ascii
32@dircategory RTEMS Shell On-Line Manual
33@direntry
34* RTEMS Shell: (shell).              The RTEMS Shell User's Guide.
35@end direntry
36@end ifset
37
38@c @syncodeindex fn cp
39
40@c
41@c  Title Page Stuff
42@c
43
44@c
45@c  I don't really like having a short title page.  --joel
46@c
47@c @shorttitlepage RTEMS Shell User's Guide
48
49@setchapternewpage odd
50@settitle RTEMS Shell User's Guide
51@titlepage
52@finalout
53
54@title RTEMS Shell User's Guide
55@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
56@sp 1
57@subtitle @value{UPDATED}
58@author On-Line Applications Research Corporation
59@page
60@include common/cpright.texi
61@end titlepage
62
63@c  This prevents a black box from being printed on "overflow" lines.
64@c  The alternative is to rework a sentence to avoid this problem.
65
66@contents
67
68@include preface.texi
69@include general.texi
70@include file.texi
71@include memory.texi
72@include rtems.texi
73@include network.texi
74@ifinfo
75@node Top, Preface, (dir), (dir)
76@top shell
77
78This is the online version of the RTEMS Shell User's Guide.
79
80@menu
81* Preface::
82* General Commands::
83* File and Directory Commands::
84* Memory Commands::
85* RTEMS Commands::
86* Network Commands::
87* Function and Variable Index::
88* Concept Index::
89* Command Index::
90@end menu
91
92@end ifinfo
93@c
94@c
95@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
96@c
97
98@node Function and Variable Index, Concept Index, , Top
99@unnumbered Function and Variable Index
100@printindex fn
101
102@c There are currently no Command and Variable Index entries.
103
104@node Concept Index, Command Index, Function and Variable Index, Top
105@unnumbered Concept Index
106@printindex cp
107
108@node Command Index, , Concept Index, Top
109@unnumbered Command Index
110@printindex pg
111
112@bye
113
Note: See TracBrowser for help on using the repository browser.