]> mj.ucw.cz Git - libucw.git/commitdiff
LibUCW: Documented OptionalInclude in configuration files.
authorPavel Charvat <pchar@githany.netcentrum.cz>
Tue, 28 May 2013 10:30:05 +0000 (12:30 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 29 May 2013 09:09:10 +0000 (11:09 +0200)
ucw/doc/config.txt

index 7bf6369133dea6362e5d97e1b53ca80afc3754fa..52598016236f22e60ad736fb4f21652f6601f0bb 100644 (file)
@@ -139,7 +139,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.)