aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2012-03-03 00:47:11 +0800
committerShenghou Ma <minux.ma@gmail.com>2012-03-03 00:47:11 +0800
commit6a005cb03f17a5ec544c45fc749cd4dc0227516b (patch)
tree58306ca5e89427bc7a41e8948cf039f050ec313b
parent1feecdd633c1943e5c4a0ced3a14788ee00f343c (diff)
downloadgo-6a005cb03f17a5ec544c45fc749cd4dc0227516b.tar.gz
go-6a005cb03f17a5ec544c45fc749cd4dc0227516b.zip
doc/go1: minor corrections
Set dagger looks very much like t in some fonts, so superscript it. os/signal is no longer in exp. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5720049
-rw-r--r--doc/go1.html5
-rw-r--r--doc/go1.tmpl5
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/go1.html b/doc/go1.html
index d3eff21e37..83a7653c40 100644
--- a/doc/go1.html
+++ b/doc/go1.html
@@ -650,13 +650,12 @@ Several packages have moved under <code>exp</code> at the time of Go 1's release
<ul>
<li><code>ebnf</code></li>
-<li><code>html</code>&#8224;</li>
+<li><code>html</code><sup>&#8224;</sup></li>
<li><code>go/types</code></li>
-<li><code>os/signal</code></li>
</ul>
<p>
-(&#8224;The <code>EscapeString</code> and <code>UnescapeString</code> types remain
+(<sup>&#8224;</sup>The <code>EscapeString</code> and <code>UnescapeString</code> types remain
in package <code>html</code>.)
</p>
diff --git a/doc/go1.tmpl b/doc/go1.tmpl
index da6163a5df..e5f161e820 100644
--- a/doc/go1.tmpl
+++ b/doc/go1.tmpl
@@ -574,13 +574,12 @@ Several packages have moved under <code>exp</code> at the time of Go 1's release
<ul>
<li><code>ebnf</code></li>
-<li><code>html</code>&#8224;</li>
+<li><code>html</code><sup>&#8224;</sup></li>
<li><code>go/types</code></li>
-<li><code>os/signal</code></li>
</ul>
<p>
-(&#8224;The <code>EscapeString</code> and <code>UnescapeString</code> types remain
+(<sup>&#8224;</sup>The <code>EscapeString</code> and <code>UnescapeString</code> types remain
in package <code>html</code>.)
</p>