From: Toshihiro Shiino
Date: Wed, 5 Feb 2020 11:25:01 +0000 (+0000)
Subject: doc/go1.14: fix inconsistent markup
X-Git-Tag: go1.14~9^2~15
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a528215693;p=gostls13.git
doc/go1.14: fix inconsistent markup
Unlike the others, the dt tag of reflect is not next to the dl tag.
The dd's closing tags may or may not have been omitted. They were unified without omission.
Updates #36878
Change-Id: I4e24f93fe8763ae8a1e4392db72e0b4818884f44
Reviewed-on: https://go-review.googlesource.com/c/go/+/217701
Reviewed-by: Dmitri Shuralyov
---
diff --git a/doc/go1.14.html b/doc/go1.14.html
index 4e7381b900..5369c43944 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -430,7 +430,7 @@ appropriately.)
The hash functions are collision-resistant but not cryptographically secure.
-
+
- crypto/tls
@@ -492,7 +492,7 @@ appropriately.)
Certificate.SupportedSignatureAlgorithms
field to disable them.
-
+
- debug/dwarf
@@ -534,7 +534,7 @@ appropriately.)
TagBMPString
constant.
-
+
- encoding/json
@@ -553,7 +553,7 @@ appropriately.)
was never a documented feature. For proper escaping, see HTMLEscape
.
-
+
- go/build
@@ -619,7 +619,7 @@ appropriately.)
computation. Several architectures implement this computation
using dedicated hardware instructions for additional performance.
-
+
- math/big
@@ -629,7 +629,7 @@ appropriately.)
now allows the inputs a
and b
to be
zero or negative.
-
+
- math/bits
@@ -654,7 +654,7 @@ appropriately.)
with an
IETF draft that treats application/javascript
as obsolete.
-
+
- mime/multipart
@@ -731,7 +731,7 @@ appropriately.)
a syscall.SIGTERM
signal, similar to how Control-C
and Control-Break generate a syscall.SIGINT
signal.
-
+
- plugin
@@ -739,12 +739,10 @@ appropriately.)
The plugin
package now supports freebsd/amd64
.
-
+
-
-
-- reflect
+- reflect
-
StructOf
now
@@ -752,7 +750,7 @@ appropriately.)
setting the PkgPath
field in
a StructField
element.
-
+
- runtime
@@ -769,7 +767,7 @@ appropriately.)
to the main thread
rather than the thread writing to the closed pipe.
-
+
- runtime/pprof
@@ -781,6 +779,7 @@ appropriately.)
the pprof tool expects. This is a fix for the regression introduced
during recent releases.
+
- strconv
@@ -809,7 +808,7 @@ appropriately.)
performance of highly contended mutexes on high CPU count
machines.
-
+
- testing
@@ -820,6 +819,7 @@ appropriately.)
T.Cleanup
or
B.Cleanup
respectively.
+
- text/template