summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 20:45:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-19 20:45:19 +0000
commit071536e6556f2b00b206e948560982298e79f39c (patch)
tree8ba0ef3572e660e7f74f8130f65f4534c298efa5 /doc
parentBaseline (diff)
downloadrtems-071536e6556f2b00b206e948560982298e79f39c.tar.bz2
Renamed files ... just about to produce the first copy of the manual.
Diffstat (limited to 'doc')
-rw-r--r--doc/networking/Makefile20
-rw-r--r--doc/networking/driver.t2
-rw-r--r--doc/networking/networkapp.t6
-rw-r--r--doc/networking/networking.texi (renamed from doc/networking/network.texi)14
-rw-r--r--doc/networking/preface.texi (renamed from doc/networking/preface.t)0
5 files changed, 21 insertions, 21 deletions
diff --git a/doc/networking/Makefile b/doc/networking/Makefile
index f0d8b85deb..f3dd1b8d53 100644
--- a/doc/networking/Makefile
+++ b/doc/networking/Makefile
@@ -44,28 +44,28 @@ $(PROJECT).ps: $(PROJECT).dvi
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) $(PROJECT).texi
-networktasks.texi: networktasks.t
+networktasks.texi: networktasks.t Makefile
$(BMENU) -p "Preface" \
-u "Top" \
- -n "Writing RTEMS/KA9Q Network Device Drivers" ${*}.t
+ -n "Writing RTEMS Network Device Drivers" ${*}.t
-driver.texi: driver.t
- $(BMENU) -p "KA9Q Task Structure and Data Flow" \
+driver.texi: driver.t Makefile
+ $(BMENU) -p "Network Task Structure and Data Flow" \
-u "Top" \
- -n "Using KA9Q networking in an RTEMS Application" ${*}.t
+ -n "Using Networking in an RTEMS Application" ${*}.t
-networkapp.texi: networkapp.t
- $(BMENU) -p "Writing RTEMS/KA9Q Network Device Drivers Write your driver show function" \
+networkapp.texi: networkapp.t Makefile
+ $(BMENU) -p " Writing RTEMS Network Device Drivers Write Your Driver Statistic-Printing Function" \
-u "Top" \
-n "Testing the Driver" ${*}.t
-testing.texi: testing.t
- $(BMENU) -p "Using KA9Q networking in an RTEMS Application Domain Name Service" \
+testing.texi: testing.t Makefile
+ $(BMENU) -p "Using Networking in an RTEMS Application Network Statistics" \
-u "Top" \
-n "Command and Variable Index" ${*}.t
html: dirs $(FILES)
- -mkdir -p $(WWW_INSTALL)/networking
+ -mkdir -p $(WWW_INSTALL)/network
rm -f $(WWW_INSTALL)/$(PROJECT)/networking.gif
cp networking.gif $(WWW_INSTALL)/$(PROJECT)/networking.gif
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
diff --git a/doc/networking/driver.t b/doc/networking/driver.t
index 43589aa694..d762223449 100644
--- a/doc/networking/driver.t
+++ b/doc/networking/driver.t
@@ -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
counters your driver may use. The driver ioctl function should call
the statistic-printing function when the ioctl command is
diff --git a/doc/networking/networkapp.t b/doc/networking/networkapp.t
index 778cf51400..59a3293e10 100644
--- a/doc/networking/networkapp.t
+++ b/doc/networking/networkapp.t
@@ -8,7 +8,7 @@
@c $Id$
@c
-@chapter Using networking in an RTEMS application
+@chapter Using Networking in an RTEMS Application
@section Makefile changes
@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
with the following exceptions:
-@itemize
+@itemize @bullet
@item A given socket can be read or written by only one task at a time.
@item There is no @code{select} function.
@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 itemize
-@subsection Network statistics
+@subsection Network Statistics
There are a number of functions to print statistics gathered by the network stack:
@table @code
@item rtems_bsdnet_show_if_stats
diff --git a/doc/networking/network.texi b/doc/networking/networking.texi
index 87867a522f..988e7b1985 100644
--- a/doc/networking/network.texi
+++ b/doc/networking/networking.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
-@setfilename ka9q
+@setfilename networking
@syncodeindex vr fn
@synindex ky cp
@paragraphindent 0
@@ -62,14 +62,14 @@ END-INFO-DIR-ENTRY
@c This prevents a black box from being printed on "overflow" lines.
@c The alternative is to rework a sentence to avoid this problem.
-@include preface.t
-@include networktasks.t
-@include driver.t
-@include networkapp.t
-@c@include testing.texi
+@include preface.texi
+@include networktasks.texi
+@include driver.texi
+@include networkapp.texi
+@include testing.texi
@ifinfo
@node Top, Preface, (dir), (dir)
-@top ka9q
+@top networking
This is the online version of the RTEMS Network Supplement.
diff --git a/doc/networking/preface.t b/doc/networking/preface.texi
index 4f76f1f0fc..4f76f1f0fc 100644
--- a/doc/networking/preface.t
+++ b/doc/networking/preface.texi