aboutsummaryrefslogtreecommitdiff
path: root/src/intro.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2022-12-17 11:10:02 -0500
committerBill Traynor <wmat@riscv.org>2022-12-17 11:10:02 -0500
commite8d1ab23ee8b8cb1990104c9f16b9044b397739c (patch)
tree623603f9780ac7c7c026634685d5f2063fe36bc3 /src/intro.adoc
parent2d735175e8f1595f7fdb7e83132d79ebfea54c8a (diff)
downloadriscv-isa-manual-e8d1ab23ee8b8cb1990104c9f16b9044b397739c.zip
riscv-isa-manual-e8d1ab23ee8b8cb1990104c9f16b9044b397739c.tar.gz
riscv-isa-manual-e8d1ab23ee8b8cb1990104c9f16b9044b397739c.tar.bz2
Fixing table footnotes.
Removed footnote macro and added superscripts to the footnoted table entries. Moved footnotes beneath table to match LaTeX. . Note that this doesn't leverage asciidoc footnote macro.
Diffstat (limited to 'src/intro.adoc')
-rw-r--r--src/intro.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/intro.adoc b/src/intro.adoc
index f5d638e..7b58a4c 100644
--- a/src/intro.adoc
+++ b/src/intro.adoc
@@ -686,14 +686,14 @@ Fatal Trap:::
kind of trap.
[[trapcharacteristics, Table 2]]
-.Characteristics of traps: 1) Termination may be requested. 2) Imprecise fatal traps might be observable by software.
+
[%autowidth,cols="<,^,^,^,^",options="header",]
|===
| |Contained |Requested |Invisible |Fatal
-|Execution terminates |No |Nofootnote:[Termination may be requested.]|No |Yes
-|Software is oblivious |No |No |Yes |Yesfootnote:[Imprecise fatal traps might be observable by software.]
-|Handled by environment |No |Yes |Yes |Yes
+|Execution terminates |No |No^1^|No |Yes
+|Software is oblivious |No |No |Yes |Yes^2^|Handled by environment |No |Yes |Yes |Yes
|===
+<<trapcharacteristics, Table 2>> Characteristics of traps: 1) Termination may be requested. 2) Imprecise fatal traps might be observable by software.
The EEI defines for each trap whether it is handled precisely, though
the recommendation is to maintain preciseness where possible. Contained