diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/dlerror.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/dlerror.3 b/man3/dlerror.3 index 9cc5499dc5..6eb1ca5f85 100644 --- a/man3/dlerror.3 +++ b/man3/dlerror.3 @@ -38,6 +38,9 @@ function returns a human-readable string describing the most recent error that occurred from a call to one of the functions in the dlopen API since the last call to .BR dlerror (). +The returned string does +.I not +include a trailing newline. .BR dlerror () returns NULL if no errors have occurred since initialization or since |
