ttyslot.3: Fix error in feature test macro requirements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-06-16 09:05:52 +02:00
parent f8c8a9031d
commit 3f1873a8e3
1 changed files with 2 additions and 2 deletions

View File

@ -42,11 +42,11 @@ Feature Test Macro Requirements for glibc (see
.BR ttyslot ():
.RS 4
Since glibc 2.20:
_BSD_SOURCE ||
_DEFAULT_SOURCE ||
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_\ <\ 500
.br
Glibc 2.19 and earlier:
_DEFAULT_SOURCE ||
_BSD_SOURCE ||
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_\ <\ 500
.RE
.ad b