dave Sun Oct 15 03:44:38 2006 UTC
Modified files:
/phpdoc/en/features safe-mode.xml
/phpdoc/en/install/unix sun.xml
/phpdoc/en/internals/zendapi arguments.xml
calling-user-functions.xml
variables.xml
/phpdoc/en/reference/datetime/functions date.xml
/phpdoc/en/reference/http/functions/parsers http-parse-message.xml
/phpdoc/en/reference/hw/functions hw-new-document.xml
/phpdoc/en/reference/ibase constants.xml
/phpdoc/en/reference/imap/functions imap-fetchstructure.xml
/phpdoc/en/reference/mnogosearch configure.xml
/phpdoc/en/reference/mnogosearch/functions udm-cat-list.xml
udm-load-ispell-data.xml
/phpdoc/en/reference/ncurses/functions ncurses-napms.xml
/phpdoc/en/reference/oci8/functions oci-bind-array-by-name.xml
oci-bind-by-name.xml
oci-field-size.xml
/phpdoc/en/reference/pdf/functions pdf-get-fontsize.xml
/phpdoc/en/reference/sesam/functions sesam-fetch-array.xml
/phpdoc/en/reference/swf/functions swf-defineline.xml
swf-lookat.xml
Log:
- WS (#39109).
http://cvs.php.net/viewvc.cgi/phpdoc/en/features/safe-mode.xml?r1=1.65&r2=1.66&diff_format=u
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.65
phpdoc/en/features/safe-mode.xml:1.66
--- phpdoc/en/features/safe-mode.xml:1.65 Sun Feb 19 13:19:42 2006
+++ phpdoc/en/features/safe-mode.xml Sun Oct 15 03:44:37 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.65 $ -->
+<!-- $Revision: 1.66 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@@ -552,7 +552,7 @@
<entry><function>copy</function></entry>
<entry>&sm.uidcheck; &sm.uidcheck.dir; (on
<parameter>source</parameter> and
- <parameter>target</parameter>) </entry>
+ <parameter>target</parameter>)</entry>
</row>
<row>
<entry><function>chgrp</function></entry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/unix/sun.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/install/unix/sun.xml
diff -u phpdoc/en/install/unix/sun.xml:1.2 phpdoc/en/install/unix/sun.xml:1.3
--- phpdoc/en/install/unix/sun.xml:1.2 Tue Aug 10 13:01:07 2004
+++ phpdoc/en/install/unix/sun.xml Sun Oct 15 03:44:37 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="install.unix.sun">
<title>Sun, iPlanet and Netscape servers on Sun Solaris</title>
<para>
@@ -72,7 +72,7 @@
<listitem>
<simpara>
Change to your extracted PHP directory:
- <userinput>cd ../php-x.x.x </userinput>
+ <userinput>cd ../php-x.x.x</userinput>
</simpara>
</listitem>
<listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/zendapi/arguments.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/internals/zendapi/arguments.xml
diff -u phpdoc/en/internals/zendapi/arguments.xml:1.3
phpdoc/en/internals/zendapi/arguments.xml:1.4
--- phpdoc/en/internals/zendapi/arguments.xml:1.3 Sun Jan 22 23:18:08 2006
+++ phpdoc/en/internals/zendapi/arguments.xml Sun Oct 15 03:44:37 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <!-- $Revision: 1.3 $ -->
+ <!-- $Revision: 1.4 $ -->
<sect1 id="zend.arguments">
<title>Accepting Arguments</title>
<para>
@@ -145,31 +145,31 @@
Here is the full list of type specifiers:
<itemizedlist>
<listitem>
- <para><literal>l - </literal>long</para>
+ <para><literal>l</literal> - long</para>
</listitem>
<listitem>
- <para><literal>d - </literal>double</para>
+ <para><literal>d</literal> - double</para>
</listitem>
<listitem>
- <para><literal>s - </literal>string (with possible null bytes) and its
length</para>
+ <para><literal>s</literal> - string (with possible null bytes) and its
length</para>
</listitem>
<listitem>
- <para><literal>b - </literal>boolean</para>
+ <para><literal>b</literal> - boolean</para>
</listitem>
<listitem>
- <para><literal>r - </literal>resource, stored in
<literal>zval*</literal></para>
+ <para><literal>r</literal> - resource, stored in
<literal>zval*</literal></para>
</listitem>
<listitem>
- <para><literal>a - </literal>array, stored in
<literal>zval*</literal></para>
+ <para><literal>a</literal> - array, stored in
<literal>zval*</literal></para>
</listitem>
<listitem>
- <para><literal>o - </literal>object (of any class), stored in
<literal>zval*</literal></para>
+ <para><literal>o</literal> - object (of any class), stored in
<literal>zval*</literal></para>
</listitem>
<listitem>
- <para><literal>O - </literal>object (of class specified by class entry),
stored in <literal>zval*</literal></para>
+ <para><literal>O</literal> - object (of class specified by class entry),
stored in <literal>zval*</literal></para>
</listitem>
<listitem>
- <para><literal>z - </literal>the actual <literal>zval*</literal></para>
+ <para><literal>z</literal> - the actual <literal>zval*</literal></para>
</listitem>
</itemizedlist>
The following characters also have a meaning in the specifier
@@ -177,7 +177,7 @@
<itemizedlist>
<listitem>
<para>
- <literal>| - </literal>indicates that the remaining
+ <literal>|</literal> - indicates that the remaining
parameters are optional. The storage variables
corresponding to these parameters should be initialized to
default values by the extension, since they will not be
@@ -187,7 +187,7 @@
</listitem>
<listitem>
<para>
- <literal>/ - </literal>the parsing function will
+ <literal>/</literal> - the parsing function will
call <function>SEPARATE_ZVAL_IF_NOT_REF</function> on
the parameter it follows, to provide a copy of the
parameter, unless it's a reference.
@@ -195,7 +195,7 @@
</listitem>
<listitem>
<para>
- <literal>! - </literal>the parameter it follows can
+ <literal>!</literal> - the parameter it follows can
be of specified type or <literal>NULL</literal> (only
applies to a, o, O, r, and z). If <literal>NULL</literal>
value is passed by the user, the storage pointer will be
http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/zendapi/calling-user-functions.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/internals/zendapi/calling-user-functions.xml
diff -u phpdoc/en/internals/zendapi/calling-user-functions.xml:1.3
phpdoc/en/internals/zendapi/calling-user-functions.xml:1.4
--- phpdoc/en/internals/zendapi/calling-user-functions.xml:1.3 Sun Oct 15
03:40:27 2006
+++ phpdoc/en/internals/zendapi/calling-user-functions.xml Sun Oct 15
03:44:37 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <!-- $Revision: 1.3 $ -->
+ <!-- $Revision: 1.4 $ -->
<sect1 id="zend.calling-user-functions">
<title>Calling User Functions</title>
<para>
@@ -25,7 +25,7 @@
<envar>function_table</envar> and <envar>object</envar>; either
will do. If you want to call a method, you have to supply the
object that contains this method, in which case
- <function>call_user_function</function> automatically sets the
+ <function>call_user_function</function>automatically sets the
function table to this object's function table. Otherwise, you only
need to specify <envar>function_table</envar> and can set
<envar>object</envar> to <literal>NULL</literal>.
http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/zendapi/variables.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/internals/zendapi/variables.xml
diff -u phpdoc/en/internals/zendapi/variables.xml:1.5
phpdoc/en/internals/zendapi/variables.xml:1.6
--- phpdoc/en/internals/zendapi/variables.xml:1.5 Sun Oct 15 03:40:27 2006
+++ phpdoc/en/internals/zendapi/variables.xml Sun Oct 15 03:44:37 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <!-- $Revision: 1.5 $ -->
+ <!-- $Revision: 1.6 $ -->
<sect1 id="zend.variables">
<title>Creating Variables</title>
<para>
@@ -999,7 +999,7 @@
<row>
<entry colname="col1"><literal>rsrc_id</literal></entry>
<entry colname="col2">This is the address of the
- <literal>zval *</literal> container the user passed to
+ <literal>zval *</literal>container the user passed to
your function, e.g. <literal>&z_resource</literal> if
<literal>zval *z_resource</literal> is given.</entry>
</row>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/date.xml?r1=1.34&r2=1.35&diff_format=u
Index: phpdoc/en/reference/datetime/functions/date.xml
diff -u phpdoc/en/reference/datetime/functions/date.xml:1.34
phpdoc/en/reference/datetime/functions/date.xml:1.35
--- phpdoc/en/reference/datetime/functions/date.xml:1.34 Sun Oct 15
03:40:27 2006
+++ phpdoc/en/reference/datetime/functions/date.xml Sun Oct 15 03:44:37 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
<refentry id="function.date">
<refnamediv>
<refname>date</refname>
@@ -395,7 +395,7 @@
<function>mktime</function> together to find dates in the future
or the past.
<example>
- <title><function>date</function> and <function>mktime</function>
example</title>
+ <title><function>date</function> and
<function>mktime</function>example</title>
<programlisting role="php">
<![CDATA[
<?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/parsers/http-parse-message.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/http/functions/parsers/http-parse-message.xml
diff -u phpdoc/en/reference/http/functions/parsers/http-parse-message.xml:1.3
phpdoc/en/reference/http/functions/parsers/http-parse-message.xml:1.4
--- phpdoc/en/reference/http/functions/parsers/http-parse-message.xml:1.3
Sat Sep 23 18:39:49 2006
+++ phpdoc/en/reference/http/functions/parsers/http-parse-message.xml Sun Oct
15 03:44:37 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.http-parse-message">
<refnamediv>
@@ -78,7 +78,7 @@
&reftitle.examples;
<para>
<example>
- <title>Using <function>http_parse_message</function> </title>
+ <title>Using <function>http_parse_message</function></title>
<programlisting role="php">
<![CDATA[
<?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/hw/functions/hw-new-document.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/hw/functions/hw-new-document.xml
diff -u phpdoc/en/reference/hw/functions/hw-new-document.xml:1.4
phpdoc/en/reference/hw/functions/hw-new-document.xml:1.5
--- phpdoc/en/reference/hw/functions/hw-new-document.xml:1.4 Sun Oct 15
03:40:27 2006
+++ phpdoc/en/reference/hw/functions/hw-new-document.xml Sun Oct 15
03:44:37 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/hw.xml, last change in rev 1.2 -->
<refentry id="function.hw-new-document">
<refnamediv>
@@ -19,7 +19,7 @@
<parameter>document_data</parameter> and object record set to
<parameter>object_record</parameter>. The length of the
<parameter>document_data</parameter> has to passed in
- <parameter>document_size</parameter>. This function does not
+ <parameter>document_size</parameter>This function does not
insert the document into the Hyperwave server.
</para>
<para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ibase/constants.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/ibase/constants.xml
diff -u phpdoc/en/reference/ibase/constants.xml:1.8
phpdoc/en/reference/ibase/constants.xml:1.9
--- phpdoc/en/reference/ibase/constants.xml:1.8 Sun Oct 15 03:40:27 2006
+++ phpdoc/en/reference/ibase/constants.xml Sun Oct 15 03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<section id="ibase.constants">
&reftitle.constants;
&extension.constants;
@@ -89,7 +89,7 @@
<tbody>
<row>
<entry>IBASE_FETCH_BLOBS</entry>
- <entry>Also available as <constant>IBASE_TEXT</constant> for backward
+ <entry>Also available as <constant>IBASE_TEXT</constant>for backward
compatibility. Causes BLOB contents to be fetched inline, instead of
being fetched as BLOB identifiers.</entry>
</row>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imap/functions/imap-fetchstructure.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/imap/functions/imap-fetchstructure.xml
diff -u phpdoc/en/reference/imap/functions/imap-fetchstructure.xml:1.6
phpdoc/en/reference/imap/functions/imap-fetchstructure.xml:1.7
--- phpdoc/en/reference/imap/functions/imap-fetchstructure.xml:1.6 Sun Oct
15 03:40:27 2006
+++ phpdoc/en/reference/imap/functions/imap-fetchstructure.xml Sun Oct 15
03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
<refentry id="function.imap-fetchstructure">
<refnamediv>
@@ -89,7 +89,7 @@
<entry>dparameters</entry>
<entry>An array of objects where each object has an "attribute" and a
"value" property corresponding to the parameters on the
- Content-disposition <acronym>MIME</acronym> header.</entry>
+ Content-disposition <acronym>MIME</acronym>header.</entry>
</row>
<row>
<entry>ifparameters</entry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mnogosearch/configure.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/mnogosearch/configure.xml
diff -u phpdoc/en/reference/mnogosearch/configure.xml:1.2
phpdoc/en/reference/mnogosearch/configure.xml:1.3
--- phpdoc/en/reference/mnogosearch/configure.xml:1.2 Sun Oct 15 03:40:27 2006
+++ phpdoc/en/reference/mnogosearch/configure.xml Sun Oct 15 03:44:38 2006
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<section id="mnogosearch.installation">
&reftitle.install;
<para>
In order to have these functions available, you must compile PHP with
mnoGosearch support by using the
- <option role="configure">--with-mnogosearch</option> option. If
+ <option role="configure">--with-mnogosearch</option>option. If
you use this option without specifying the path to mnoGosearch, PHP will
look for mnoGosearch under <filename>/usr/local/mnogosearch</filename>
path by default. If you installed mnoGosearch at a different location
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml
diff -u phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml:1.7
phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml:1.8
--- phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml:1.7 Sun Oct
15 03:40:27 2006
+++ phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml Sun Oct 15
03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/mnogosearch.xml, last change in rev 1.18 -->
<refentry id="function.udm-cat-list">
<refnamediv>
@@ -51,7 +51,7 @@
]]>
</screen>
<example>
- <title><function>udm_cat_list</function> example</title>
+ <title><function>udm_cat_list</function>example</title>
<programlisting role="php">
<![CDATA[
<?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml
diff -u phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml:1.7
phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml:1.8
--- phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml:1.7
Sun Oct 15 03:40:27 2006
+++ phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml Sun Oct
15 03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/mnogosearch.xml, last change in rev 1.18 -->
<refentry id="function.udm-load-ispell-data">
<refnamediv>
@@ -62,7 +62,7 @@
</note>
<para>
<example>
- <title><function>udm_load_ispell_data</function> example</title>
+ <title><function>udm_load_ispell_data</function>example</title>
<programlisting role="php">
<![CDATA[
<?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ncurses/functions/ncurses-napms.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/ncurses/functions/ncurses-napms.xml
diff -u phpdoc/en/reference/ncurses/functions/ncurses-napms.xml:1.3
phpdoc/en/reference/ncurses/functions/ncurses-napms.xml:1.4
--- phpdoc/en/reference/ncurses/functions/ncurses-napms.xml:1.3 Sat Dec 7
02:13:37 2002
+++ phpdoc/en/reference/ncurses/functions/ncurses-napms.xml Sun Oct 15
03:44:38 2006
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ncurses.xml, last change in rev 1.1 -->
<refentry id="function.ncurses-napms">
<refnamediv>
<refname>ncurses_napms</refname>
- <refpurpose>Sleep </refpurpose>
+ <refpurpose>Sleep</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml
diff -u phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml:1.2
phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml:1.2 Sun Oct
15 03:40:28 2006
+++ phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml Sun Oct
15 03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.oci-bind-array-by-name">
<refnamediv>
<refname>oci_bind_array_by_name</refname>
@@ -97,7 +97,7 @@
</para>
<para>
<example>
- <title><function>oci_bind_array_by_name</function> example</title>
+ <title><function>oci_bind_array_by_name</function>example</title>
<programlisting role="php">
<![CDATA[
<?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml
diff -u phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml:1.9
phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml:1.10
--- phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml:1.9 Sun Oct 15
03:40:28 2006
+++ phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml Sun Oct 15
03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="function.oci-bind-by-name">
<refnamediv>
<refname>oci_bind_by_name</refname>
@@ -102,7 +102,7 @@
</para>
<para>
<example>
- <title><function>oci_bind_by_name</function> example</title>
+ <title><function>oci_bind_by_name</function>example</title>
<programlisting role="php">
<![CDATA[
<?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/oci8/functions/oci-field-size.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/oci8/functions/oci-field-size.xml
diff -u phpdoc/en/reference/oci8/functions/oci-field-size.xml:1.5
phpdoc/en/reference/oci8/functions/oci-field-size.xml:1.6
--- phpdoc/en/reference/oci8/functions/oci-field-size.xml:1.5 Sun Oct 15
03:40:28 2006
+++ phpdoc/en/reference/oci8/functions/oci-field-size.xml Sun Oct 15
03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.oci-field-size">
<refnamediv>
<refname>oci_field_size</refname>
@@ -19,7 +19,7 @@
</para>
<para>
<example>
- <title><function>oci_field_size</function> example</title>
+ <title><function>oci_field_size</function>example</title>
<programlisting role="php">
<![CDATA[
<?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml:1.6
phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml:1.7
--- phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml:1.6 Sun Oct 15
03:40:28 2006
+++ phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml Sun Oct 15
03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.pdf-get-fontsize">
<refnamediv>
<refname>PDF_get_fontsize</refname>
@@ -10,7 +10,7 @@
<para>
This function is deprecated since PDFlib version 3, use
<function>PDF_get_value</function> with the parameter
- <parameter>fontsize</parameter> instead.
+ <parameter>fontsize</parameter>instead.
</para>
</refsect1>
</refentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml
diff -u phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml:1.6
phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml:1.7
--- phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml:1.6 Sun Oct
15 03:40:28 2006
+++ phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml Sun Oct 15
03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/sesam.xml, last change in rev 1.1 -->
<refentry id="function.sesam-fetch-array">
<refnamediv>
@@ -30,7 +30,7 @@
</para>
<para>
For the valid values of the optional
- <parameter>whence</parameter> and
+ <parameter>whence</parameter>and
<parameter>offset</parameter> parameters,
see the <function>sesam_fetch_row</function> function for
details.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/swf/functions/swf-defineline.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/swf/functions/swf-defineline.xml
diff -u phpdoc/en/reference/swf/functions/swf-defineline.xml:1.2
phpdoc/en/reference/swf/functions/swf-defineline.xml:1.3
--- phpdoc/en/reference/swf/functions/swf-defineline.xml:1.2 Wed Apr 17
06:44:28 2002
+++ phpdoc/en/reference/swf/functions/swf-defineline.xml Sun Oct 15
03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/swf.xml, last change in rev 1.8 -->
<refentry id="function.swf-defineline">
<refnamediv>
@@ -20,7 +20,7 @@
<para>
The <function>swf_defineline</function> defines a line starting
from the x coordinate given by <parameter>x1</parameter> and the
- y coordinate given by <parameter>y1 </parameter> parameter. Up
+ y coordinate given by <parameter>y1</parameter> parameter. Up
to the x coordinate given by the <parameter>x2</parameter>
parameter and the y coordinate given by the
<parameter>y2</parameter> parameter. It will have a width
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/swf/functions/swf-lookat.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/swf/functions/swf-lookat.xml
diff -u phpdoc/en/reference/swf/functions/swf-lookat.xml:1.2
phpdoc/en/reference/swf/functions/swf-lookat.xml:1.3
--- phpdoc/en/reference/swf/functions/swf-lookat.xml:1.2 Wed Apr 17
06:44:30 2002
+++ phpdoc/en/reference/swf/functions/swf-lookat.xml Sun Oct 15 03:44:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/swf.xml, last change in rev 1.8 -->
<refentry id="function.swf-lookat">
<refnamediv>
@@ -26,7 +26,7 @@
point in the scene, the reference point is defined by the
<parameter>reference_x</parameter>, <parameter>reference_y
</parameter>, and <parameter>reference_z</parameter> parameters.
- The <parameter>twist </parameter> controls the rotation along
+ The <parameter>twist</parameter> controls the rotation along
with viewer's z axis.
</para>
</refsect1>