Removed section "Host Names"

This commit is contained in:
mainzelm 2003-02-10 13:14:06 +00:00
parent 0b8c33af3f
commit 4c2a10f0ff
1 changed files with 0 additions and 16 deletions

View File

@ -400,22 +400,6 @@ field but we where no able to find test cases for them.
returns the time the entry was created. returns the time the entry was created.
\end{desc} \end{desc}
\section{Host Names}
\defun{fqdn?}{\str}{\boolean}
\begin{desc}
Indicates whether the argument matches the grammar for a fully
qualified domain name.
\oops{The current implementation simply searches for a dot in the name}
\end{desc}
\defun{unqualified-hostname?}{\str}{\boolean}
\begin{desc}
Returns true if the argument matches the grammar for a unqualified
host name.
\oops{This procedure isn't implemented yet}
\end{desc}
\section{Parsing \texttt{/etc/resolv.conf}} \section{Parsing \texttt{/etc/resolv.conf}}
\label{sec:dns-rc} \label{sec:dns-rc}