reference/readline/functions/readline-add-history.xml
cef062f45e1ba5691158b591381a9a9efc1e346d
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>readline_add_history</methodname>
13
-
<methodparam><type>string</type><parameter>line</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>prompt</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
This function adds a line to the command line history.
...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>line</parameter></term>
25
+
<term><parameter>prompt</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
The line to be added in the history.
...
...
@@ -40,7 +40,6 @@
40
40
</para>
41
41
</refsect1>
42
42
</refentry>
43
-

44
43
<!-- Keep this comment at the end of the file
45
44
Local variables:
46
45
mode: sgml
47
46