git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282622 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rasmus Lerdorf 2009-06-23 05:11:34 +00:00
parent 2c41b69b62
commit 013472b277

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.wordwrap">
<refnamediv>
<refname>wordwrap</refname>
@ -56,9 +56,9 @@
<listitem>
<para>
If the <parameter>cut</parameter> is set to &true;, the string is
always wrapped at the specified width. So if you have a word that
is larger than the given width, it is broken apart. (See second
example).
always wrapped at or before the specified width. So if you have
a word that is larger than the given width, it is broken apart.
(See second example).
</para>
</listitem>
</varlistentry>