aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-05-26 13:09:31 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-05-26 13:25:54 +0200
commit5dbd04b5f939b515cb4b153ad7018f94d94b60ba (patch)
tree99d43f586d703b215ac01009e238849e86ea75e8 /man3
parentb710e161610df54e4297eb96a53a579a956478d9 (diff)
downloadman-pages-5dbd04b5f939b515cb4b153ad7018f94d94b60ba.tar.gz
pipe.2, socketpair.2, dlopen.3, posix_memalign.3, signal-safety.7: Correct bogus POSIX.1 standards names
POSIX.1-2003 ==> POSIX.1-2001 TC1 POSIX.1-2004 ==> POSIX.1-2001 TC2 POSIX.1-2013 ==> POSIX.1-2008 TC1 POSIX.1-2016 ==> POSIX.1-2008 TC2 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/dlopen.310
-rw-r--r--man3/posix_memalign.32
2 files changed, 6 insertions, 6 deletions
diff --git a/man3/dlopen.3 b/man3/dlopen.3
index b657e5ea93..3bf2251549 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -593,11 +593,11 @@ main(void)
This (clumsy) cast conforms with the ISO C standard and will
avoid any compiler warnings.
- The 2013 Technical Corrigendum to POSIX.1-2008 (a.k.a.
- POSIX.1-2013) improved matters by requiring that conforming
- implementations support casting 'void *' to a function pointer.
- Nevertheless, some compilers (e.g., gcc with the '-pedantic'
- option) may complain about the cast used in this program. */
+ The 2013 Technical Corrigendum 1 to POSIX.1-2008 improved matters
+ by requiring that conforming implementations support casting
+ 'void *' to a function pointer. Nevertheless, some compilers
+ (e.g., gcc with the '-pedantic' option) may complain about the
+ cast used in this program. */
.\" http://pubs.opengroup.org/onlinepubs/009695399/functions/dlsym.html#tag_03_112_08
.\" http://pubs.opengroup.org/onlinepubs/9699919799/functions/dlsym.html#tag_16_96_07
.\" http://austingroupbugs.net/view.php?id=74
diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3
index d6ce27155c..22b4498202 100644
--- a/man3/posix_memalign.3
+++ b/man3/posix_memalign.3
@@ -159,7 +159,7 @@ On Linux (and other systems),
does not modify
.I memptr
on failure.
-A requirement standardizing this behavior was added in POSIX.1-2016.
+A requirement standardizing this behavior was added in POSIX.1-2008 TC2.
.\" http://austingroupbugs.net/view.php?id=520
.SH ERRORS
.TP