tomsommer Tue Jul 27 20:10:34 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions hebrev.xml hebrevc.xml
Log:
Change wording to make sense
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/hebrev.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/strings/functions/hebrev.xml
diff -u phpdoc/en/reference/strings/functions/hebrev.xml:1.2
phpdoc/en/reference/strings/functions/hebrev.xml:1.3
--- phpdoc/en/reference/strings/functions/hebrev.xml:1.2 Wed Apr 17 02:44:15
2002
+++ phpdoc/en/reference/strings/functions/hebrev.xml Tue Jul 27 20:10:34 2004
@@ -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.34 -->
<refentry id="function.hebrev">
<refnamediv>
@@ -17,8 +17,8 @@
</methodsynopsis>
<para>
The optional parameter <parameter>max_chars_per_line</parameter>
- indicates maximum number of characters per line will be
- output. The function tries to avoid breaking words.
+ indicates maximum number of characters per line that will be
+ returned. The function tries to avoid breaking words.
</para>
<para>
See also <function>hebrevc</function>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/hebrevc.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/strings/functions/hebrevc.xml
diff -u phpdoc/en/reference/strings/functions/hebrevc.xml:1.2
phpdoc/en/reference/strings/functions/hebrevc.xml:1.3
--- phpdoc/en/reference/strings/functions/hebrevc.xml:1.2 Wed Apr 17 02:44:15
2002
+++ phpdoc/en/reference/strings/functions/hebrevc.xml Tue Jul 27 20:10:34 2004
@@ -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.34 -->
<refentry id="function.hebrevc">
<refnamediv>
@@ -19,8 +19,8 @@
This function is similar to <function>hebrev</function> with the
difference that it converts newlines (\n) to "<br>\n". The
optional parameter <parameter>max_chars_per_line</parameter>
- indicates maximum number of characters per line will be
- output. The function tries to avoid breaking words.
+ indicates maximum number of characters per line that will be
+ returned. The function tries to avoid breaking words.
</para>
<para>
See also <function>hebrev</function>