[docs] docs - racke modified icconfig.sdf

docs@interchange.redhat.com docs@interchange.redhat.com
Fri May 10 16:27:00 2002


User:      racke
Date:      2002-05-10 20:26:57 GMT
Modified:  .        icconfig.sdf
Log:
added statement that LockType will only work in future releases of
Interchange

Revision  Changes    Path
1.61      +3 -3      docs/icconfig.sdf


rev 1.61, prev_rev 1.60
Index: icconfig.sdf
===================================================================
RCS file: /anon_cvs/repository/docs/icconfig.sdf,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- icconfig.sdf	12 Apr 2002 22:53:18 -0000	1.60
+++ icconfig.sdf	10 May 2002 20:26:56 -0000	1.61
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual"
-# $Id: icconfig.sdf,v 1.60 2002/04/12 22:53:18 jon Exp $
+# $Id: icconfig.sdf,v 1.61 2002/05/10 20:26:56 racke Exp $
 
 !define DOC_NAME "Configuration Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "icconfig"
-!define DOC_VERSION substr('$Revision: 1.60 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.61 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/icadvanced.html"
@@ -522,7 +522,7 @@
 
 H2: LockType *global*
 
-Allows selection of file locking method used throughout Interchange. Options are 'flock', 'fcntl', and 'none'. Added in 4.7.0.
+Allows selection of file locking method used throughout Interchange. Options are 'flock', 'fcntl', and 'none'. Added in 4.7.0. Please note that due to a bug this directive only works in Interchange 4.8.6 and above.
 
 Default is flock. See the flock(2) manpage for details.