[interchange-docs] xmldocs - docelic modified 4 files

docs at icdevgroup.org docs at icdevgroup.org
Sat Jul 8 13:20:01 EDT 2006


User:      docelic
Date:      2006-07-08 17:20:01 GMT
Modified:  .        README
Modified:  glossary debug
Modified:  refs     Require SpecialSub
Log:
- Small updates to my README commit from the other day, and to Racke's
  commits from the past 2 or 3 weeks.

Revision  Changes    Path
1.27      +1 -2      xmldocs/README


rev 1.27, prev_rev 1.26
Index: README
===================================================================
RCS file: /var/cvs/xmldocs/README,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- README	6 Jul 2006 10:34:49 -0000	1.26
+++ README	8 Jul 2006 17:20:00 -0000	1.27
@@ -36,8 +36,7 @@
 
   TARGET_RELEASE="--last 5.2.0" make refxmls
 
-As shown above, this is only needed in the 'make refxmls' step, but if
-you're just calling 'make', it's fine as well.
+Just make sure to have TARGET_RELEASE defined on each 'make' invocation.
 
 **  -- -- --   -- -- -- --   -- -- -- --   -- -- -- --   -- -- -- --  **
 



1.3       +2 -1      xmldocs/glossary/debug


rev 1.3, prev_rev 1.2
Index: debug
===================================================================
RCS file: /var/cvs/xmldocs/glossary/debug,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- debug	5 Jul 2006 14:03:30 -0000	1.2
+++ debug	8 Jul 2006 17:20:00 -0000	1.3
@@ -1 +1,2 @@
-No debugging options are enabled by default in ⁣.
+No debugging options are enabled by default in ⁣. See &conf-DebugFile; for
+a quick introduction to enabling debug messages.



1.7       +4 -3      xmldocs/refs/Require


rev 1.7, prev_rev 1.6
Index: Require
===================================================================
RCS file: /var/cvs/xmldocs/refs/Require,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Require	23 Jun 2006 20:45:21 -0000	1.6
+++ Require	8 Jul 2006 17:20:00 -0000	1.7
@@ -32,8 +32,9 @@
 <literal>module</literal> .
 </para>
 <para>
-This directive can also used to explicitly load modules. If you append
-a directory name, this will added to the Perl module search path.
+This directive can also used to implicitly load &PERL; modules. If you add
+a directory name as a fourth argument, the directory will included in Perl's
+module search path.
 __END__
 
 __NAME__ example: Requiring features
@@ -48,4 +49,4 @@
 <programlisting>
 Require module Vend::Swish /usr/lib/swish-e/perl
 </programlisting>
-__END__
\ No newline at end of file
+__END__



1.6       +3 -2      xmldocs/refs/SpecialSub


rev 1.6, prev_rev 1.5
Index: SpecialSub
===================================================================
RCS file: /var/cvs/xmldocs/refs/SpecialSub,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SpecialSub	5 Jul 2006 09:32:43 -0000	1.5
+++ SpecialSub	8 Jul 2006 17:20:00 -0000	1.6
@@ -24,8 +24,9 @@
 <listitem><para>
   <literal>lockout</literal> &mdash; event triggered for locking out a
   bad robot (see &conf-RobotLimit;). The subroutine is called without
-  parameters. The return value indicates whether the standard lockout
-  procedure should be skipped (true value) or not (false value).
+  parameters. A &glos-true; subroutine return value indicates that the
+  default, built-in lockout action should be skipped. A &glos-false; value 
+  resumes with the default action, by calling &conf-LockoutCommand;.
 </para></listitem>
 <listitem><para>
   <literal>missing</literal> &mdash; event triggered on a requested &IC;








More information about the docs mailing list