[htdocs] index: Mac OS X -> macOS

Message ID 20230112050327.12709-1-vapier@gentoo.org
State New
Headers
Series [htdocs] index: Mac OS X -> macOS |

Commit Message

Mike Frysinger Jan. 12, 2023, 5:03 a.m. UTC
  Update to the new proper name for the OS.
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Enze Li Jan. 12, 2023, 1:15 p.m. UTC | #1
Hi Mike,

Good catch!  I think we should also update the date of 'Last modified'
when the content of the page is modified.

Thanks,
Enze

On Thu, Jan 12 2023 at 12:03:27 AM -0500, Mike Frysinger via Gdb-patches wrote:

> Update to the new proper name for the OS.
> ---
>  index.html | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/index.html b/index.html
> index 4f0ed753b661..3c6b1f94115f 100644
> --- a/index.html
> +++ b/index.html
> @@ -67,7 +67,7 @@ correcting the effects of one bug and go on to learn about another.
>  
>  Those programs might be executing on the same machine as GDB (native),
>  on another machine (remote), or on a simulator.  GDB can run on most
> -popular UNIX and Microsoft Windows variants, as well as on Mac OS X.<p>
> +popular UNIX and Microsoft Windows variants, as well as on macOS.<p>
>  
>  <h3>What Languages does GDB Support?</h3>
  

Patch

diff --git a/index.html b/index.html
index 4f0ed753b661..3c6b1f94115f 100644
--- a/index.html
+++ b/index.html
@@ -67,7 +67,7 @@  correcting the effects of one bug and go on to learn about another.
 
 Those programs might be executing on the same machine as GDB (native),
 on another machine (remote), or on a simulator.  GDB can run on most
-popular UNIX and Microsoft Windows variants, as well as on Mac OS X.<p>
+popular UNIX and Microsoft Windows variants, as well as on macOS.<p>
 
 <h3>What Languages does GDB Support?</h3>