Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix CI: add missing xml:id for scale parameter in bcadd
The xpointer reference function.bcadd..parameters.scale is used by
bcdiv, bcpow, bcpowmod and bcsqrt but was missing from the Polish
translation of bcadd.xml, causing XInclude resolution failure.
  • Loading branch information
lacatoire committed Feb 27, 2026
commit 04454f2307c9c51b95024dfb6b138ee5f16c5e3b
2 changes: 1 addition & 1 deletion reference/bc/functions/bcadd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry xmlns="http://docbook.org/ns/docbook"><term>
<varlistentry xml:id="function.bcadd..parameters.scale" xmlns="http://docbook.org/ns/docbook"><term>
<parameter>scale</parameter></term>
<listitem>
<para>
Expand Down