[Zope3-checkins] CVS: ZODB3/ZConfig/doc - zconfig.tex:1.35.10.13
Barry Warsaw
barry@wooz.org
Fri, 3 Jan 2003 13:58:39 -0500
Update of /cvs-repository/ZODB3/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv27341
Modified Files:
Tag: zconfig-schema-devel-branch
zconfig.tex
Log Message:
Describe the new byte-size and time-interval data types
=== ZODB3/ZConfig/doc/zconfig.tex 1.35.10.12 => 1.35.10.13 ===
--- ZODB3/ZConfig/doc/zconfig.tex:1.35.10.12 Fri Jan 3 01:07:48 2003
+++ ZODB3/ZConfig/doc/zconfig.tex Fri Jan 3 13:58:35 2003
@@ -335,6 +335,17 @@
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,
+ e.g. 12h. Suffixes are case insensitive and may be ``s'' (seconds),
+ ``m'' (minutes), ``h'' (hours), or ``d'' (days).
+
\end{definitions}