source: rtems/doc/networking/networking.texi @ 6449498

4.104.114.84.95
Last change on this file since 6449498 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[ed11cadf]1\input texinfo   @c -*-texinfo-*-
[ab0c689]2@c %**start of header
[071536e]3@setfilename networking
[6449498]4@setcontentsaftertitlepage
[ab0c689]5@syncodeindex vr fn
6@synindex ky cp
7@paragraphindent 0
8@c %**end of header
9
10@c
[6449498]11@c  COPYRIGHT (c) 1988-2002.
[ab0c689]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 network Supplement
20@c
21
[fc76a6aa]22@include version.texi
[110445c]23@include common/setup.texi
[ab0c689]24
[fc76a6aa]25@ifset use-ascii
26@dircategory RTEMS On-Line Manual
27@direntry
28* RTEMS Network Supplement: (networking).
29@end direntry
30@end ifset
[ab0c689]31
32@c
33@c  Title Page Stuff
34@c
35
36@c
37@c  I don't really like having a short title page.  --joel
38@c
39@c @shorttitlepage RTEMS Network Supplement
40
41@setchapternewpage odd
42@settitle RTEMS Network Supplement
43@titlepage
44@finalout
45
46@title RTEMS Network Supplement
[fc76a6aa]47@subtitle Edition @value{EDITION}, for RTEMS @value{VERSION}
[ab0c689]48@sp 1
[fc76a6aa]49@subtitle @value{UPDATED}
[ab0c689]50@author On-Line Applications Research Corporation
51@page
[110445c]52@include common/cpright.texi
[ab0c689]53@end titlepage
54
55@c  This prevents a black box from being printed on "overflow" lines.
56@c  The alternative is to rework a sentence to avoid this problem.
57
[071536e]58@include preface.texi
59@include networktasks.texi
60@include driver.texi
61@include networkapp.texi
62@include testing.texi
[02b7a13]63@include servers.texi
[936ae5d]64@include decdriver.texi
[ab0c689]65@ifinfo
66@node Top, Preface, (dir), (dir)
[071536e]67@top networking
[ab0c689]68
69This is the online version of the RTEMS Network Supplement.
70
71@menu
72* Preface::
73* Network Task Structure and Data Flow::
[febb47e]74* Networking Driver::
[ab0c689]75* Using Networking in an RTEMS Application::
76* Testing the Driver::
[02b7a13]77* Network Servers::
[936ae5d]78* DEC 21140 Driver::
[ab0c689]79* Command and Variable Index::
80* Concept Index::
81@end menu
82
83@end ifinfo
84@c
85@c
86@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
87@c
88
[936ae5d]89@node Command and Variable Index, Concept Index, List of Ethernet cards using the DEC chip, Top
[ab0c689]90@unnumbered Command and Variable Index
91
92There are currently no Command and Variable Index entries.
93
94@c @printindex fn
95
96@node Concept Index, , Command and Variable Index, Top
97@unnumbered Concept Index
98
99There are currently no Concept Index entries.
100@c @printindex cp
101
[fa8c6ed]102@contents
[ab0c689]103@bye
104
Note: See TracBrowser for help on using the repository browser.