diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html index 8be989132d8..4f1308adb73 100644 --- a/doc/debugging_with_gdb.html +++ b/doc/debugging_with_gdb.html @@ -13,7 +13,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 or FreeBSD, the resulting binaries contain DWARFv3
+on Linux, Mac OS X, FreeBSD or NetBSD, the resulting binaries contain DWARFv3
debugging information that recent versions (>7.1) of the GDB debugger can
use to inspect a live process or a core dump.
@@ -66,7 +67,7 @@ your operating system and processor architecture.
Official binary distributions are available
-for the FreeBSD, Linux, Mac OS X (Snow Leopard/Lion), and Windows operating systems
+for the FreeBSD, Linux, Mac OS X (Snow Leopard/Lion), NetBSD, and Windows operating systems
and the 32-bit (386
) and 64-bit (amd64
)
x86 processor architectures.
If you are upgrading from an older version of Go you must @@ -115,7 +116,7 @@ rm -r /usr/local/go
-Extract the archive
+Extract the archive
into /usr/local
, creating a Go tree in /usr/local/go
.
For example: