godoc: fix doc typo

Consistently use 6060 as the port number.

R=gri
CC=golang-dev
https://golang.org/cl/3287042
This commit is contained in:
Peter Mundy 2010-11-29 14:31:24 -08:00 committed by Robert Griesemer
parent f08baa38f8
commit 37b7e3db73
1 changed files with 1 additions and 1 deletions

View 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.