In the NEWS file:

    2009-04-01  visibility      Renamed to lib-symbol-visibility.

The commit that did this missed a reference to 'visibility' in the
documentation. This patch fixes it.

Collin
From fe8453457c44194354bea89347f713562f67aae2 Mon Sep 17 00:00:00 2001
From: Collin Funk <collin.fu...@gmail.com>
Date: Fri, 17 May 2024 02:35:10 -0700
Subject: [PATCH] doc: Update outdated module name.

* doc/ld-version-script.texi (LD Version Scripts): Refer to
'lib-symbol-visibility' instead of 'visibility'.
---
 ChangeLog                  | 6 ++++++
 doc/ld-version-script.texi | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 742a20d012..7a08db245c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-05-17  Collin Funk  <collin.fu...@gmail.com>
+
+	doc: Update outdated module name.
+	* doc/ld-version-script.texi (LD Version Scripts): Refer to
+	'lib-symbol-visibility' instead of 'visibility'.
+
 2024-05-16  Collin Funk  <collin.fu...@gmail.com>
 
 	byteswap: Use __has_builtin portably.
diff --git a/doc/ld-version-script.texi b/doc/ld-version-script.texi
index ac7e01e6d1..cc77dc5cba 100644
--- a/doc/ld-version-script.texi
+++ b/doc/ld-version-script.texi
@@ -73,5 +73,5 @@ @node LD Version Scripts
 @end smallexample
 
 For more discussions about symbol visibility, rather than shared
-library versioning, see the @code{visibility} module
+library versioning, see the @code{lib-symbol-visibility} module
 (@pxref{Exported Symbols of Shared Libraries}).
-- 
2.45.0

Reply via email to