fseeko.3: Move info about obsolete FTM from SYNOPSIS to NOTES

This makes the SYNOPSIS more consistent with other pages.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-05 10:52:30 +01:00
parent cc4423f732
commit 72af9e8351
1 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,6 @@ Feature Test Macro Requirements for glibc (see
.BR ftello ():
.nf
_FILE_OFFSET_BITS\ ==\ 64 || _POSIX_C_SOURCE\ >=\ 200112L
(defining the obsolete _LARGEFILE_SOURCE macro also works)
.fi
.SH DESCRIPTION
The
@ -108,5 +107,10 @@ T} Thread safety MT-Safe
.sp 1
.SH CONFORMING TO
POSIX.1-2001, POSIX.1-2008, SUSv2.
.SH NOTES
The declarations of these functions can also be obtained by defining
the obsolete
.B _LARGEFILE_SOURCE
feature test macro.
.SH SEE ALSO
.BR fseek (3)