dave Thu Aug 12 18:20:24 2004 EDT
Modified files:
/phpdoc/en/reference/fam/functions fam-cancel-monitor.xml
fam-suspend-monitor.xml
/phpdoc/en/reference/fdf/functions fdf-errno.xml
/phpdoc/en/reference/zip/functions zip-read.xml
Log:
- Remove function tags from "function..."s and replace with literals.
http://cvs.php.net/diff.php/phpdoc/en/reference/fam/functions/fam-cancel-monitor.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fam/functions/fam-cancel-monitor.xml
diff -u phpdoc/en/reference/fam/functions/fam-cancel-monitor.xml:1.3
phpdoc/en/reference/fam/functions/fam-cancel-monitor.xml:1.4
--- phpdoc/en/reference/fam/functions/fam-cancel-monitor.xml:1.3 Thu Apr 1
19:41:30 2004
+++ phpdoc/en/reference/fam/functions/fam-cancel-monitor.xml Thu Aug 12 18:20:24
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.fam-cancel-monitor">
<refnamediv>
<refname>fam_cancel_monitor</refname>
@@ -14,7 +14,8 @@
</methodsynopsis>
<para>
<function>fam_cancel_monitor</function> terminates monitoring on
- a resource previously requested using one of the
<function>fam_monitor_...</function>.
+ a resource previously requested using one of the
+ <literal>fam_monitor_</literal> functions.
In addition an <constant>FAMAcknowledge</constant> event occurs.
</para>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/fam/functions/fam-suspend-monitor.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/fam/functions/fam-suspend-monitor.xml
diff -u phpdoc/en/reference/fam/functions/fam-suspend-monitor.xml:1.2
phpdoc/en/reference/fam/functions/fam-suspend-monitor.xml:1.3
--- phpdoc/en/reference/fam/functions/fam-suspend-monitor.xml:1.2 Mon Sep 29
06:14:07 2003
+++ phpdoc/en/reference/fam/functions/fam-suspend-monitor.xml Thu Aug 12 18:20:24
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.fam-suspend-monitor">
<refnamediv>
<refname>fam_suspend_monitor</refname>
@@ -14,8 +14,9 @@
</methodsynopsis>
<para>
<function>fam_suspend_monitor</function> temporarily suspend monitoring
- of a resource previously requested using one of the
<function>fam_monitor_...</function>
- functions. Monitoring can later be continued using
<function>fam_resume_monitor</function>
+ of a resource previously requested using one of the
+ <literal>fam_monitor_</literal> functions.
+ Monitoring can later be continued using <function>fam_resume_monitor</function>
without the need of requesting a complete new monitor.
</para>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/fdf/functions/fdf-errno.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/fdf/functions/fdf-errno.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-errno.xml:1.1
phpdoc/en/reference/fdf/functions/fdf-errno.xml:1.2
--- phpdoc/en/reference/fdf/functions/fdf-errno.xml:1.1 Mon Oct 21 16:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-errno.xml Thu Aug 12 18:20:24 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.fdf-errno">
<refnamediv>
<refname>fdf_errno</refname>
@@ -13,7 +13,7 @@
</methodsynopsis>
<para>
<function>fdf_errno</function> returns the error code set by
- the last <function>fdf_...</function> function call. This is zero
+ the last FDF function call. This is zero
for a successfull operation or a non-zero error code on failure.
A textual description may be obtained using the
<function>fdf_error</function> function.
http://cvs.php.net/diff.php/phpdoc/en/reference/zip/functions/zip-read.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/zip/functions/zip-read.xml
diff -u phpdoc/en/reference/zip/functions/zip-read.xml:1.3
phpdoc/en/reference/zip/functions/zip-read.xml:1.4
--- phpdoc/en/reference/zip/functions/zip-read.xml:1.3 Thu May 29 11:11:21 2003
+++ phpdoc/en/reference/zip/functions/zip-read.xml Thu Aug 12 18:20:24 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/zip.xml, last change in rev 1.11 -->
<refentry id="function.zip-read">
<refnamediv>
@@ -19,7 +19,7 @@
</para>
<para>
Returns a directory entry resource for later use with the
- <function>zip_entry_...</function> functions or &false; if
+ <literal>zip_entry_...</literal> functions or &false; if
there's no more entries to read.
</para>
<para>