reference/ps/functions/ps-hyphenate.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -10,7 +10,7 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>array</type><methodname>ps_hyphenate</methodname>
13
+
<type class="union"><type>array</type><type>false</type></type><methodname>ps_hyphenate</methodname>
14
14
<methodparam><type>resource</type><parameter>psdoc</parameter></methodparam>
15
15
<methodparam><type>string</type><parameter>text</parameter></methodparam>
16
16
</methodsynopsis>
...
...
@@ -21,7 +21,7 @@
21
21
hyphendict must be set before calling this function.
22
22
</para>
23
23
<para>
24
-
This function requires the locale category LC_CTYPE to be set properly.
24
+
This function requires the locale category <constant>LC_CTYPE</constant> to be set properly.
25
25
This is done when the extension is initialized by using the environment
26
26
variables. On Unix systems read the man page of locale for more information.
27
27
</para>
28
28