]> Cypherpunks.ru repositories - gostls13.git/commitdiff
Rewrite leftover references to plan9.bell-labs.com to 9p.io.
authorMuhammed Uluyol <uluyol0@gmail.com>
Sun, 6 Mar 2016 04:51:25 +0000 (23:51 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 6 Mar 2016 07:07:01 +0000 (07:07 +0000)
Change-Id: Iadb4aa016a7b361d01827787dbc59164d5d147f2
Reviewed-on: https://go-review.googlesource.com/20291
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/yacc/doc.go
src/debug/gosym/symtab.go
src/image/color/palette/gen.go
src/image/color/palette/palette.go
src/path/filepath/path.go
src/path/path.go

index 328d87b9da53efe301ff16d001b50b537aeaaca3..c9bb573e005dd240ef12dbf245a9a820ebf45d88 100644 (file)
@@ -15,7 +15,7 @@ It is largely transliterated from the Inferno version written in Limbo
 which in turn was largely transliterated from the Plan 9 version
 written in C and documented at
 
-       http://plan9.bell-labs.com/magic/man2html/1/yacc
+       https://9p.io/magic/man2html/1/yacc
 
 Adepts of the original yacc will have no trouble adapting to this
 form of the tool.
index bde4cc7ac50360762407a38c7d6254c31b9495b1..49e154fd8ef305b06ac0eec97c13604ceed19e94 100644 (file)
@@ -8,7 +8,7 @@
 package gosym
 
 // The table format is a variant of the format used in Plan 9's a.out
-// format, documented at http://plan9.bell-labs.com/magic/man2html/6/a.out.
+// format, documented at https://9p.io/magic/man2html/6/a.out.
 // The best reference for the differences between the Plan 9 format
 // and the Go format is the runtime source, specifically ../../runtime/symtab.c.
 
index 2b5fdaaf2b3b2a34da7ad20c39627f98ac3a90fa..57718e6a0c5b8956f2a0c389e4e89ba6fb148790 100644 (file)
@@ -89,7 +89,7 @@ func printPlan9(w io.Writer) {
        fmt.Fprintln(w, "// of continuous tones.")
        fmt.Fprintln(w, "//")
        fmt.Fprintln(w, "// This palette was used in the Plan 9 Operating System, described at")
-       fmt.Fprintln(w, "// http://plan9.bell-labs.com/magic/man2html/6/color")
+       fmt.Fprintln(w, "// https://9p.io/magic/man2html/6/color")
        fmt.Fprintln(w, "var Plan9 = []color.Color{")
        for _, line := range lines {
                fmt.Fprintln(w, line)
index 0bf2c8e1aa565be9e3fb034fa545a7a633a1015d..b69541452041c48a95aecbf64f6597db901ac6a7 100644 (file)
@@ -19,7 +19,7 @@ import "image/color"
 // of continuous tones.
 //
 // This palette was used in the Plan 9 Operating System, described at
-// http://plan9.bell-labs.com/magic/man2html/6/color
+// https://9p.io/magic/man2html/6/color
 var Plan9 = []color.Color{
        color.RGBA{0x00, 0x00, 0x00, 0xff},
        color.RGBA{0x00, 0x00, 0x44, 0xff},
index 4b70bf8824dab86101e9768bb741583726f47027..b2cf6c9801d0fb19fe6d53e58966365760eacdc6 100644 (file)
@@ -80,7 +80,7 @@ const (
 //
 // See also Rob Pike, ``Lexical File Names in Plan 9 or
 // Getting Dot-Dot Right,''
-// http://plan9.bell-labs.com/sys/doc/lexnames.html
+// https://9p.io/sys/doc/lexnames.html
 func Clean(path string) string {
        originalPath := path
        volLen := volumeNameLen(path)
index 990fa3fcc5a0c52646b4728a0b3f5a784e244a37..c1d4d8aced3cc76939077af34821e02b7159cb0f 100644 (file)
@@ -65,7 +65,7 @@ func (b *lazybuf) string() string {
 //
 // See also Rob Pike, ``Lexical File Names in Plan 9 or
 // Getting Dot-Dot Right,''
-// http://plan9.bell-labs.com/sys/doc/lexnames.html
+// https://9p.io/sys/doc/lexnames.html
 func Clean(path string) string {
        if path == "" {
                return "."