Skip to content

Commit b393590

Browse files
zhijianli88Jonathan Corbet
authored andcommitted
Documentation: exception-tables.rst: Fix the wrong steps referenced
When it was in text format, it correctly hardcoded steps 8a to 8c. However, after it was converted to RST, the sequence numbers were auto-generated during rendering and became incorrect after some steps were inserted. Change it to refer to steps a to c in a relative way. Signed-off-by: Li Zhijian <[email protected]> [jc: Indented the line to make the relative reference more clear] Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 0e5fbf6 commit b393590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/arch/x86/exception-tables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ vma occurs?
297297
c) execution continues at local label 2 (address of the
298298
instruction immediately after the faulting user access).
299299

300-
The steps 8a to 8c in a certain way emulate the faulting instruction.
300+
The steps a to c above in a certain way emulate the faulting instruction.
301301

302302
That's it, mostly. If you look at our example, you might ask why
303303
we set EAX to -EFAULT in the exception handler code. Well, the

0 commit comments

Comments
 (0)