]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: improve wording of race detector documentation
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 21 Dec 2012 15:11:10 +0000 (19:11 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 21 Dec 2012 15:11:10 +0000 (19:11 +0400)
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/7006043

src/cmd/go/build.go
src/cmd/go/doc.go

index e7046a9ef52ccb0f2cba4af4f1aabc4d5ebd86e8..f2d81c02d1e81c71e75a425ec7a9dc5fff7d298d 100644 (file)
@@ -62,8 +62,7 @@ The build flags are shared by the build, install, run, and test commands:
                print the commands.
        -race
                enable data race detection.
-               Currently supported only on linux/amd64,
-               darwin/amd64 and windows/amd64.
+               Supported only on linux/amd64, darwin/amd64 and windows/amd64.
 
        -ccflags 'arg list'
                arguments to pass on each 5c, 6c, or 8c compiler invocation
index 29bfc68b90722cdb5853dd0c1e56e5537da99139..18c5e8818cfc5d340dc369dfb87354a04bfc6ccf 100644 (file)
@@ -78,8 +78,7 @@ The build flags are shared by the build, install, run, and test commands:
                print the commands.
        -race
                enable data race detection.
-               Currently supported only on linux/amd64,
-               darwin/amd64 and windows/amd64.
+               Supported only on linux/amd64, darwin/amd64 and windows/amd64.
 
        -ccflags 'arg list'
                arguments to pass on each 5c, 6c, or 8c compiler invocation