diff options
Diffstat (limited to 'man3/dlopen.3')
| -rw-r--r-- | man3/dlopen.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 61976e18bc..a2c84ff3fa 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -191,8 +191,10 @@ fails for any reason, it returns NULL. .SS "dlsym" The function .BR dlsym () -takes a "handle" of a dynamic library returned by dlopen and the -NUL-terminated symbol name, returning the address where that symbol is +takes a "handle" of a dynamic library returned by +.BR dlopen () +and the +null-terminated symbol name, returning the address where that symbol is loaded into memory. If the symbol is not found, in the specified library or any of the libraries that were automatically loaded by .BR dlopen () |
