dams Sat Jul 27 00:07:06 2002 EDT Modified files: /phpdoc/en/reference/strings/functions crc32.xml echo.xml get-html-translation-table.xml localeconv.xml md5-file.xml md5.xml printf.xml setlocale.xml sprintf.xml sscanf.xml str-repeat.xml vprintf.xml vsprintf.xml Log: make all see also consistent
Index: phpdoc/en/reference/strings/functions/crc32.xml diff -u phpdoc/en/reference/strings/functions/crc32.xml:1.2 phpdoc/en/reference/strings/functions/crc32.xml:1.3 --- phpdoc/en/reference/strings/functions/crc32.xml:1.2 Wed Apr 17 02:44:14 2002 +++ phpdoc/en/reference/strings/functions/crc32.xml Sat Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.37 --> <refentry id="function.crc32"> <refnamediv> @@ -18,7 +18,7 @@ to validate the integrity of data being transmitted. </para> <para> - See also: <function>md5</function> + See also <function>md5</function> </para> </refsect1> </refentry> Index: phpdoc/en/reference/strings/functions/echo.xml diff -u phpdoc/en/reference/strings/functions/echo.xml:1.3 phpdoc/en/reference/strings/functions/echo.xml:1.4 --- phpdoc/en/reference/strings/functions/echo.xml:1.3 Sat May 25 06:23:42 2002 +++ phpdoc/en/reference/strings/functions/echo.xml Sat Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.echo"> <refnamediv> @@ -89,7 +89,7 @@ </para> </note> <simpara> - See also: + See also <function>print</function>, <function>printf</function>, and <function>flush</function>. Index: phpdoc/en/reference/strings/functions/get-html-translation-table.xml diff -u phpdoc/en/reference/strings/functions/get-html-translation-table.xml:1.2 phpdoc/en/reference/strings/functions/get-html-translation-table.xml:1.3 --- phpdoc/en/reference/strings/functions/get-html-translation-table.xml:1.2 Wed Apr 17 02:44:15 2002 +++ phpdoc/en/reference/strings/functions/get-html-translation-table.xml Sat +Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.get-html-translation-table"> <refnamediv> @@ -59,7 +59,7 @@ <Frau> & Krämer". </para> <para> - See also: <function>htmlspecialchars</function>, + See also <function>htmlspecialchars</function>, <function>htmlentities</function>, <function>strtr</function>, and <function>array_flip</function>. </para> Index: phpdoc/en/reference/strings/functions/localeconv.xml diff -u phpdoc/en/reference/strings/functions/localeconv.xml:1.2 phpdoc/en/reference/strings/functions/localeconv.xml:1.3 --- phpdoc/en/reference/strings/functions/localeconv.xml:1.2 Wed Apr 17 02:44:16 2002 +++ phpdoc/en/reference/strings/functions/localeconv.xml Sat Jul 27 00:07:06 +2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.68 --> <refentry id="function.localeconv"> <refnamediv> @@ -205,7 +205,7 @@ The constant CHAR_MAX is also defined for the use mentioned above. </para> <para> - See also: <function>setlocale</function>. + See also <function>setlocale</function>. </para> </refsect1> </refentry> Index: phpdoc/en/reference/strings/functions/md5-file.xml diff -u phpdoc/en/reference/strings/functions/md5-file.xml:1.2 phpdoc/en/reference/strings/functions/md5-file.xml:1.3 --- phpdoc/en/reference/strings/functions/md5-file.xml:1.2 Wed Apr 17 02:44:16 2002 +++ phpdoc/en/reference/strings/functions/md5-file.xml Sat Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.md5-file"> <refnamediv> @@ -23,7 +23,7 @@ md5sum. </para> <para> - See also: <function>md5</function> and <function>crc32</function> + See also <function>md5</function> and <function>crc32</function> </para> </refsect1> </refentry> Index: phpdoc/en/reference/strings/functions/md5.xml diff -u phpdoc/en/reference/strings/functions/md5.xml:1.2 phpdoc/en/reference/strings/functions/md5.xml:1.3 --- phpdoc/en/reference/strings/functions/md5.xml:1.2 Wed Apr 17 02:44:17 2002 +++ phpdoc/en/reference/strings/functions/md5.xml Sat Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.135 --> <refentry id="function.md5"> <refnamediv> @@ -19,7 +19,7 @@ The hash is a 32-character hexadecimal number. </para> <para> - See also: <function>crc32</function> and <function>md5_file</function> + See also <function>crc32</function> and <function>md5_file</function> </para> </refsect1> </refentry> Index: phpdoc/en/reference/strings/functions/printf.xml diff -u phpdoc/en/reference/strings/functions/printf.xml:1.2 phpdoc/en/reference/strings/functions/printf.xml:1.3 --- phpdoc/en/reference/strings/functions/printf.xml:1.2 Wed Apr 17 02:44:21 2002 +++ phpdoc/en/reference/strings/functions/printf.xml Sat Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.printf"> <refnamediv> @@ -18,7 +18,7 @@ is described in the documentation for <function>sprintf</function>. </simpara> <simpara> - See also: <function>print</function>, <function>sprintf</function>, + See also <function>print</function>, <function>sprintf</function>, <function>sscanf</function>, <function>fscanf</function>, and <function>flush</function>. </simpara> Index: phpdoc/en/reference/strings/functions/setlocale.xml diff -u phpdoc/en/reference/strings/functions/setlocale.xml:1.2 phpdoc/en/reference/strings/functions/setlocale.xml:1.3 --- phpdoc/en/reference/strings/functions/setlocale.xml:1.2 Wed Apr 17 02:44:21 2002 +++ phpdoc/en/reference/strings/functions/setlocale.xml Sat Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.setlocale"> <refnamediv> @@ -41,7 +41,7 @@ </simpara> </listitem> <listitem> - <simpara> LC_NUMERIC for decimal separator (See also: + <simpara> LC_NUMERIC for decimal separator (See also <function>localeconv</function>) </simpara> </listitem> Index: phpdoc/en/reference/strings/functions/sprintf.xml diff -u phpdoc/en/reference/strings/functions/sprintf.xml:1.2 phpdoc/en/reference/strings/functions/sprintf.xml:1.3 --- phpdoc/en/reference/strings/functions/sprintf.xml:1.2 Wed Apr 17 02:44:22 2002 +++ phpdoc/en/reference/strings/functions/sprintf.xml Sat Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.sprintf"> <refnamediv> @@ -171,7 +171,7 @@ </example> </para> <simpara> - See also: <function>printf</function>, + See also <function>printf</function>, <function>sscanf</function>, <function>fscanf</function>, and <function>number_format</function>. </simpara> Index: phpdoc/en/reference/strings/functions/sscanf.xml diff -u phpdoc/en/reference/strings/functions/sscanf.xml:1.3 phpdoc/en/reference/strings/functions/sscanf.xml:1.4 --- phpdoc/en/reference/strings/functions/sscanf.xml:1.3 Sun Jun 9 17:50:17 2002 +++ phpdoc/en/reference/strings/functions/sscanf.xml Sat Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.33 --> <refentry id="function.sscanf"> <refnamediv> @@ -62,7 +62,7 @@ </example> </para> <para> - See also: <function>fscanf</function>, <function>printf</function>, + See also <function>fscanf</function>, <function>printf</function>, and <function>sprintf</function>. </para> </refsect1> Index: phpdoc/en/reference/strings/functions/str-repeat.xml diff -u phpdoc/en/reference/strings/functions/str-repeat.xml:1.4 phpdoc/en/reference/strings/functions/str-repeat.xml:1.5 --- phpdoc/en/reference/strings/functions/str-repeat.xml:1.4 Sun Jun 2 12:58:29 2002 +++ phpdoc/en/reference/strings/functions/str-repeat.xml Sat Jul 27 00:07:06 +2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.str-repeat"> <refnamediv> @@ -32,7 +32,7 @@ This will output "-=-=-=-=-=-=-=-=-=-=". </para> <para> - See also: <link linkend="control-structures.for">for</link>, + See also <link linkend="control-structures.for">for</link>, <function>str_pad</function>, and <function>substr_count</function>. </para> Index: phpdoc/en/reference/strings/functions/vprintf.xml diff -u phpdoc/en/reference/strings/functions/vprintf.xml:1.2 phpdoc/en/reference/strings/functions/vprintf.xml:1.3 --- phpdoc/en/reference/strings/functions/vprintf.xml:1.2 Wed Apr 17 02:44:24 2002 +++ phpdoc/en/reference/strings/functions/vprintf.xml Sat Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.124 --> <refentry id="function.vprintf"> <refnamediv> @@ -23,7 +23,7 @@ arguments, rather than a variable number of arguments. </simpara> <simpara> - See also: <function>printf</function>, <function>sprintf</function>, + See also <function>printf</function>, <function>sprintf</function>, <function>vsprintf</function> </simpara> </refsect1> Index: phpdoc/en/reference/strings/functions/vsprintf.xml diff -u phpdoc/en/reference/strings/functions/vsprintf.xml:1.2 phpdoc/en/reference/strings/functions/vsprintf.xml:1.3 --- phpdoc/en/reference/strings/functions/vsprintf.xml:1.2 Wed Apr 17 02:44:24 2002 +++ phpdoc/en/reference/strings/functions/vsprintf.xml Sat Jul 27 00:07:06 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.124 --> <refentry id="function.vsprintf"> <refnamediv> @@ -23,7 +23,7 @@ arguments, rather than a variable number of arguments. </simpara> <simpara> - See also: <function>sprintf</function>, <function>vsprintf</function>, + See also <function>sprintf</function>, <function>vsprintf</function>, <function>vprintf</function> </simpara> </refsect1>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php