summaryrefslogtreecommitdiff
path: root/src/cmd/6a/doc.go
AgeCommit message (Collapse)AuthorFilesLines
2009-11-09tweak documentation of commandsRuss Cox1-1/+1
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034
2009-11-03document the assemblers.Rob Pike1-0/+14
add details about -d and -e flags in the loaders. R=rsc CC=go-dev http://go/go-review/1018031