aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-05-26 12:57:25 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-05-26 13:25:54 +0200
commit3e4c47dde200c58cb75c26e683de79efb5991714 (patch)
treeb63995fea73d7888a6d7fcf38a8201af79bf4c57 /man3
parentd645b01b3199b1b39cba9e80ff75ead2b5c8f5aa (diff)
downloadman-pages-3e4c47dde200c58cb75c26e683de79efb5991714.tar.gz
dlopen.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/dlopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index 3363f51205..b657e5ea93 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -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");