dams            Wed Feb 19 17:11:54 2003 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  is-bool.xml is-null.xml 
                                        is-string.xml unserialize.xml 
  Log:
  Purifying see also
  
Index: phpdoc/en/reference/var/functions/is-bool.xml
diff -u phpdoc/en/reference/var/functions/is-bool.xml:1.2 
phpdoc/en/reference/var/functions/is-bool.xml:1.3
--- phpdoc/en/reference/var/functions/is-bool.xml:1.2   Wed Apr 17 02:44:57 2002
+++ phpdoc/en/reference/var/functions/is-bool.xml       Wed Feb 19 17:11:54 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.19 -->
   <refentry id="function.is-bool">
    <refnamediv>
@@ -16,7 +16,7 @@
      </methodsynopsis>
      <para>
       Returns &true; if the <parameter>var</parameter> parameter is
-      a <type>boolean</type>.
+      a <type>bool</type>.
      </para>
      <para>
      See also 
Index: phpdoc/en/reference/var/functions/is-null.xml
diff -u phpdoc/en/reference/var/functions/is-null.xml:1.3 
phpdoc/en/reference/var/functions/is-null.xml:1.4
--- phpdoc/en/reference/var/functions/is-null.xml:1.3   Mon Jun 10 05:15:37 2002
+++ phpdoc/en/reference/var/functions/is-null.xml       Wed Feb 19 17:11:54 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.35 -->
   <refentry id="function.is-null">
    <refnamediv>
@@ -32,7 +32,7 @@
      <function>is_object</function>,
      <function>is_array</function>,
      <function>is_integer</function>, and
-     <function>is_real</function>
+     <function>is_real</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/var/functions/is-string.xml
diff -u phpdoc/en/reference/var/functions/is-string.xml:1.2 
phpdoc/en/reference/var/functions/is-string.xml:1.3
--- phpdoc/en/reference/var/functions/is-string.xml:1.2 Wed Apr 17 02:44:58 2002
+++ phpdoc/en/reference/var/functions/is-string.xml     Wed Feb 19 17:11:54 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.19 -->
   <refentry id="function.is-string">
    <refnamediv>
@@ -17,7 +17,8 @@
      &false; otherwise.
     </para>
     <para>
-     See also <function>is_bool</function>,
+     See also 
+     <function>is_bool</function>,
      <function>is_int</function>,
      <function>is_integer</function>,
      <function>is_float</function>,
Index: phpdoc/en/reference/var/functions/unserialize.xml
diff -u phpdoc/en/reference/var/functions/unserialize.xml:1.10 
phpdoc/en/reference/var/functions/unserialize.xml:1.11
--- phpdoc/en/reference/var/functions/unserialize.xml:1.10      Sat Jan  4 06:37:01 
2003
+++ phpdoc/en/reference/var/functions/unserialize.xml   Wed Feb 19 17:11:54 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
   <refentry id="function.unserialize">
    <refnamediv>
@@ -105,7 +105,7 @@
      </example>
     </para>
    <para>
-    See Also: <function>serialize</function>.
+    See also <function>serialize</function>.
    </para>
    </refsect1>
   </refentry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to