Skip to content

Commit 30ba5ff

Browse files
committed
Wrong section levels for subsections of SET DECFLOAT
1 parent e8d9443 commit 30ba5ff

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

src/docs/asciidoc/en/refdocs/fblangref40/_fblangref40-dochist.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The exact file history is recorded in our _git_ repository; see https://github.c
1414
|TBD
1515
|MR
1616
a|* Computed columns can be indexed with expression indexes
17+
* Fixed wrong section levels for subsections of <<fblangref40-management-setdecfloat>>
1718
* ...
1819

1920
|2.5

src/docs/asciidoc/en/refdocs/fblangref40/_fblangref40-management.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ SET DECFLOAT
214214
`SET DECFLOAT` configures the rounding and error behaviour of operations on `DECFLOAT` types in the current session.
215215

216216
[[fblangref40-management-setdecfl-rnd]]
217-
=== `SET DECFLOAT ROUND`
217+
==== `SET DECFLOAT ROUND`
218218

219219
`SET DECFLOAT ROUND` changes the rounding behaviour of operations on `DECFLOAT`.
220220
The default rounding mode is `HALF_UP`.
@@ -235,7 +235,7 @@ The valid rounding modes are:
235235
Execution of <<fblangref40-management-session-reset-alter>> will revert to the value configured through the DPB, or otherwise the system default.
236236

237237
[[fblangref40-management-setdecfl-traps]]
238-
=== `SET DECFLOAT TRAPS`
238+
==== `SET DECFLOAT TRAPS`
239239

240240
`SET DECFLOAT TRAPS` changes the error behaviour of operations on `DECFLOAT`.
241241
The default traps are `DIVISION_BY_ZERO,INVALID_OPERATION,OVERFLOW`;

src/docs/asciidoc/en/refdocs/fblangref50/_fblangref50-dochist.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The exact file history is recorded in our _git_ repository; see https://github.c
1414
|TBD
1515
|MR
1616
a|* Computed columns can be indexed with expression indexes
17+
* Fixed wrong section levels for subsections of <<fblangref50-management-setdecfloat>>
1718
* ...
1819

1920
|0.3

src/docs/asciidoc/en/refdocs/fblangref50/_fblangref50-management.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ SET DECFLOAT
205205
----
206206

207207
[[fblangref50-management-setdecfl-rnd]]
208-
=== `SET DECFLOAT ROUND`
208+
==== `SET DECFLOAT ROUND`
209209

210210
`SET DECFLOAT ROUND` changes the rounding behaviour of operations on `DECFLOAT`.
211211
The default rounding mode is `HALF_UP`.
@@ -226,7 +226,7 @@ The valid rounding modes are:
226226
Execution of <<fblangref50-management-session-reset-alter>> will revert to the value configured through the DPB, or otherwise the system default.
227227

228228
[[fblangref50-management-setdecfl-traps]]
229-
=== `SET DECFLOAT TRAPS`
229+
==== `SET DECFLOAT TRAPS`
230230

231231
`SET DECFLOAT TRAPS` changes the error behaviour of operations on `DECFLOAT`.
232232
The default traps are `DIVISION_BY_ZERO,INVALID_OPERATION,OVERFLOW`;

0 commit comments

Comments
 (0)