]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dlopen.3: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 2 Dec 2015 13:03:49 +0000 (14:03 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 2 Dec 2015 13:03:49 +0000 (14:03 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlopen.3

index da728b801ed577c9cbf08e1623be0c2176fe6237..2a773c8a863c837dc669fb14a683491c77611d99 100644 (file)
@@ -363,7 +363,7 @@ The
 .BR RTLD_NOLOAD ,
 .BR RTLD_NODELETE ,
 and
-.BR RTLD_DEEP_BIND
+.BR RTLD_DEEPBIND
 flags are GNU extensions;
 the first two of these flags are also present on Solaris.
 .SH NOTES