From 4c2a10f0ff3a676339db1fbcc71d7a35cee166fa Mon Sep 17 00:00:00 2001 From: mainzelm Date: Mon, 10 Feb 2003 13:14:06 +0000 Subject: [PATCH] Removed section "Host Names" --- doc/latex/dns.tex | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/doc/latex/dns.tex b/doc/latex/dns.tex index 229469d..0d2d970 100644 --- a/doc/latex/dns.tex +++ b/doc/latex/dns.tex @@ -400,22 +400,6 @@ field but we where no able to find test cases for them. returns the time the entry was created. \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}} \label{sec:dns-rc}