aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-02-09 12:18:31 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-01 20:01:03 +0100
commitb40ec4cbf85bebdd768fce6f624d30247c5531d3 (patch)
treeaec075279a2dfa2310fa26f748dc2adb1a144339
parent52d1e2b24763f4b8f241165f4816727ba61a36d4 (diff)
downloadman-pages-b40ec4cbf85bebdd768fce6f624d30247c5531d3.tar.gz
ttyslot.3: Update FTM requirements (_DEFAULT_SOURCE)
And remove mention of obsolete _XOPEN_SOURCE_EXTENDED Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/ttyslot.38
1 files changed, 6 insertions, 2 deletions
diff --git a/man3/ttyslot.3 b/man3/ttyslot.3
index 63388bafff..71143b58c5 100644
--- a/man3/ttyslot.3
+++ b/man3/ttyslot.3
@@ -43,9 +43,13 @@ Feature Test Macro Requirements for glibc (see
.ad l
.BR ttyslot ():
.RS 4
-_BSD_SOURCE ||
+Since glibc 2.20:
+ _BSD_SOURCE ||
+ _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_\ <\ 500
.br
-_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_\ <\ 500\ &&\ _XOPEN_SOURCE_EXTENDED
+Glibc 2.19 and earlier:
+ _DEFAULT_SOURCE ||
+ _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_\ <\ 500
.RE
.ad b
.SH DESCRIPTION