diff mbox series

pushed: wwwdocs: [PATCH] gcc-14/changes: Fix mislocated </code> in RISC-V changes

Message ID 21adea48f2a4f6d88b785b59af286dc5583e2c2d.camel@xry111.site
State New
Headers show
Series pushed: wwwdocs: [PATCH] gcc-14/changes: Fix mislocated </code> in RISC-V changes | expand

Commit Message

Xi Ruoyao June 5, 2024, 5:15 a.m. UTC
---

Pushed as obvious.

 htdocs/gcc-14/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Kito Cheng June 5, 2024, 6:33 a.m. UTC | #1
Ohh, thanks for fixing that!

On Wed, Jun 5, 2024 at 1:16 PM Xi Ruoyao <xry111@xry111.site> wrote:
>
> ---
>
> Pushed as obvious.
>
>  htdocs/gcc-14/changes.html | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
> index 6447898e..7a5eb449 100644
> --- a/htdocs/gcc-14/changes.html
> +++ b/htdocs/gcc-14/changes.html
> @@ -1218,9 +1218,9 @@ __asm (".global __flmap_lock"  "\n\t"
>        configured with <code>--with-tls=[trad|desc]</code>.</li>
>    <li>Support for the TLS descriptors, this can be enabled by
>        <code>-mtls-dialect=desc</code> and the default behavior can be configure
> -      by <code>--with-tls=[trad|desc], and this feature require glibc 2.40,
> +      by <code>--with-tls=[trad|desc]</code>, and this feature require glibc 2.40,
>        thanks to Tatsuyuki Ishi from
> -      <a href="https://bluewhale.systems/">Blue Whale Systems</a></code>
> +      <a href="https://bluewhale.systems/">Blue Whale Systems</a>.
>    </li>
>    <li>Support for the following standard extensions has been added:
>      <ul>
> --
> 2.45.2
>
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 6447898e..7a5eb449 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -1218,9 +1218,9 @@  __asm (".global __flmap_lock"  "\n\t"
       configured with <code>--with-tls=[trad|desc]</code>.</li>
   <li>Support for the TLS descriptors, this can be enabled by
       <code>-mtls-dialect=desc</code> and the default behavior can be configure
-      by <code>--with-tls=[trad|desc], and this feature require glibc 2.40,
+      by <code>--with-tls=[trad|desc]</code>, and this feature require glibc 2.40,
       thanks to Tatsuyuki Ishi from
-      <a href="https://bluewhale.systems/">Blue Whale Systems</a></code>
+      <a href="https://bluewhale.systems/">Blue Whale Systems</a>.
   </li>
   <li>Support for the following standard extensions has been added:
     <ul>