From bf781a95c0af16d6a0a1e99c3ddd63af0ffffb7e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 14 Aug 2001 11:38:35 +0000 Subject: [PATCH] Add the smtpd module to the list of undocumented modules; Barry needs to write the documentation for this module. --- Doc/lib/libundoc.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index c36bac622b51..c4eaeb68152a 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -45,6 +45,10 @@ Some of these are very old and/or not very robust; marked with ``hmm.'' \item[\module{ihooks}] --- Import hook support (for \refmodule{rexec}; may become obsolete). + +\item[\module{smtpd}] +--- An SMTP daemon implementation which meets the minimum requirements +for \rfc{821} conformance. \end{description} -- 2.47.3