fsync.2: srcfix: add missing ./f/.fi in FTMs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-06 13:25:51 +01:00
parent 5979710fc5
commit 2bafc702d0
1 changed files with 4 additions and 0 deletions

View File

@ -52,15 +52,19 @@ Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)): .BR feature_test_macros (7)):
.RE .RE
.PP .PP
.nf
.BR fsync (): .BR fsync ():
Glibc 2.16 and later: Glibc 2.16 and later:
No feature test macros need be defined No feature test macros need be defined
Glibc up to and including 2.15: Glibc up to and including 2.15:
_BSD_SOURCE || _XOPEN_SOURCE _BSD_SOURCE || _XOPEN_SOURCE
|| /* Since glibc 2.8: */ _POSIX_C_SOURCE\ >=\ 200112L || /* Since glibc 2.8: */ _POSIX_C_SOURCE\ >=\ 200112L
.fi
.PP .PP
.BR fdatasync (): .BR fdatasync ():
.nf
_POSIX_C_SOURCE\ >=\ 199309L || _XOPEN_SOURCE\ >=\ 500 _POSIX_C_SOURCE\ >=\ 199309L || _XOPEN_SOURCE\ >=\ 500
.fi
.SH DESCRIPTION .SH DESCRIPTION
.BR fsync () .BR fsync ()
transfers ("flushes") all modified in-core data of transfers ("flushes") all modified in-core data of