[Zodb-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.55
Fred L. Drake, Jr.
fred@zope.com
Wed, 15 Jan 2003 10:02:25 -0500
Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv16613/doc
Modified Files:
zconfig.tex
Log Message:
- tighten up the regular expression for hostnames
- convert hostnames to lower case
=== Packages/ZConfig/doc/zconfig.tex 1.54 => 1.55 ===
--- Packages/ZConfig/doc/zconfig.tex:1.54 Tue Jan 14 11:12:09 2003
+++ Packages/ZConfig/doc/zconfig.tex Wed Jan 15 10:02:21 2003
@@ -646,7 +646,8 @@
Validates a valid IP address or hostname. If the first
character is a digit, the value is assumed to be an IP
address. If the first character is not a digit, the value
- is assumed to be a hostname. No conversion is performed.
+ is assumed to be a hostname. Hostnames are converted to lower
+ case.
\term{\datatype{key-value}}
Parse a value in the form \code{'A B'} into the list \code{['A',