diff options
| author | Russ Cox <rsc@golang.org> | 2009-11-09 11:45:15 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-11-09 11:45:15 -0800 |
| commit | e067f862f1774ab89a2096a88571a94e3b9cd353 (patch) | |
| tree | cc60401678ba31d52413cd3d843df2924cfda190 /src/cmd/5g/doc.go | |
| parent | 00b339392b1bc99c91cf7aa550bc07eade52c8ff (diff) | |
| download | golang-e067f862f1774ab89a2096a88571a94e3b9cd353.tar.gz | |
tweak documentation of commands
so that first sentence is better for cmd page.
live at http://r45:3456/cmd/
R=gri, r
http://go/go-review/1024034
Diffstat (limited to 'src/cmd/5g/doc.go')
| -rw-r--r-- | src/cmd/5g/doc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/5g/doc.go b/src/cmd/5g/doc.go index e45e35568..e86013bdd 100644 --- a/src/cmd/5g/doc.go +++ b/src/cmd/5g/doc.go @@ -4,8 +4,8 @@ /* -5g is the version of the gc compiler for the ARM, -referred to by these tools as arm. +5g is the version of the gc compiler for the ARM. +The $GOARCH for these tools is arm. It reads .go files and outputs .5 files. The flags are documented in ../gc/doc.go. |
