truncate.2: Fix feature test macros

Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-10-06 07:51:38 +02:00
parent 28e7ac241f
commit c18150c27e
1 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@
.\" Modified 2002-04-06 by Andries Brouwer <aeb@cwi.nl>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.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