aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-04 15:37:07 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-04 15:47:04 +0100
commitc418bc9d166b95627dd6d079607f5bee1a9b0db0 (patch)
treea08163178442ac702e0c0522f7e08a236cea648b
parentdb198f06a8af2b1b91a2bbc85f1a5b9f0285ed7b (diff)
downloadman-pages-c418bc9d166b95627dd6d079607f5bee1a9b0db0.tar.gz
grantpt.3, ptsname.3, unlockpt.3: Remove mention of _XOPEN_SOURCE_EXTENDED FTM
This rather ancient FTM is not mentioned in other pages for reasons discussed in feature_test_macros(7). Remove this FTM from the three pages where it does appear. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/grantpt.34
-rw-r--r--man3/ptsname.34
-rw-r--r--man3/unlockpt.34
3 files changed, 6 insertions, 6 deletions
diff --git a/man3/grantpt.3 b/man3/grantpt.3
index cae0a3b64e..4ad91e44aa 100644
--- a/man3/grantpt.3
+++ b/man3/grantpt.3
@@ -22,8 +22,8 @@ Feature Test Macro Requirements for glibc (see
.br
.RS 4
Since glibc 2.24:
- _XOPEN_SOURCE\ >=\ 500 ||
- (_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED)
+ _XOPEN_SOURCE\ >=\ 500
+.\" || (_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED)
.br
Glibc 2.23 and earlier:
_XOPEN_SOURCE
diff --git a/man3/ptsname.3 b/man3/ptsname.3
index e63353ce22..ef36483744 100644
--- a/man3/ptsname.3
+++ b/man3/ptsname.3
@@ -24,8 +24,8 @@ Feature Test Macro Requirements for glibc (see
.BR ptsname ():
.RS 4
Since glibc 2.24:
- _XOPEN_SOURCE\ >=\ 500 ||
- (_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED)
+ _XOPEN_SOURCE\ >=\ 500
+.\" || (_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED)
.br
Glibc 2.23 and earlier:
_XOPEN_SOURCE
diff --git a/man3/unlockpt.3 b/man3/unlockpt.3
index f4317ac906..69a6d11677 100644
--- a/man3/unlockpt.3
+++ b/man3/unlockpt.3
@@ -22,8 +22,8 @@ Feature Test Macro Requirements for glibc (see
.BR unlockpt ():
.RS 4
Since glibc 2.24:
- _XOPEN_SOURCE\ >=\ 500 ||
- (_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED)
+ _XOPEN_SOURCE\ >=\ 500
+.\" || (_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED)
.br
Glibc 2.23 and earlier:
_XOPEN_SOURCE