Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markup: fix two accidental triple-backticks. #303

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion dbgovl32/dbgovl32.rst
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ From an embedded perspective there are a number of issues with this.
To integrate this mechanism in a manner more useful to embedded systems
we propose the following.

- Define a new ``.ARM.overlay_table``` section of type
- Define a new ``.ARM.overlay_table`` section of type
``SHT_ARM_OVERLAYSECTION`` = 0x70000005 with contents exactly as
defined by [GNUOV_].

Expand Down
2 changes: 1 addition & 1 deletion rtabi32/rtabi32.rst
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ causes a problem if the code uses FP values in its interface functions.
might reasonably be offered in the base standard only with its
FP-using functions declared in its supporting header files as
base-standard interfaces using some Q-o-I means such as decoration
with ``__softfp``` or ``__ATTRIBUTE((softfp))__``.
with ``__softfp`` or ``__ATTRIBUTE((softfp))__``.

The third use case causes a potential problem.

Expand Down
Loading