[docs] docs - jon modified icconfig.sdf

docs@interchange.redhat.com docs@interchange.redhat.com
Sat Dec 29 21:38:01 2001


User:      jon
Date:      2001-12-30 02:37:06 GMT
Modified:  .        icconfig.sdf
Log:
Add note to NoAbsolute about [if file ...] exception.

Revision  Changes    Path
1.53      +6 -2      docs/icconfig.sdf


rev 1.53, prev_rev 1.52
Index: icconfig.sdf
===================================================================
RCS file: /var/cvs/docs/icconfig.sdf,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -u -r1.52 -r1.53
--- icconfig.sdf	2001/12/11 06:17:26	1.52
+++ icconfig.sdf	2001/12/30 02:37:06	1.53
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual"
-# $Id: icconfig.sdf,v 1.52 2001/12/11 06:17:26 jon Exp $
+# $Id: icconfig.sdf,v 1.53 2001/12/30 02:37:06 jon Exp $
 
 !define DOC_NAME "Configuration Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "icconfig"
-!define DOC_VERSION substr('$Revision: 1.52 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.53 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/icadvanced.html"
@@ -557,6 +557,10 @@
 !block example
    NoAbsolute     Yes
 !endblock
+
+Note that this does not apply to tests for whether a file exists, as
+with C<[if file ...]>. Such operations are allowed regardless of the
+C<NoAbsolute> setting.
 
 H2: PIDcheck *global*