[docs] docs - heins modified icconfig.sdf

docs@icdevgroup.org docs@icdevgroup.org
Sun Sep 1 17:28:04 2002


User:      heins
Date:      2002-09-01 17:05:28 GMT
Modified:  .        icconfig.sdf
Log:
* Fix error in Pragma init_page=3Dwrap_page example.

Revision  Changes    Path
1.71      +4 -4      docs/icconfig.sdf


rev 1.71, prev_rev 1.70
Index: icconfig.sdf
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/docs/icconfig.sdf,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- icconfig.sdf	1 Sep 2002 15:07:06 -0000	1.70
+++ icconfig.sdf	1 Sep 2002 17:05:27 -0000	1.71
@@ -1,10 +1,10 @@
 !init OPT_LOOK=3D"akopia"; OPT_STYLE=3D"manual"
-# $Id: icconfig.sdf,v 1.70 2002/09/01 15:07:06 mheins Exp $
+# $Id: icconfig.sdf,v 1.71 2002/09/01 17:05:27 mheins Exp $
=20
 !define DOC_NAME "Configuration Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "icconfig"
-!define DOC_VERSION substr('$Revision: 1.70 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.71 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/icconfig.html"
@@ -1955,11 +1955,11 @@
 it, you could wrap it with a template:
=20
 !block example
-    Pragma  init_page=20=20
+    Pragma  init_page=3Dwrap_page
 	Sub <<EOS
 	sub wrap_page {
 		my $pref =3D shift;
-		return if $$pref =3D~ m{\@_[A-Z][\w+]_\@};
+		return if $$pref =3D~ m{\@_[A-Z]\w+_\@};
 		$$pref =3D~ m{<!--+ title:\s*(.*?)\s+-->}
 			and $Scratch->{page_title} =3D $1;
 		$$pref =3D <<EOF;