]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/config.txt
Released as 6.5.16.
[libucw.git] / ucw / doc / config.txt
index 7bf6369133dea6362e5d97e1b53ca80afc3754fa..6b32c5adda3e5415134e69d3d754869146ad5882 100644 (file)
@@ -72,6 +72,7 @@ supported:
        d=86400         k=1000          K=1024
        h=3600          m=1000000       M=1048576
        %=0.01          g=1000000000    G=1073741824
+                       t=1000000000000 T=1099511627776
 
 Attributes of a section or a list node can be set in two ways.  First,
 you can write the name of the section or list, open a bracket, and then
@@ -139,7 +140,11 @@ Including other files
 
 To include another file, use the command
 
-  include another/file
+  Include another/file
+
+or if the file needs not to exist
+
+  OptionalInclude another/file
 
 (Beware that this command has to be the last one on the line.)