diff options
Diffstat (limited to 'man3/ttyslot.3')
| -rw-r--r-- | man3/ttyslot.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man3/ttyslot.3 b/man3/ttyslot.3 index 9336346697..de2ba59e71 100644 --- a/man3/ttyslot.3 +++ b/man3/ttyslot.3 @@ -47,12 +47,10 @@ Since glibc 2.24: _DEFAULT_SOURCE .br From glibc 2.20 to 2.23: - _DEFAULT_SOURCE || - _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE\ <\ 500 + _DEFAULT_SOURCE || (_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE\ <\ 500) .br Glibc 2.19 and earlier: - _BSD_SOURCE || - _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE\ <\ 500 + _BSD_SOURCE || (_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE\ <\ 500) .RE .ad b .SH DESCRIPTION |
