summaryrefslogtreecommitdiff
path: root/src/cmd/6c/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/6c/doc.go')
-rw-r--r--src/cmd/6c/doc.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cmd/6c/doc.go b/src/cmd/6c/doc.go
index 249a8ed80..e0a22e78b 100644
--- a/src/cmd/6c/doc.go
+++ b/src/cmd/6c/doc.go
@@ -2,13 +2,15 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build ignore
+
/*
6c is a version of the Plan 9 C compiler. The original is documented at
- http://plan9.bell-labs.com/magic/man2html/1/2c
+ http://plan9.bell-labs.com/magic/man2html/1/8c
Its target architecture is the x86-64, referred to by these tools as amd64.
*/
-package documentation
+package main