From: Tobias Klauser Date: Fri, 22 Jul 2022 21:35:41 +0000 (+0200) Subject: doc/go1.19: minor fixes X-Git-Tag: go1.19~3^2~19 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9eb3992dddb561001f27ddf0c0d9e29d8d295f66;p=gostls13.git doc/go1.19: minor fixes EM_LONGARCH and R_LARCH_* are defined in package debug/elf. Change the definition list title accordingly. Format links sort.Find and sort.Search as code. Add a link to syscall.Getrusage. Change-Id: I30602baedda8ccac028101858a608f1d8ffb633b Reviewed-on: https://go-review.googlesource.com/c/go/+/419214 TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor Auto-Submit: Tobias Klauser Run-TryBot: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.19.html b/doc/go1.19.html index 3ce2233ab0..ba8aa74ff5 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -471,14 +471,14 @@ as well as support for rendering them to HTML, Markdown, and text. -
debug
+
debug/elf

The new EM_LONGARCH and R_LARCH_* constants support the loong64 port.

-
+
debug/pe
@@ -907,9 +907,9 @@ as well as support for rendering them to HTML, Markdown, and text.

The new function - Find + Find is like - Search + Search but often easier to use: it returns an additional boolean reporting whether an equal value was found.

@@ -939,7 +939,7 @@ as well as support for rendering them to HTML, Markdown, and text.

- On AIX and Solaris, Getrusage is now defined. + On AIX and Solaris, Getrusage is now defined.