aboutsummaryrefslogtreecommitdiffstats
path: root/man2/wait.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/wait.2')
-rw-r--r--man2/wait.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/wait.2 b/man2/wait.2
index 74e18d6379..cf1f5035ec 100644
--- a/man2/wait.2
+++ b/man2/wait.2
@@ -71,11 +71,11 @@ Feature Test Macro Requirements for glibc (see
.BR waitid ():
.nf
Since glibc 2.26:
- _XOPEN_SOURCE >= 500 || _POSIX_C_SOURCE\ >=\ 200809L
+ _XOPEN_SOURCE >= 500 || _POSIX_C_SOURCE >= 200809L
.\" (_XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED)
Glibc 2.25 and earlier:
_XOPEN_SOURCE
- || /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L
+ || /* Since glibc 2.12: */ _POSIX_C_SOURCE >= 200809L
|| /* Glibc <= 2.19: */ _BSD_SOURCE
.fi
.SH DESCRIPTION