mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix WS + typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190440 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
654fcd2902
commit
c66debea40
1 changed files with 14 additions and 15 deletions
|
@ -1,12 +1,11 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
|
||||
<refentry id="function.ps-show-boxed">
|
||||
<refnamediv>
|
||||
<refname>ps_show_boxed</refname>
|
||||
|
||||
<refpurpose>Output text in a box</refpurpose>
|
||||
</refnamediv>
|
||||
<refnamediv>
|
||||
<refname>ps_show_boxed</refname>
|
||||
<refpurpose>Output text in a box</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
|
@ -92,14 +91,14 @@
|
|||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>hyphenminchar (value)</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The number of chars which must at least be left over before or after
|
||||
the hyphen. This implies that only words of at least two times this
|
||||
value will be hyphenated. The default value is three. Setting a value
|
||||
of zero will result in the default value.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
The number of chars which must at least be left over before or after
|
||||
the hyphen. This implies that only words of at least two times this
|
||||
value will be hyphenated. The default value is three. Setting a value
|
||||
of zero will result in the default value.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>parindent (value)</term>
|
||||
|
@ -176,7 +175,7 @@
|
|||
<title>Hyphenation</title>
|
||||
<para>
|
||||
Text is hyphenated if the parameter <literal>hyphenation</literal> is set
|
||||
to true and a valid hyphenation dictory is set. pslib does not ship its own
|
||||
to true and a valid hyphenation dictionary is set. pslib does not ship its own
|
||||
hyphenation dictionary but uses one from openoffice, scribus or koffice.
|
||||
You can find their dictionaries for different languages in one of the
|
||||
following directories if the software is installed:
|
||||
|
|
Loading…
Reference in a new issue