fixed typos and XML for hebrev/hebrevc

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29938 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2000-08-09 10:47:34 +00:00
parent 1aa8487ae7
commit e77a7eb3ab

View file

@ -663,10 +663,11 @@ $original = strtr ($str, $trans);
</funcprototype>
</funcsynopsis>
<para>
The optional parameter <parameter>max_chars_per_line</parameters>
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.
</para>
<para>
See also <function>hebrevc</function>
</para>
</refsect1>
@ -693,10 +694,11 @@ $original = strtr ($str, $trans);
<para>
This function is similar to <function>hebrev</function> with the
difference that it converts newlines (\n) to "&lt;br&gt;\n".
The optional parameter <parameter>max_chars_per_line</parameters>
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.
</para>
<para>
See also <function>hebrev</function>
</para>
</refsect1>