]> Cypherpunks repositories - gostls13.git/commitdiff
net/http/pprof: fix doc for /debug/pprof/
authorShenghou Ma <minux.ma@gmail.com>
Mon, 17 Dec 2012 15:32:08 +0000 (23:32 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Mon, 17 Dec 2012 15:32:08 +0000 (23:32 +0800)
Fixes #4548.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6944053

src/pkg/net/http/pprof/pprof.go

index d70bf4ed9d3452e51ebb97e04ed554ac4456ae67..0c03e5b2b75c5ff82ced1de40071d3392908122f 100644 (file)
@@ -34,9 +34,8 @@
 //
 //     go tool pprof http://localhost:6060/debug/pprof/block
 //
-// Or to view all available profiles:
-//
-//     go tool pprof http://localhost:6060/debug/pprof/
+// To view all available profiles, open http://localhost:6060/debug/pprof/
+// in your browser.
 //
 // For a study of the facility in action, visit
 //