diff options
Diffstat (limited to 'man3/dlopen.3')
| -rw-r--r-- | man3/dlopen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 317e0d3ce7..5518a0e973 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -284,7 +284,7 @@ symbols in it, then the dynamic library is unloaded. .LP The function .BR dlclose () -returns 0 on success, and non-zero on error. +returns 0 on success, and nonzero on error. .SS "The obsolete symbols _init() and _fini()" The linker recognizes special symbols .B _init @@ -370,7 +370,7 @@ and are set to NULL. .PP .BR dladdr () -returns 0 on error, and non-zero on success. +returns 0 on error, and nonzero on success. .PP The function .BR dlvsym (), |
