]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update outdated module name.
authorCollin Funk <collin.funk1@gmail.com>
Fri, 17 May 2024 09:35:10 +0000 (02:35 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Fri, 17 May 2024 09:35:10 +0000 (02:35 -0700)
* doc/ld-version-script.texi (LD Version Scripts): Refer to
'lib-symbol-visibility' instead of 'visibility'.

ChangeLog
doc/ld-version-script.texi

index 742a20d0120203fa74f13f18d2a815ef2bb098e5..7a08db245c586ce9476e285eef28e6a0dff9cc67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-05-17  Collin Funk  <collin.funk1@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.funk1@gmail.com>
 
        byteswap: Use __has_builtin portably.
index ac7e01e6d19f49c19a5e66939404c8cdb05eea7d..cc77dc5cbaec6d44b4f82c48483c0407c5b24705 100644 (file)
@@ -73,5 +73,5 @@ endif
 @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}).