aboutsummaryrefslogtreecommitdiffstats
path: root/man3/insque.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/insque.3')
-rw-r--r--man3/insque.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/insque.3 b/man3/insque.3
index 3159515fe0..bdde56b0a5 100644
--- a/man3/insque.3
+++ b/man3/insque.3
@@ -54,8 +54,8 @@ Feature Test Macro Requirements for glibc (see
.BR insque (),
.BR remque ():
.RS 4
-_SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
-_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
+_SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500
+.\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
.RE
.ad
.SH DESCRIPTION