From f89cdf42be1cbebd7495978fab9d07fe870b2866 Mon Sep 17 00:00:00 2001 From: phantom Date: Fri, 21 Feb 2003 13:43:41 +0000 Subject: Mention that dlerror() is also applicable to retrieve error message after dladdr() and dlinfo() functions calls. --- lib/libc/gen/dlopen.3 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3 index 7cc3f3a..3729361 100644 --- a/lib/libc/gen/dlopen.3 +++ b/lib/libc/gen/dlopen.3 @@ -278,6 +278,8 @@ function returns a null-terminated character string describing the last error that occurred during a call to .Fn dlopen , +.Fn dladdr , +.Fn dlinfo , .Fn dlsym , .Fn dlfunc , or -- cgit v1.1