]> Cypherpunks repositories - gostls13.git/commitdiff
godoc: fix doc typo
authorPeter Mundy <go.peter.90@gmail.com>
Mon, 29 Nov 2010 22:31:24 +0000 (14:31 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 29 Nov 2010 22:31:24 +0000 (14:31 -0800)
Consistently use 6060 as the port number.

R=gri
CC=golang-dev
https://golang.org/cl/3287042

src/cmd/godoc/doc.go

index d0a4d739940b18aa58313f4de9d67289a04d3c56..53f05ceb47930a64c3f9ff1490a7c85c3b202cf1 100644 (file)
@@ -24,7 +24,7 @@ godoc first tries localhost:6060 and then http://golang.org.
 
        godoc -q Reader Writer
        godoc -q math.Sin
-       godoc -server=:6666 -q sin
+       godoc -server=:6060 -q sin
 
 With the -http flag, it runs as a web server and presents the documentation as a
 web page.