diff mbox series

[wwwdocs,committed] gcc-14/changes.html (OpenMP): Tweak manual-update wording

Message ID cc53998b-83a8-4ce4-a017-8ccf44ca6871@codesourcery.com
State New
Headers show
Series [wwwdocs,committed] gcc-14/changes.html (OpenMP): Tweak manual-update wording | expand

Commit Message

Tobias Burnus Sept. 25, 2023, 6:24 p.m. UTC
The 'description' words looked a bit misplaced when reading the full sentence.
Likewise "the libnuma" - I changed that to simply "libnuma". (Alternatives would be
"the libnuma library" or "the numa library".)

Hence, I fixed my own wording :-)

Committed as attached. See also https://gcc.gnu.org/gcc-14/changes.html

Tobias
-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955

Comments

Gerald Pfeifer Sept. 25, 2023, 10:12 p.m. UTC | #1
On Mon, 25 Sep 2023, Tobias Burnus wrote:
> The 'description' words looked a bit misplaced when reading the full 
> sentence. Likewise "the libnuma" - I changed that to simply "libnuma". 
> (Alternatives would be "the libnuma library" or "the numa library".)
> 
> Hence, I fixed my own wording :-)

Looks good (for the record).

Thanks,
Gerald
diff mbox series

Patch

commit 50c5c9f94be7b26a2853f64909fa61ebf60086aa
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon Sep 25 19:36:31 2023 +0200

    gcc-14/changes.html (OpenMP): Tweak manual-update wording
---
 htdocs/gcc-14/changes.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 2ca05ad0..c817dde4 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -74,11 +74,11 @@  a work-in-progress.</p>
     <li>
       The <a href="https://gcc.gnu.org/onlinedocs/libgomp/">GNU Offloading and
       Multi Processing Runtime Library Manual</a> has been updated and extended,
-      improving especially the ICV description, memory allocation, and the
-      description of the environment variables and OpenMP routines. On Linux,
-      the <a href="https://github.com/numactl/numactl">libnuma</a> is now used
-      for allocators requesting the nearest-partition trait as detailed in the
-      manual.
+      improving especially the description of <abbr title="internal control
+      variables">ICVs</abbr>, memory allocation, environment variables and OpenMP
+      routines. On Linux, <a href="https://github.com/numactl/numactl">libnuma</a>
+      is now used for allocators requesting the nearest-partition trait as
+      detailed in the manual.
     </li>
   </ul>
   </li>