aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/nm
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-03-09 01:31:09 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-03-09 01:31:09 +0800
commit736ff448ded5b2b4aefffb91390bc554593613da (patch)
treec3e575fe917e6c20655c9b1a72d193f597932c1f /src/cmd/nm
parentdc57ed8cafe7c6e8940231c46cdcf3633e6c5eaa (diff)
downloadgo-736ff448ded5b2b4aefffb91390bc554593613da.tar.xz
doc: various update to command documents
1. consistent usage section (go tool xxx) 2. reformat cmd/ld document with minor correction document which -H flags are valid on which ld document -d flag can't be used on Windows. document -Hwindowsgui R=golang-dev, r, rsc CC=golang-dev https://golang.org/cl/5782043
Diffstat (limited to 'src/cmd/nm')
-rw-r--r--src/cmd/nm/doc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/nm/doc.go b/src/cmd/nm/doc.go
index 5e216b9223..c84369a5fd 100644
--- a/src/cmd/nm/doc.go
+++ b/src/cmd/nm/doc.go
@@ -14,7 +14,8 @@ Plan 9 C compiler.
This implementation adds the flag -S, which prints each symbol's size
in decimal after its address.
-It is installed as go tool nm and is architecture-independent.
+Usage:
+ go tool nm [-aghnsTu] file
*/
package documentation