Renamed files ... just about to produce the first copy of the manual.

This commit is contained in:
Joel Sherrill
1998-08-19 20:45:19 +00:00
parent ab0c6890bf
commit 071536e655
5 changed files with 21 additions and 21 deletions

View File

@@ -44,28 +44,28 @@ $(PROJECT).ps: $(PROJECT).dvi
$(PROJECT).dvi: $(FILES) $(PROJECT).dvi: $(FILES)
$(TEXI2DVI) $(PROJECT).texi $(TEXI2DVI) $(PROJECT).texi
networktasks.texi: networktasks.t networktasks.texi: networktasks.t Makefile
$(BMENU) -p "Preface" \ $(BMENU) -p "Preface" \
-u "Top" \ -u "Top" \
-n "Writing RTEMS/KA9Q Network Device Drivers" ${*}.t -n "Writing RTEMS Network Device Drivers" ${*}.t
driver.texi: driver.t driver.texi: driver.t Makefile
$(BMENU) -p "KA9Q Task Structure and Data Flow" \ $(BMENU) -p "Network Task Structure and Data Flow" \
-u "Top" \ -u "Top" \
-n "Using KA9Q networking in an RTEMS Application" ${*}.t -n "Using Networking in an RTEMS Application" ${*}.t
networkapp.texi: networkapp.t networkapp.texi: networkapp.t Makefile
$(BMENU) -p "Writing RTEMS/KA9Q Network Device Drivers Write your driver show function" \ $(BMENU) -p " Writing RTEMS Network Device Drivers Write Your Driver Statistic-Printing Function" \
-u "Top" \ -u "Top" \
-n "Testing the Driver" ${*}.t -n "Testing the Driver" ${*}.t
testing.texi: testing.t testing.texi: testing.t Makefile
$(BMENU) -p "Using KA9Q networking in an RTEMS Application Domain Name Service" \ $(BMENU) -p "Using Networking in an RTEMS Application Network Statistics" \
-u "Top" \ -u "Top" \
-n "Command and Variable Index" ${*}.t -n "Command and Variable Index" ${*}.t
html: dirs $(FILES) html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/networking -mkdir -p $(WWW_INSTALL)/network
rm -f $(WWW_INSTALL)/$(PROJECT)/networking.gif rm -f $(WWW_INSTALL)/$(PROJECT)/networking.gif
cp networking.gif $(WWW_INSTALL)/$(PROJECT)/networking.gif cp networking.gif $(WWW_INSTALL)/$(PROJECT)/networking.gif
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \ $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \

View File

@@ -272,7 +272,7 @@ Do nothing.
@section Write your driver statistic-printing function @section Write Your Driver Statistic-Printing Function
This function should print the values of any statistic/diagnostic This function should print the values of any statistic/diagnostic
counters your driver may use. The driver ioctl function should call counters your driver may use. The driver ioctl function should call
the statistic-printing function when the ioctl command is the statistic-printing function when the ioctl command is

View File

@@ -8,7 +8,7 @@
@c $Id$ @c $Id$
@c @c
@chapter Using networking in an RTEMS application @chapter Using Networking in an RTEMS Application
@section Makefile changes @section Makefile changes
@subsection Including the required managers @subsection Including the required managers
@@ -207,7 +207,7 @@ The RTEMS network package provides almost a complete set of BSD network
services. The network functions work like their BSD counterparts services. The network functions work like their BSD counterparts
with the following exceptions: with the following exceptions:
@itemize @itemize @bullet
@item A given socket can be read or written by only one task at a time. @item A given socket can be read or written by only one task at a time.
@item There is no @code{select} function. @item There is no @code{select} function.
@item You must call @code{openlog} before calling any of the @code{syslog} functions. @item You must call @code{openlog} before calling any of the @code{syslog} functions.
@@ -223,7 +223,7 @@ buffer which remains valid only until the next call:
@end table @end table
@end itemize @end itemize
@subsection Network statistics @subsection Network Statistics
There are a number of functions to print statistics gathered by the network stack: There are a number of functions to print statistics gathered by the network stack:
@table @code @table @code
@item rtems_bsdnet_show_if_stats @item rtems_bsdnet_show_if_stats

View File

@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename ka9q @setfilename networking
@syncodeindex vr fn @syncodeindex vr fn
@synindex ky cp @synindex ky cp
@paragraphindent 0 @paragraphindent 0
@@ -62,14 +62,14 @@ END-INFO-DIR-ENTRY
@c This prevents a black box from being printed on "overflow" lines. @c This prevents a black box from being printed on "overflow" lines.
@c The alternative is to rework a sentence to avoid this problem. @c The alternative is to rework a sentence to avoid this problem.
@include preface.t @include preface.texi
@include networktasks.t @include networktasks.texi
@include driver.t @include driver.texi
@include networkapp.t @include networkapp.texi
@c@include testing.texi @include testing.texi
@ifinfo @ifinfo
@node Top, Preface, (dir), (dir) @node Top, Preface, (dir), (dir)
@top ka9q @top networking
This is the online version of the RTEMS Network Supplement. This is the online version of the RTEMS Network Supplement.