From c18150c27e87108c5c01143a9977f0c3e03b75e7 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 Oct 2010 07:51:38 +0200 Subject: [PATCH] truncate.2: Fix feature test macros Reported-by: Sam Varshavchik Signed-off-by: Michael Kerrisk --- man2/truncate.2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man2/truncate.2 b/man2/truncate.2 index b145db59d..f3795efe0 100644 --- a/man2/truncate.2 +++ b/man2/truncate.2 @@ -38,7 +38,7 @@ .\" Modified 2002-04-06 by Andries Brouwer .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH TRUNCATE 2 2010-09-27 "Linux" "Linux Programmer's Manual" +.TH TRUNCATE 2 2010-10-07 "Linux" "Linux Programmer's Manual" .SH NAME truncate, ftruncate \- truncate a file to a specified length .SH SYNOPSIS @@ -67,7 +67,6 @@ _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED .sp .BR ftruncate (): .RS 4 -Between glibc 2.3.5 and 2.11 _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED .br