[libvirt PATCH] Replace "OS-X" with "macOS" in index.html.in

Ján Tomko posted 1 patch 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/807095fdee5a2df50bc7554c9eb3a933741fd2fe.1594278946.git.jtomko@redhat.com
docs/index.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] Replace "OS-X" with "macOS" in index.html.in
Posted by Ján Tomko 3 years, 9 months ago
From: Ryan Schmidt <git@ryandesign.com>

Apple changed the operating system's name from "OS X" to "macOS" a few years ago.

Signed-off-by: Ryan Schmidt <git@ryandesign.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 docs/index.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/index.html.in b/docs/index.html.in
index 586defff54..20184a7441 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -27,7 +27,7 @@
           <a href="drvlxc.html">LXC</a>,
           <a href="drvbhyve.html">BHyve</a> and
           <a href="drivers.html">more</a></li>
-        <li>targets Linux, FreeBSD, <a href="windows.html">Windows</a> and OS-X</li>
+        <li>targets Linux, FreeBSD, <a href="windows.html">Windows</a> and macOS</li>
         <li>is used by many <a href="apps.html">applications</a></li>
       </ul>
       <p>Recent / forthcoming <a href="news.html">release changes</a></p>
-- 
2.25.4

Re: [libvirt PATCH] Replace "OS-X" with "macOS" in index.html.in
Posted by Ján Tomko 3 years, 9 months ago
On a Thursday in 2020, Ján Tomko wrote:
>From: Ryan Schmidt <git@ryandesign.com>
>
>Apple changed the operating system's name from "OS X" to "macOS" a few years ago.
>
>Signed-off-by: Ryan Schmidt <git@ryandesign.com>
>Reviewed-by: Ján Tomko <jtomko@redhat.com>
>Signed-off-by: Ján Tomko <jtomko@redhat.com>
>---
> docs/index.html.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Forgot to say that this trivial patch was sent via a merge request:
https://gitlab.com/libvirt/libvirt/-/merge_requests/12/

Jano

>diff --git a/docs/index.html.in b/docs/index.html.in
>index 586defff54..20184a7441 100644
>--- a/docs/index.html.in
>+++ b/docs/index.html.in
>@@ -27,7 +27,7 @@
>           <a href="drvlxc.html">LXC</a>,
>           <a href="drvbhyve.html">BHyve</a> and
>           <a href="drivers.html">more</a></li>
>-        <li>targets Linux, FreeBSD, <a href="windows.html">Windows</a> and OS-X</li>
>+        <li>targets Linux, FreeBSD, <a href="windows.html">Windows</a> and macOS</li>
>         <li>is used by many <a href="apps.html">applications</a></li>
>       </ul>
>       <p>Recent / forthcoming <a href="news.html">release changes</a></p>
>-- 
>2.25.4
>