aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-16 16:43:04 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 17:35:44 +0200
commit9ebcbe137748fc06765289c20b2cce7b0a0c6d9d (patch)
tree29e71cd6c1c33c08b61e7a052907aec8570d7657
parentc72bea436f4a882afeddbdbcbff0ad286f1ac4fe (diff)
downloadman-pages-9ebcbe137748fc06765289c20b2cce7b0a0c6d9d.tar.gz
dlopen.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/dlopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index c26229a983..c5d359a3ff 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -299,7 +299,7 @@ these functions return NULL.
On success,
.BR dlclose ()
-returns 0; on error, ir returns a nonzero value.
+returns 0; on error, it returns a nonzero value.
Errors from these functions can be diagnosed using
.BR dlerror (3).