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 | 18ccbc69f8ba71a396acba50ecfe5a591f687c78 (patch) | |
| tree | 6ccb9fc324805c484d6ca526ca484c2dd4470086 /src/cmd/nm | |
| parent | 81672e79e4ce6efa60b4d97515d19f2f530c2c43 (diff) | |
| download | go-18ccbc69f8ba71a396acba50ecfe5a591f687c78.tar.xz | |
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/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 60f08f568c..84a91792fb 100644 --- a/src/cmd/nm/doc.go +++ b/src/cmd/nm/doc.go @@ -4,7 +4,7 @@ /* -This nm is a version of the Plan 9 nm command documented at +Nm is a version of the Plan 9 nm command. The original is documented at http://plan9.bell-labs.com/magic/man2html/1/nm |
