]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dlopen.3: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 16 Jul 2015 14:43:04 +0000 (16:43 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 15:35:44 +0000 (17:35 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlopen.3

index c26229a9839c9cda28148730e5bd1b70a212e6cb..c5d359a3ffa6f8ab120f6240d57b5c789fca587e 100644 (file)
@@ -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).