diff dynload/dynload.3 @ 253:5cfe4322c500

- improved support for older OS versions for dynloads dlGetLibraryPath
author Tassilo Philipp
date Mon, 15 May 2017 02:50:03 +0200
parents 7cb8a0aaf638
children 7c6f19d42b31
line wrap: on
line diff
--- a/dynload/dynload.3	Sun May 14 02:29:55 2017 +0200
+++ b/dynload/dynload.3	Mon May 15 02:50:03 2017 +0200
@@ -102,11 +102,11 @@
 .Fn dlSymsInit
 is not thread-safe on Darwin.
 .Fn dlGetLibraryPath
-will not work on Haiku when the library in question doesn't have the (default)
+will not work on the following platforms when the library in question doesn't have the (default)
 .Fn _init
 and
 .Fn _fini
-symbols exported (rare, but possible).
+symbols exported (rare, but possible): Haiku (all versions), OpenBSD < 3.7, NetBSD < 5.1, FreeBSD < 4.8
 .Sh CONFORMING TO
 The dynload library conforms to c99.
 .Ed