Skip to content

Commit

Permalink
tidy-up: Mac OS X -> macOS
Browse files Browse the repository at this point in the history
Also fixup `Win32`/`Win64` to appear as `Windows 32-bit`/`64-bit` on
the download page sidebar.
  • Loading branch information
vszakats committed May 8, 2024
1 parent 313c61a commit 3cd2485
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/_howto.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<li> BeOS
<li> HP-UX
<li> Hurd
<li> Mac OS X
<li> macOS
<li> OS/2
<li> OpenBSD
<li> QNX
Expand Down
2 changes: 1 addition & 1 deletion dev/_missing.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<li> BeOS
<li> HP-UX
<li> Hurd
<li> Mac OS X
<li> macOS
<li> OS/2
<li> OpenBSD
<li> QNX
Expand Down
3 changes: 2 additions & 1 deletion dl/mktable.pl
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ sub show {
if($p) {
print "<br>\n";
}
my $r= $osmap{$_};
my $anch=$_;
$anch =~ s/[^a-zA-Z0-9]//g;
print "<a href=\"#$anch\">$_</a>";
print "<a href=\"#$anch\">$r</a>";
$p++;
}
}
Expand Down
2 changes: 1 addition & 1 deletion libcurl/_features.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
same API and feature set on all of them! Using libcurl assures you that you
can write your application to work on very large amount of systems, including
but not limited to Solaris, NetBSD, FreeBSD, OpenBSD, Darwin, HPUX, IRIX,
AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, Mac OS X,
AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, macOS,
Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more...

<a name="thread"></a>
Expand Down
2 changes: 1 addition & 1 deletion libcurl/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<p>
libcurl is highly portable, it builds and works identically on numerous
platforms, including Solaris, NetBSD, FreeBSD, OpenBSD, Darwin, HPUX, IRIX,
AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, Mac OS X,
AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, macOS,
Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more...
</p>

Expand Down

0 comments on commit 3cd2485

Please sign in to comment.