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.

diff --git a/doc/go_faq.html b/doc/go_faq.html index e83408e6f1..e020ce12c1 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -1396,7 +1396,7 @@ reservation does not deprive other processes of memory.

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.

diff --git a/doc/install-source.html b/doc/install-source.html index 844fb002f7..f6d9473d9b 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -98,7 +98,7 @@ goroutines, such as stacks that grow and shrink on demand.

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.

@@ -49,7 +49,7 @@ If your OS or architecture is not on the list, you may be able to
FreeBSD 10.3 or later amd64, 386 Debian GNU/kFreeBSD not supported Linux 2.6.23 or later with glibc amd64, 386, arm, arm64,
s390x, ppc64le CentOS/RHEL 5.x not supported.
Install from source for other libc. -macOS 10.8 or later amd64 use the clang or gcc that comes with Xcode for cgo support +macOS 10.10 or later amd64 use the clang or gcc that comes with Xcode for cgo support Windows XP SP2 or later amd64, 386 use MinGW gcc. No need for cygwin or msys. @@ -74,7 +74,7 @@ first remove the existing version.
-

Linux, Mac OS X, and FreeBSD tarballs

+

Linux, macOS, and FreeBSD tarballs

Download the archive @@ -118,7 +118,7 @@ or execute them from the profile using a command such as

-

Mac OS X package installer

+

macOS package installer

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.

@@ -285,7 +285,7 @@ You should also remove the Go 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
-Linux, Mac OS X, Windows, and more. +Linux, macOS, Windows, and more.