diff --git a/doc/cmd.html b/doc/cmd.html index 992f176014..4d6ac01dc4 100644 --- a/doc/cmd.html +++ b/doc/cmd.html @@ -22,8 +22,6 @@ using the go tool subcommand, such as go tool vet. This style of invocation allows, for instance, checking a single source file rather than an entire package: go tool vet myprogram.go as compared to go vet mypackage. -Some of the commands, such as yacc, are accessible only through -the go tool subcommand.

@@ -95,12 +93,6 @@ gofmt command with more general options. calls whose arguments do not align with the format string. - -yacc -     -Yacc is a version of yacc that generates parsers implemented in Go. - -