From 3f1873a8e3a754f7deb50de6ae302809f91badd7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 16 Jun 2017 09:05:52 +0200 Subject: [PATCH] ttyslot.3: Fix error in feature test macro requirements Signed-off-by: Michael Kerrisk --- man3/ttyslot.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/ttyslot.3 b/man3/ttyslot.3 index e4e8dd6a3..77bea7f3b 100644 --- a/man3/ttyslot.3 +++ b/man3/ttyslot.3 @@ -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 -- 2.11.4.GIT