From e85983352970f10d4ee3e1c8db3df53c3e2da6a0 Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Fri, 21 Feb 2003 13:43:41 +0000 Subject: [PATCH] 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(+) diff --git a/lib/libc/gen/dlopen.3 b/lib/libc/gen/dlopen.3 index 7cc3f3a58d4..37293619444 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