diff options
author | Rob Pike <r@golang.org> | 2009-11-04 13:13:17 -0800 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2009-11-04 13:13:17 -0800 |
commit | 5addd42f5add84a19e99c21ef3b390879bb4b797 (patch) | |
tree | 838bb95ba9a77c80f5a0e789d4e45d53ac308513 /src | |
parent | 2dda6badcaa6efdbf6566f73d9389985af345e3c (diff) | |
download | golang-5addd42f5add84a19e99c21ef3b390879bb4b797.tar.gz |
stylistic issues in a couple of cmd docs
R=rsc
http://go/go-review/1017028
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/nm/doc.go | 2 | ||||
-rw-r--r-- | src/cmd/prof/doc.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/nm/doc.go b/src/cmd/nm/doc.go index 5c171797b..60f08f568 100644 --- a/src/cmd/nm/doc.go +++ b/src/cmd/nm/doc.go @@ -4,7 +4,7 @@ /* -nm is a version of the Plan 9 nm command documented at +This nm is a version of the Plan 9 nm command documented at http://plan9.bell-labs.com/magic/man2html/1/nm diff --git a/src/cmd/prof/doc.go b/src/cmd/prof/doc.go index 8b2732ab3..1493c641d 100644 --- a/src/cmd/prof/doc.go +++ b/src/cmd/prof/doc.go @@ -4,7 +4,7 @@ /* -prof is a rudimentary real-time profiler. +Prof is a rudimentary real-time profiler. Given a command to run or the process id (pid) of a command already running, it samples the program's state at regular intervals and reports |