From 2bafc702d070128b9206e5c4ce20aff56a4ede08 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 Jan 2021 13:25:51 +0100 Subject: [PATCH] fsync.2: srcfix: add missing ./f/.fi in FTMs Signed-off-by: Michael Kerrisk --- man2/fsync.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/fsync.2 b/man2/fsync.2 index cbaa02b06..0f494c731 100644 --- a/man2/fsync.2 +++ b/man2/fsync.2 @@ -52,15 +52,19 @@ Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): .RE .PP +.nf .BR fsync (): Glibc 2.16 and later: No feature test macros need be defined Glibc up to and including 2.15: _BSD_SOURCE || _XOPEN_SOURCE || /* Since glibc 2.8: */ _POSIX_C_SOURCE\ >=\ 200112L +.fi .PP .BR fdatasync (): +.nf _POSIX_C_SOURCE\ >=\ 199309L || _XOPEN_SOURCE\ >=\ 500 +.fi .SH DESCRIPTION .BR fsync () transfers ("flushes") all modified in-core data of