aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
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