cvs: smarty /docs/en/programmers/caching caching-multiple-caches.xml

[email protected] ("Peter 'Mash' Morgan") Sat, 18 Feb 2006 13:18:16 -0000
Newsgroups php.smarty.cvs
Message-ID <cvspete_morgan1140268696@cvsserver>
pete_morgan		Sat Feb 18 13:18:16 2006 UTC

  Modified files:              
    /smarty/docs/en/programmers/caching	caching-multiple-caches.xml 
  Log:
  tweaks
  
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/programmers/caching/caching-multiple-caches.xml?r1=1.3&r2=1.4&diff_format=u
Index: smarty/docs/en/programmers/caching/caching-multiple-caches.xml
diff -u smarty/docs/en/programmers/caching/caching-multiple-caches.xml:1.3 smarty/docs/en/programmers/caching/caching-multiple-caches.xml:1.4
--- smarty/docs/en/programmers/caching/caching-multiple-caches.xml:1.3	Tue May 24 14:01:49 2005
+++ smarty/docs/en/programmers/caching/caching-multiple-caches.xml	Sat Feb 18 13:18:16 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
    <sect1 id="caching.multiple.caches">
     <title>Multiple Caches Per Page</title>
     <para>
@@ -8,11 +8,11 @@
      or <link linkend="api.fetch">fetch()</link>.
      Let's say that a call to display('index.tpl') may have several
      different output contents depending on some condition, and you want
-     separate caches for each one. You can do this by passing a cache_id as the
+     separate caches for each one. You can do this by passing a $cache_id as the
      second parameter to the function call.
     </para>
     <example>
-     <title>passing a cache_id to display()</title>
+     <title>passing a $cache_id to display()</title>
      <programlisting role="php">
 <![CDATA[
 <?php