minor change: added section-\label's

This commit is contained in:
interp 2002-03-03 12:06:35 +00:00
parent 9a2be969d5
commit 94ffee0ea5
13 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
\section{CGI scripts}
\section{CGI scripts}\label{sec:cgi-scripts}
%
\begin{description}
\item[Used files:] cgi-script.scm

View File

@ -1,4 +1,4 @@
\section{CGI server}
\section{CGI server}\label{sec:cgi-server}
%
\begin{description}
\item[Used files:] cgi-server.scm

View File

@ -1,4 +1,4 @@
\section{FTP client}
\section{FTP client}\label{sec:ftp}
\begin{description}
\item[Used files:] ftp.scm
\item[Name of the package:] ftp

View File

@ -1,4 +1,4 @@
\section{FTP server}
\section{FTP server}\label{sec:ftpd}
\begin{description}
\item[Used files:] ftpd.scm

View File

@ -1,4 +1,4 @@
\section{HTTP server}
\section{HTTP server}\label{sec:httpd}
%
\begin{description}
\item[Used files:] ftpd.scm

View File

@ -1,4 +1,4 @@
\section{Overview}
\section{Overview}\label{sec:intro}
\subsection{What's in sunet?}
The Scheme Underground Network Package contains a set of libraries for

View File

@ -1,4 +1,4 @@
\section{Reading netrc-files}
\section{Reading netrc-files}\label{sec:netrc}
%
\begin{description}
\item[Used files:] netrc.scm

View File

@ -1,4 +1,4 @@
\section{Using NTP}
\section{Using NTP}\label{sec:ntp}
%
\begin{description}
\item[Used files:] nettime.scm

View File

@ -1,4 +1,4 @@
\section{Using POP3}
\section{Using POP3}\label{sec:pop3}
%
\begin{description}
\item[Used files:] pop3.scm

View File

@ -1,4 +1,4 @@
\section{Handle RFC822 headers}
\section{Handle RFC822 headers}\label{sec:rfc822}
%
\begin{description}
\item[Used files:] rfc822.scm

View File

@ -1,4 +1,4 @@
\section{Using SMTP}
\section{Using SMTP}\label{sec:smtp}
%
\begin{description}
\item[Used files:] smtp.scm

View File

@ -1,4 +1,4 @@
\section{Manipulating strings}
\section{Manipulating strings}\label{sec:stringhax}
\begin{description}

View File

@ -1,4 +1,4 @@
\section{URL}
\section{URL}\label{sec:url}
%
\begin{description}
\item[Used files:] url.scm