reference/strings/functions/hebrev.xml
e095023e408c8cb6378ae16bb6870343a3946919
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.hebrev">
3
+
<refentry xml:id="function.hebrev" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>hebrev</refname>
6
6
<refpurpose>Convert logical Hebrew text to visual text</refpurpose>
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>string</type><methodname>hebrev</methodname>
13
-
<methodparam><type>string</type><parameter>hebrew_text</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>string</parameter></methodparam>
14
14
<methodparam choice="opt"><type>int</type><parameter>max_chars_per_line</parameter><initializer>0</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
...
...
@@ -26,7 +26,7 @@
26
26
<para>
27
27
<variablelist>
28
28
<varlistentry>
29
-
<term><parameter>hebrew_text</parameter></term>
29
+
<term><parameter>string</parameter></term>
30
30
<listitem>
31
31
<para>
32
32
A Hebrew input string.
...
...
@@ -63,7 +63,6 @@
63
63
</refsect1>
64
64

65
65
</refentry>
66
-

67
66
<!-- Keep this comment at the end of the file
68
67
Local variables:
69
68
mode: sgml
70
69