aboutsummaryrefslogtreecommitdiffstats
path: root/man2
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 /man2
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 'man2')
-rw-r--r--man2/pipe.22
-rw-r--r--man2/socketpair.22
2 files changed, 2 insertions, 2 deletions
diff --git a/man2/pipe.2 b/man2/pipe.2
index bbd5cff92a..ca0af8e389 100644
--- a/man2/pipe.2
+++ b/man2/pipe.2
@@ -159,7 +159,7 @@ On Linux (and other systems),
does not modify
.I pipefd
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=467
The Linux-specific
.BR pipe2 ()
diff --git a/man2/socketpair.2 b/man2/socketpair.2
index 3a65282c1a..30faa3b8d2 100644
--- a/man2/socketpair.2
+++ b/man2/socketpair.2
@@ -79,7 +79,7 @@ On Linux (and other systems),
does not modify
.I sv
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=483
.SH ERRORS
.TP