[Zodb-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.35.10.14

Fred L. Drake, Jr. fred@zope.com
Fri, 3 Jan 2003 14:06:44 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv28663

Modified Files:
      Tag: zconfig-schema-devel-branch
	zconfig.tex 
Log Message:
- maintain the current ordering
- adjust some markup a little


=== Packages/ZConfig/doc/zconfig.tex 1.35.10.13 => 1.35.10.14 ===
--- Packages/ZConfig/doc/zconfig.tex:1.35.10.13	Fri Jan  3 13:58:35 2003
+++ Packages/ZConfig/doc/zconfig.tex	Fri Jan  3 14:06:40 2003
@@ -245,6 +245,11 @@
   \constant{False}.  Comparisons are case-insensitive.  All other
   input strings are disallowed.
 
+\term{byte-size}
+  A specification of a size, with byte multiplier suffixes (for
+  example, \samp{128MB}).  Suffixes are case insensitive and may be
+  ``KB'', ``MB'', or ``GB''.
+
 \term{constructor}
   Parse value in the form \samp{fn('1', '2', kw1='a', kw2='b')} into a
   3-tuple where the first element is the string \code{'fn'}, the 2nd
@@ -335,11 +340,6 @@
   string, this implies that it will be checked to be simple 7-bit
   \ASCII.  This is the default data type for key values in
   configuration files.
-
-\term{byte-size}
-  A specification of a size, with byte multiplier suffixes,
-  e.g. 128MB.  Suffixes are case insensitive and may be ``KB'',
-  ``MB'', or ``GB''.
 
 \term{time-interval}
   A specification of a time interval, with multiplier suffixes,