From 02b7a13e907e9bea165cb349e3cd3d50deeb7290 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Apr 1999 17:58:57 +0000 Subject: Added Network Servers Chapter including Jake Janovetz's ftpd server. --- doc/networking/Makefile | 2 +- doc/networking/networking.texi | 4 +++- doc/networking/servers.t | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/networking/Makefile b/doc/networking/Makefile index 5264b5943d..d2b7c8cc98 100644 --- a/doc/networking/Makefile +++ b/doc/networking/Makefile @@ -68,7 +68,7 @@ testing.texi: testing.t Makefile -n "Network Servers" ${*}.t servers.texi: servers.t Makefile - $(BMENU) -p "Network Servers" \ + $(BMENU) -p "Throughput" \ -u "Top" \ -n "Command and Variable Index" ${*}.t diff --git a/doc/networking/networking.texi b/doc/networking/networking.texi index 7378b779f7..d474a9c8ac 100644 --- a/doc/networking/networking.texi +++ b/doc/networking/networking.texi @@ -67,6 +67,7 @@ END-INFO-DIR-ENTRY @include driver.texi @include networkapp.texi @include testing.texi +@include servers.texi @ifinfo @node Top, Preface, (dir), (dir) @top networking @@ -79,6 +80,7 @@ This is the online version of the RTEMS Network Supplement. * Networking Driver:: * Using Networking in an RTEMS Application:: * Testing the Driver:: +* Network Servers:: * Command and Variable Index:: * Concept Index:: @end menu @@ -89,7 +91,7 @@ This is the online version of the RTEMS Network Supplement. @c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here @c -@node Command and Variable Index, Concept Index, Throughput, Top +@node Command and Variable Index, Concept Index, Using Hooks, Top @unnumbered Command and Variable Index There are currently no Command and Variable Index entries. diff --git a/doc/networking/servers.t b/doc/networking/servers.t index 3680d0d22a..f601c1cb56 100644 --- a/doc/networking/servers.t +++ b/doc/networking/servers.t @@ -21,6 +21,9 @@ in situations where a destination file is not necessarily appropriate or in cases when a formal device driver has not yet been implemented. +This server was implemented and documented by Jake Janovetz +(janovetz@@tempest.ece.uiuc.edu). + @subsection Configuration Parameters The configuration structure for FTPD is as follows: -- cgit v1.2.3