From 0181574504afbad849c95f66c7f13a7e744bfb86 Mon Sep 17 00:00:00 2001 From: interp Date: Sat, 23 Mar 2002 14:00:17 +0000 Subject: [PATCH] specify correct filenames and structures --- doc/latex/httpd.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/latex/httpd.tex b/doc/latex/httpd.tex index d0f7ece..b56096a 100644 --- a/doc/latex/httpd.tex +++ b/doc/latex/httpd.tex @@ -1,8 +1,8 @@ \section{HTTP server}\label{sec:httpd} % \begin{description} -\item[Used files:] ftpd.scm -\item[Name of the package:] ftpd +\item[Used files:] httpd-core.scm, httpd-handlers.scm, +\item[Name of the package:] httpd-core, httpd-basic-handler \end{description} % @@ -144,7 +144,7 @@ by some superior path handler. Although the user can write any path-handler he likes, the S.U. server comes with a useful toolbox of basic path handlers that can be used -and built upon: +and built upon (exported by the \ex{httpd\=basic\=handlers}-structure): \begin{defundesc}{alist-path-dispatcher}{ph-alist default-ph}{path-handler} This procedure takes a \ex{string->\ob{}path\=handler} alist, and a