dlerror.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-07-16 16:28:24 +02:00
parent 78978ec9a7
commit c85226feb3
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +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 ().
It returns NULL if no errors have occurred since initialization or since
.BR dlerror ()
returns NULL if no errors have occurred since initialization or since
it was last called.
.SH VERSIONS
.BR dlerror ()