]> git.ipfire.org Git - thirdparty/man-pages.git/commit
sync.2: syncfs() now returns errors if writeback fails
authorJeff Layton <jlayton@kernel.org>
Thu, 25 Jun 2020 23:37:31 +0000 (19:37 -0400)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 26 Jun 2020 09:01:54 +0000 (11:01 +0200)
commit7b9af2eb80b14bc38348efcdbf2f9c3a09c8c597
treeb432c08c9e6e924754ebc23c2a098d4bbf4a9631
parentaeaf667ec39d112a30f9f1799870b0070959f782
sync.2: syncfs() now returns errors if writeback fails

A patch has been merged for v5.8 that changes how syncfs() reports
errors. Change the sync() manpage accordingly.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/sync.2