Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion language-snippets.ent
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 69fe083419b7888f6d424595771d54fe2d850d9d Maintainer: simp Status: ready -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: simp Status: ready -->
<!-- Reviewed: no -->
<!-- CREDITS: sammywg, mk, betz -->

Expand Down Expand Up @@ -874,6 +874,13 @@ Dateinamen gesucht.'>
</entry>
</row>'>

<!ENTITY return.type.true.85 '<row xmlns="http://docbook.org/ns/docbook">
<entry>8.5.0</entry>
<entry>
Der Rückgabewert ist nun &true; vorher war es <type>bool</type>.
</entry>
</row>'>

<!ENTITY return.falseforfailure 'Bei einem Fehler wird &false; zurückgegeben.'>
<!ENTITY return.falseforfailure.style.procedural '&style.procedural; Im Fehlerfall wird &false; zurückgegeben.'>

Expand Down
20 changes: 19 additions & 1 deletion reference/readline/functions/readline-add-history.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: sammywg Status: ready -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: sammywg Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-add-history">
<refnamediv>
Expand Down Expand Up @@ -38,6 +38,24 @@
&return.true.always;
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&return.type.true.85;
</tbody>
</tgroup>
</informaltable>
</refsect1>

</refentry>
<!-- Keep this comment at the end of the file
Local variables:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: sammywg Status: ready -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: sammywg Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-callback-handler-install">
<refnamediv>
Expand Down Expand Up @@ -59,6 +59,23 @@
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&return.type.true.85;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<example>
Expand Down
20 changes: 19 additions & 1 deletion reference/readline/functions/readline-clear-history.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: sammywg Status: ready -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: sammywg Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-clear-history">
<refnamediv>
Expand Down Expand Up @@ -29,6 +29,24 @@
&return.true.always;
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&return.type.true.85;
</tbody>
</tgroup>
</informaltable>
</refsect1>

</refentry>
<!-- Keep this comment at the end of the file
Local variables:
Expand Down
Loading