diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html index ca9d9a7c46..f3b4e37a28 100644 --- a/doc/debugging_with_gdb.html +++ b/doc/debugging_with_gdb.html @@ -57,7 +57,7 @@ Besides this overview you might want to consult the
When you compile and link your Go programs with the gc toolchain
-on Linux, Mac OS X, FreeBSD or NetBSD, the resulting binaries contain DWARFv4
+on Linux, macOS, FreeBSD or NetBSD, the resulting binaries contain DWARFv4
debugging information that recent versions (≥7.5) of the GDB debugger can
use to inspect a live process or a core dump.
To find the amount of actual memory allocated to a Go process, use the Unix
top command and consult the RES (Linux) or
-RSIZE (Mac OS X) columns.
+RSIZE (macOS) columns.
The compilers can target the DragonFly BSD, FreeBSD, Linux, NetBSD, OpenBSD, -OS X (Darwin), Plan 9, Solaris and Windows operating systems. +macOS (Darwin), Plan 9, Solaris and Windows operating systems. The full set of supported combinations is listed in the discussion of environment variables below.
@@ -468,7 +468,7 @@ These default to the values of$GOHOSTOS and
Choices for $GOOS are
-darwin (Mac OS X 10.8 and above and iOS), dragonfly, freebsd,
+darwin (macOS 10.10 and above and iOS), dragonfly, freebsd,
linux, netbsd, openbsd,
plan9, solaris and windows.
Choices for $GOARCH are
diff --git a/doc/install.html b/doc/install.html
index cd51e7603a..3bb4a15b25 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -17,7 +17,7 @@
Official binary
distributions are available for the FreeBSD (release 10-STABLE and above),
-Linux, Mac OS X (10.8 and above), and Windows operating systems and
+Linux, macOS (10.10 and above), and Windows operating systems and
the 32-bit (386) and 64-bit (amd64) x86 processor
architectures.
cgo supportcgo supportDownload the archive @@ -118,7 +118,7 @@ or execute them from the profile using a command such as
Download the package file, @@ -276,7 +276,7 @@ which describes some essential concepts about using the Go tools.
To remove an existing Go installation from your system delete the
go directory. This is usually /usr/local/go
-under Linux, Mac OS X, and FreeBSD or c:\Go
+under Linux, macOS, and FreeBSD or c:\Go
under Windows.
bin directory from your
PATH environment variable.
Under Linux and FreeBSD you should edit /etc/profile or
$HOME/.profile.
-If you installed Go with the Mac OS X package then you
+If you installed Go with the macOS package then you
should remove the /etc/paths.d/go file.
Windows users should read the section about setting
environment variables under Windows.
diff --git a/doc/root.html b/doc/root.html
index 545b28d2d5..b7422f2128 100644
--- a/doc/root.html
+++ b/doc/root.html
@@ -62,7 +62,7 @@ simple, reliable, and efficient software.
Download Go
Binary distributions available for