]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
dlopen.3: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 May 2020 10:57:25 +0000 (12:57 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 26 May 2020 11:25:54 +0000 (13:25 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/dlopen.3

index 3363f512054f410d6a7c547c875f930ad6022f30..b657e5ea93ea6b3c86701f81721c16b5b11a3659 100644 (file)
@@ -585,7 +585,7 @@ main(void)
 
     /* According to the ISO C standard, casting between function
        pointers and 'void *', as done above, produces undefined results.
-       POSIX.1-2003 and POSIX.1-2008 accepted this state of affairs and
+       POSIX.1-2001 and POSIX.1-2008 accepted this state of affairs and
        proposed the following workaround:
 
            *(void **) (&cosine) = dlsym(handle, "cos");