diff options
Diffstat (limited to 'man3/dlopen.3')
| -rw-r--r-- | man3/dlopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 359bee74f3..1d22e00b97 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -192,7 +192,7 @@ This flag is not specified in POSIX.1-2001. .PP If .I filename -is a NULL pointer, then the returned handle is for the main program. +is NULL, then the returned handle is for the main program. When given to .BR dlsym (), this handle causes a search for a symbol in the main program, |
