From 4897b19d4e543bbf3e8ff6e6228353d10e87f115 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 10 Jan 2020 21:12:20 +0100 Subject: [PATCH] syscall.2: Minor tweaks to Petr Vorel's patch Signed-off-by: Michael Kerrisk --- man2/syscall.2 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/man2/syscall.2 b/man2/syscall.2 index 3fc32cb7a..3e420aac1 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -54,12 +54,19 @@ syscall \- indirect system call Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): .in -.PP .BR syscall (): +.PD 0 .ad l - /* Since glibc 2.19: */ _DEFAULT_SOURCE - /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE +.RS 4 +.TP 4 +Since glibc 2.19: +_DEFAULT_SOURCE +.TP +Before glibc 2.19: +_BSD_SOURCE || _SVID_SOURCE +.RE .ad +.PD .SH DESCRIPTION .BR syscall () is a small library function that invokes