diff options
| author | Robert Griesemer <gri@golang.org> | 2012-10-30 13:38:01 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2012-10-30 13:38:01 -0700 |
| commit | 465b9c35e57228e2f7e51865940650f9b54c50c7 (patch) | |
| tree | b2903d4bac48a6e2a9aaecf07840a5131cffd773 /src/cmd/nm | |
| parent | db2b6ed854122bc987e0cb8778a9c77b481614ec (diff) | |
| download | go-465b9c35e57228e2f7e51865940650f9b54c50c7.tar.xz | |
gofmt: apply gofmt -w src misc
Remove trailing whitespace in comments.
No other changes.
R=r
CC=golang-dev
https://golang.org/cl/6815053
Diffstat (limited to 'src/cmd/nm')
| -rw-r--r-- | src/cmd/nm/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/nm/doc.go b/src/cmd/nm/doc.go index c84369a5fd..004567cad2 100644 --- a/src/cmd/nm/doc.go +++ b/src/cmd/nm/doc.go @@ -11,7 +11,7 @@ Nm is a version of the Plan 9 nm command. The original is documented at It prints the name list (symbol table) for programs compiled by gc as well as the Plan 9 C compiler. -This implementation adds the flag -S, which prints each symbol's size +This implementation adds the flag -S, which prints each symbol's size in decimal after its address. Usage: |
