diff --git a/doc/go_faq.html b/doc/go_faq.html
index f575410e928..c4f81c7b945 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -1317,7 +1317,7 @@ standard GCC back end. Gc
is written in C using
yacc
/bison
for the parser.
Although it's a new program, it fits in the Plan 9 C compiler suite
(http://plan9.bell-labs.com/sys/doc/compiler.html)
-and uses a variant of the Plan 9 loader to generate ELF binaries.
+and uses a variant of the Plan 9 loader to generate ELF/Mach-O/PE binaries.
@@ -1327,7 +1327,7 @@ especially of open source distribution—you'd need a Go compiler to
set up a Go environment. Gccgo
, which came later, makes it possible to
consider writing a compiler in Go, which might well happen. (Go would be a
fine language in which to implement a compiler; a native lexer and
-parser are already available in /pkg/go
.)
+parser are already available in the go
package.)