]> Cypherpunks repositories - gostls13.git/commitdiff
stylistic issues in a couple of cmd docs
authorRob Pike <r@golang.org>
Wed, 4 Nov 2009 21:13:17 +0000 (13:13 -0800)
committerRob Pike <r@golang.org>
Wed, 4 Nov 2009 21:13:17 +0000 (13:13 -0800)
R=rsc
http://go/go-review/1017028

src/cmd/nm/doc.go
src/cmd/prof/doc.go

index 5c171797b089b3cba82edd7b7776c50e085bcfd8..60f08f568c3d48547803f7ad386bc551e8114ffa 100644 (file)
@@ -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
 
index 8b2732ab3c0f1dd551104955361169375e5edc9b..1493c641d2d125a3528496c510c68dcb7b50e0dd 100644 (file)
@@ -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