minor change: added section-\label's
This commit is contained in:
parent
9a2be969d5
commit
94ffee0ea5
|
@ -1,4 +1,4 @@
|
|||
\section{CGI scripts}
|
||||
\section{CGI scripts}\label{sec:cgi-scripts}
|
||||
%
|
||||
\begin{description}
|
||||
\item[Used files:] cgi-script.scm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{CGI server}
|
||||
\section{CGI server}\label{sec:cgi-server}
|
||||
%
|
||||
\begin{description}
|
||||
\item[Used files:] cgi-server.scm
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{FTP server}
|
||||
\section{FTP server}\label{sec:ftpd}
|
||||
|
||||
\begin{description}
|
||||
\item[Used files:] ftpd.scm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{HTTP server}
|
||||
\section{HTTP server}\label{sec:httpd}
|
||||
%
|
||||
\begin{description}
|
||||
\item[Used files:] ftpd.scm
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{Reading netrc-files}
|
||||
\section{Reading netrc-files}\label{sec:netrc}
|
||||
%
|
||||
\begin{description}
|
||||
\item[Used files:] netrc.scm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{Using NTP}
|
||||
\section{Using NTP}\label{sec:ntp}
|
||||
%
|
||||
\begin{description}
|
||||
\item[Used files:] nettime.scm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{Using POP3}
|
||||
\section{Using POP3}\label{sec:pop3}
|
||||
%
|
||||
\begin{description}
|
||||
\item[Used files:] pop3.scm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{Handle RFC822 headers}
|
||||
\section{Handle RFC822 headers}\label{sec:rfc822}
|
||||
%
|
||||
\begin{description}
|
||||
\item[Used files:] rfc822.scm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{Using SMTP}
|
||||
\section{Using SMTP}\label{sec:smtp}
|
||||
%
|
||||
\begin{description}
|
||||
\item[Used files:] smtp.scm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{Manipulating strings}
|
||||
\section{Manipulating strings}\label{sec:stringhax}
|
||||
|
||||
|
||||
\begin{description}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
\section{URL}
|
||||
\section{URL}\label{sec:url}
|
||||
%
|
||||
\begin{description}
|
||||
\item[Used files:] url.scm
|
||||
|
|
Loading…
Reference in New Issue