aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-05 10:52:30 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-05 11:01:22 +0100
commit72af9e8351383a9a8d2873beb182b14806eba76e (patch)
treefd9e00d63d9ce7b3bd3ec55bdd1ce58d187bc100
parentcc4423f7320d58393adf094615917ccc15a5f498 (diff)
downloadman-pages-72af9e8351383a9a8d2873beb182b14806eba76e.tar.gz
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>
-rw-r--r--man3/fseeko.36
1 files changed, 5 insertions, 1 deletions
diff --git a/man3/fseeko.3 b/man3/fseeko.3
index 7e15eaa5bb..ecd0c42e37 100644
--- a/man3/fseeko.3
+++ b/man3/fseeko.3
@@ -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)