aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/getpwent.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/getpwent.3 b/man3/getpwent.3
index 99070c5b12..0e09c28d51 100644
--- a/man3/getpwent.3
+++ b/man3/getpwent.3
@@ -53,7 +53,8 @@ Feature Test Macro Requirements for glibc (see
.BR setpwent (),
.BR endpwent ():
.RS 4
-_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE > = 500
+_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
+_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.RE
.ad b
.SH DESCRIPTION