From: Toshihiro Shiino Date: Fri, 31 Jul 2020 03:02:55 +0000 (+0000) Subject: doc/go1.15: fix a few trivial inconsistencies X-Git-Tag: go1.15rc2~1^2~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=10523c0efb908ab0ff4872a2e9e91b314d3d46ed;p=gostls13.git doc/go1.15: fix a few trivial inconsistencies For #37419 Change-Id: I8ede539df5d5344aeb44ba1a7e2383363d92157f Reviewed-on: https://go-review.googlesource.com/c/go/+/245977 Reviewed-by: Dmitri Shuralyov Run-TryBot: Dmitri Shuralyov TryBot-Result: Gobot Gobot --- diff --git a/doc/go1.15.html b/doc/go1.15.html index 42687a4741..17e442d4c6 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -655,8 +655,8 @@ Do not send CLs removing the interior tags from such phrases.
flag

- When the flag package sees -h or -help, and - those flags are not defined, it now prints a usage message. + When the flag package sees -h or -help, + and those flags are not defined, it now prints a usage message. If the FlagSet was created with ExitOnError, FlagSet.Parse would then @@ -901,9 +901,9 @@ Do not send CLs removing the interior tags from such phrases.

runtime/pprof

- The goroutine profile includes the profile labels associated with each goroutine - at the time of profiling. This feature is not yet implemented for the profile - reported with debug=2. + The goroutine profile now includes the profile labels associated with each + goroutine at the time of profiling. This feature is not yet implemented for + the profile reported with debug=2.

@@ -934,6 +934,7 @@ Do not send CLs removing the interior tags from such phrases. Map.Delete is more efficient.

+
syscall