]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go_faq: minor update
authorShenghou Ma <minux.ma@gmail.com>
Sat, 17 Mar 2012 07:53:40 +0000 (15:53 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sat, 17 Mar 2012 07:53:40 +0000 (15:53 +0800)
R=adg, r
CC=golang-dev
https://golang.org/cl/5849052

doc/go_faq.html

index f575410e928ee090ffafd2c9a2c8f8a71c709ef8..c4f81c7b945b6a26e80c89aa5090279328dbd446 100644 (file)
@@ -1317,7 +1317,7 @@ standard GCC back end. <code>Gc</code> is written in C using
 <code>yacc</code>/<code>bison</code> for the parser.
 Although it's a new program, it fits in the Plan 9 C compiler suite
 (<a href="http://plan9.bell-labs.com/sys/doc/compiler.html">http://plan9.bell-labs.com/sys/doc/compiler.html</a>)
-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.
 </p>
 
 <p>
@@ -1327,7 +1327,7 @@ especially of open source distribution&mdash;you'd need a Go compiler to
 set up a Go environment. <code>Gccgo</code>, 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 <a href="/pkg/go/"><code>/pkg/go</code></a>.)
+parser are already available in the <a href="/pkg/go/"><code>go</code></a> package.)
 </p>
 
 <p>