From: Brad Fitzpatrick
Date: Fri, 19 May 2017 19:39:20 +0000 (+0000)
Subject: [release-branch.go1.8] doc: remove mentions of yacc tool
X-Git-Tag: go1.8.3~15
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b6a8fc8d8cef50a62e6f5169054ae4c800481386;p=gostls13.git
[release-branch.go1.8] doc: remove mentions of yacc tool
It was removed in CL 27325.
Fixes #20431
Change-Id: I6842851444186e19029d040f61fdf4f87a3103a6
Reviewed-on: https://go-review.googlesource.com/43771
Reviewed-by: Ian Lance Taylor
(cherry picked from commit deebd8fe273df2de2d590ee41ae1155c521219e9)
Reviewed-on: https://go-review.googlesource.com/43772
Reviewed-by: Chris Broadfoot
---
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. |
-
-