Skip to content

Commit

Permalink
fix section header out of sequence warnings:
Browse files Browse the repository at this point in the history
```
asciidoctor: WARNING: riscv-zabha.adoc: line 53: section title out of sequence: expected levels 0 or 1, got level 2
asciidoctor: WARNING: riscv-zabha.adoc: line 63: section title out of sequence: expected levels 0 or 1, got level 2
```

Signed-off-by: Kevin Broch <[email protected]>
  • Loading branch information
kbroch-rivosinc committed Mar 22, 2024
1 parent ea4f0a1 commit 21c93eb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/riscv-zabha.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[[header]]
= Byte and Halfword Atomic Memory Operations (Zabha)
:description: Byte and Halfword Atomic Memory Operations (Zabha)
:company: RISC-V.org
:revdate: 1/2024
Expand Down Expand Up @@ -35,9 +35,9 @@ endif::[]
:footnote:
:xrefstyle: short

= Byte and Halfword Atomic Memory Operations (Zabha)
[preface]
== Preamble

// Preamble
[WARNING]
.This document is in the link:http://riscv.org/spec-state[Frozen state]
====
Expand All @@ -49,7 +49,6 @@ accepted as standard, so implementations made to this draft specification will
likely not conform to the future standard.
====

[preface]
=== Copyright and license information

This specification is licensed under the Creative Commons
Expand All @@ -59,7 +58,6 @@ https://creativecommons.org/licenses/by/4.0/.

Copyright 2024 by RISC-V International.

[preface]
=== Contributors

This RISC-V specification has been contributed to directly or indirectly by:
Expand Down

0 comments on commit 21c93eb

Please sign in to comment.