diff mbox series

[pushed] wwwdocs: gcc-12: Break up markup of list of AArch64 options

Message ID 20240608111228.9100533E70@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-12: Break up markup of list of AArch64 options | expand

Commit Message

Gerald Pfeifer June 8, 2024, 11:12 a.m. UTC
When showing a list of options marked up as code, each individual option 
should be marked up, not the entire list and he commas as part of that.

Pushed.

Gerald
---
 htdocs/gcc-12/changes.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 2f790e0b..9e2cee50 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -691,7 +691,8 @@  function Multiply (S1, S2 : Sign) return Sign is
 <h3 id="arm-targets">AArch64 &amp; arm</h3>
 <ul>
   <li>Newer revisions of the Arm Architecture are supported as arguments to the
-  <code>-march</code> option: <code>armv8.7-a, armv8.8-a, armv9-a</code>.</li>
+  <code>-march</code> option: <code>armv8.7-a</code>, 
+  <code>armv8.8-a</code>, <code>armv9-a</code>.</li>
   <li>The Arm Cortex-A510 CPU is now supported through the <code>cortex-a510
   </code> argument to the <code>-mcpu</code> and <code>-mtune</code> options.
   </li>