diff options
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 |