cucinato Thu Aug 22 08:28:20 2002 EDT Modified files: /phpdoc/en/reference/pgsql/functions pg-set-client-encoding.xml pg-trace.xml Log: Typo fixes Index: phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml diff -u phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml:1.2 phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml:1.3 --- phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml:1.2 Wed Apr 17 02:43:23 2002 +++ phpdoc/en/reference/pgsql/functions/pg-set-client-encoding.xml Thu Aug 22 +08:28:20 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.16 --> <refentry id="function.pg-set-client-encoding"> <refnamediv> @@ -17,7 +17,7 @@ </methodsynopsis> <para> <function>pg_set_client_encoding</function> sets the client - encoding and return 0 if success or -1 if error. + encoding and returns 0 if success or -1 if error. </para> <para> <parameter>encoding</parameter> is the client encoding and can be Index: phpdoc/en/reference/pgsql/functions/pg-trace.xml diff -u phpdoc/en/reference/pgsql/functions/pg-trace.xml:1.2 phpdoc/en/reference/pgsql/functions/pg-trace.xml:1.3 --- phpdoc/en/reference/pgsql/functions/pg-trace.xml:1.2 Wed Apr 17 02:43:23 2002 +++ phpdoc/en/reference/pgsql/functions/pg-trace.xml Thu Aug 22 08:28:20 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.7 --> <refentry id="function.pg-trace"> <refnamediv> @@ -27,7 +27,7 @@ manual. </para> <para> - <parameter>Filename</parameter> and <parameter>mode</parameter> + <parameter>pathname</parameter> and <parameter>mode</parameter> are the same as in <function>fopen</function> (<parameter>mode</parameter> defaults to 'w'), <parameter>connection</parameter> specifies the connection to
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php