From 736ff448ded5b2b4aefffb91390bc554593613da Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Fri, 9 Mar 2012 01:31:09 +0800 Subject: 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 --- src/cmd/nm/doc.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cmd/nm') 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 -- cgit v1.3