reference/readline/functions/readline-write-history.xml
cef062f45e1ba5691158b591381a9a9efc1e346d
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>readline_write_history</methodname>
13
-
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
13
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>filename</parameter><initializer>&null;</initializer></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
This function writes the command history to a file.
...
...
@@ -39,8 +39,30 @@
39
39
&return.success;
40
40
</para>
41
41
</refsect1>
42
-
</refentry>
43
42

43
+
<refsect1 role="changelog">
44
+
&reftitle.changelog;
45
+
<informaltable>
46
+
<tgroup cols="2">
47
+
<thead>
48
+
<row>
49
+
<entry>&Version;</entry>
50
+
<entry>&Description;</entry>
51
+
</row>
52
+
</thead>
53
+
<tbody>
54
+
<row>
55
+
<entry>8.0.0</entry>
56
+
<entry>
57
+
<parameter>filename</parameter> is nullable now.
58
+
</entry>
59
+
</row>
60
+
</tbody>
61
+
</tgroup>
62
+
</informaltable>
63
+
</refsect1>
64
+

65
+
</refentry>
44
66
<!-- Keep this comment at the end of the file
45
67
Local variables:
46
68
mode: sgml
47
69